uncanny-pro-toolkit.pot
90.7 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
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
# Copyright (C) 2022 Uncanny Owl
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: Uncanny Toolkit Pro for LearnDash 3.10\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/uncanny-toolkit-pro\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: 2022-11-21T23:21:02+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: uncanny-pro-toolkit\n"
#. Plugin Name of the plugin
msgid "Uncanny Toolkit Pro for LearnDash"
msgstr ""
#. Plugin URI of the plugin
msgid "https://www.uncannyowl.com/downloads/uncanny-learndash-toolkit-pro/"
msgstr ""
#. Description of the plugin
msgid "This plugin adds the Pro suite of modules to the Uncanny Toolkit for LearnDash."
msgstr ""
#. Author of the plugin
#: src/templates/admin-import-user/admin-import-users.php:59
#: src/blocks/src/toolkit-course-expiry/block.js:29
#: src/blocks/src/toolkit-course-grid/block.js:30
#: src/blocks/src/toolkit-learndash-transcript/block.js:31
#: src/blocks/src/toolkit-lesson-grid/block.js:31
#: src/blocks/src/toolkit-my-courses/block.js:30
#: src/blocks/src/toolkit-reset-button/block.js:30
#: src/blocks/src/toolkit-uo-time-completed/block.js:31
#: src/blocks/src/toolkit-uo-time/block.js:31
msgid "Uncanny Owl"
msgstr ""
#. Author URI of the plugin
msgid "https://www.uncannyowl.com/"
msgstr ""
#: src/blocks/blocks.php:169
msgid "Uncanny Toolkit for LearnDash"
msgstr ""
#: src/blocks/src/toolkit-course-expiry/block.php:12
#: src/blocks/src/toolkit-course-expiry/block.js:39
msgid "Course Access Expires in"
msgstr ""
#: src/blocks/src/toolkit-course-grid/block.php:115
#: src/classes/lesson-topic-grid.php:295
#: src/classes/show-all-courses.php:259
msgid "View more"
msgstr ""
#: src/blocks/src/toolkit-course-grid/block.php:119
#: src/classes/lesson-topic-grid.php:297
#: src/classes/show-all-courses.php:261
msgid "View less"
msgstr ""
#: src/boot.php:23
msgid "Please contact your hosting company to update to php version 5.3+ and enable spl extensions."
msgstr ""
#: src/boot.php:201
#: src/templates/admin-import-user/admin-import-users.php:56
msgid "by"
msgstr ""
#: src/boot.php:213
msgid "Modules"
msgstr ""
#: src/boot.php:215
msgid "Help"
msgstr ""
#: src/boot.php:217
msgid "LearnDash Plugins"
msgstr ""
#: src/boot.php:219
msgid "License Activation"
msgstr ""
#: src/boot.php:264
msgid "Your license is active!"
msgstr ""
#: src/boot.php:266
msgid "Your license is not active!"
msgstr ""
#: src/boot.php:281
msgid "Please enter a valid license code and click \"Activate now\"."
msgstr ""
#: src/boot.php:286
msgctxt "Your license has expired. Please renew your license to get instant access to updates and support."
msgid "Your license has expired. Please %s to get instant access to updates and support."
msgstr ""
#: src/boot.php:294
#: src/boot.php:310
msgctxt "Your license has expired. Please renew your license to get instant access to updates and support."
msgid "renew your license"
msgstr ""
#: src/boot.php:304
msgctxt "Your license has disabled. Please renew your license to get instant access to updates and support."
msgid "Your license is disabled. Please %s to get instant access to updates and support."
msgstr ""
#: src/boot.php:319
msgid "The license code you entered is invalid."
msgstr ""
#: src/boot.php:333
#: src/boot.php:340
msgid "Enter your Uncanny Toolkit Pro for LearnDash license key"
msgstr ""
#: src/boot.php:353
#: src/boot.php:405
msgid "Deactivate License"
msgstr ""
#: src/boot.php:360
#: src/boot.php:412
msgid "Activate now"
msgstr ""
#: src/boot.php:365
#: src/boot.php:417
msgid "Buy license"
msgstr ""
#: src/boot.php:375
msgid "Need help?"
msgstr ""
#: src/boot.php:382
msgid "Where to get my license key"
msgstr ""
#: src/boot.php:387
msgid "Buy a new license"
msgstr ""
#: src/boot.php:392
msgid "Knowledge Base"
msgstr ""
#: src/boot.php:455
#: src/includes/learndash-bbpress.php:126
msgid "All"
msgstr ""
#: src/boot.php:500
msgid "Hide forever"
msgstr ""
#: src/classes/bbpress-learndash-groups-access.php:69
msgid "Group Forums with bbPress"
msgstr ""
#: src/classes/bbpress-learndash-groups-access.php:76
msgid "Create group-specific discussion forums with bbPress. Only group members will have access to group-specific forums. Includes a handy widget."
msgstr ""
#: src/classes/certificate-preview.php:75
#: src/classes/certificate-preview.php:109
#: src/classes/certificate-preview.php:124
#: src/classes/certificate-preview.php:190
#: src/includes/tcpdf-certificate-code.php:1341
#: src/includes/tcpdf-certificate-code.php:1343
msgid "Certificate Preview"
msgstr ""
#: src/classes/certificate-preview.php:81
msgid "Get a preview of your quiz or course certificate without leaving the editor."
msgstr ""
#: src/classes/certificate-preview.php:121
msgid "Note: Learndash shortcodes will be replaced with static preview values. Non-LearnDash shortcodes are not supported."
msgstr ""
#: src/classes/certificate-preview.php:122
msgid "Certificates created with the Certificate Builder must have the Builder plugin active."
msgstr ""
#: src/classes/certificate-preview.php:123
msgid "Save or Update Certificate before previewing."
msgstr ""
#: src/classes/clone-posts-pages-learn-dash-contents.php:100
msgid "Duplicate Pages & Posts"
msgstr ""
#: src/classes/clone-posts-pages-learn-dash-contents.php:105
msgid "Easily clone pages, posts, LearnDash courses, lessons, topics, quizzes and more. This plugin handles quiz duplication properly."
msgstr ""
#: src/classes/clone-posts-pages-learn-dash-contents.php:154
msgid "Enable duplication on:"
msgstr ""
#: src/classes/clone-posts-pages-learn-dash-contents.php:172
msgid "Note: Duplication may not work correctly with some post types."
msgstr ""
#: src/classes/clone-posts-pages-learn-dash-contents.php:261
#: src/classes/clone-posts-pages-learn-dash-contents.php:262
msgid "Clone this %s"
msgstr ""
#: src/classes/clone-posts-pages-learn-dash-contents.php:275
#: src/classes/clone-posts-pages-learn-dash-contents.php:488
msgid "No quiz to duplicate has been supplied!"
msgstr ""
#: src/classes/clone-posts-pages-learn-dash-contents.php:290
#: src/classes/clone-posts-pages-learn-dash-contents.php:506
msgid "Copy creation failed, could not find original:"
msgstr ""
#: src/classes/course-access-expiry.php:59
#: src/blocks/src/toolkit-course-expiry/block.js:20
#: src/blocks/src/toolkit-course-expiry/block.js:51
msgid "Days Until Course Expiry"
msgstr ""
#: src/classes/course-access-expiry.php:64
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/classes/course-access-expiry.php:105
#: src/classes/learn-dash-group-expiration.php:319
msgid "Text displayed when one day remaining"
msgstr ""
#: src/classes/course-access-expiry.php:106
msgid "Course access expires in 1 day"
msgstr ""
#: src/classes/course-access-expiry.php:111
#: src/classes/learn-dash-group-expiration.php:325
msgid "Text displayed when multiple days remaining"
msgstr ""
#: src/classes/course-access-expiry.php:112
msgid "Course access expires in %days% days"
msgstr ""
#: src/classes/course-access-expiry.php:113
msgid "Use the token %days% to output the number of days remaining."
msgstr ""
#: src/classes/course-access-expiry.php:137
msgid "Course Access Expires in 1 Day"
msgstr ""
#: src/classes/course-access-expiry.php:138
msgid "Course Access Expires in %s Days"
msgstr ""
#: src/classes/course-access-expiry.php:158
#: src/classes/learn-dash-group-expiration.php:1033
msgid "1 Day"
msgstr ""
#: src/classes/course-access-expiry.php:159
#: src/classes/learn-dash-group-expiration.php:1034
msgid "Days"
msgstr ""
#: src/classes/course-completion-certificate.php:83
msgid "Email Course Certificates"
msgstr ""
#: src/classes/course-completion-certificate.php:89
msgid "Sends a copy of certificate earned from course completion and saves certificates on the server."
msgstr ""
#: src/classes/course-completion-certificate.php:127
#: src/classes/generate-p-d-f-email.php:490
#: src/classes/group-completion-certificate.php:136
msgid "Use Cron to send certificate"
msgstr ""
#: src/classes/course-completion-certificate.php:132
#: src/classes/generate-p-d-f-email.php:502
#: src/classes/group-completion-certificate.php:141
msgid "Do not store certificates on server"
msgstr ""
#: src/classes/course-completion-certificate.php:141
#: src/classes/generate-p-d-f-email.php:511
#: src/classes/group-completion-certificate.php:150
msgid "Send Certificate to Site Admin?"
msgstr ""
#: src/classes/course-completion-certificate.php:146
#: src/classes/generate-p-d-f-email.php:516
#: src/classes/group-completion-certificate.php:155
msgid "Send Certificate to Group Leader(s)?"
msgstr ""
#: src/classes/course-completion-certificate.php:152
#: src/classes/generate-p-d-f-email.php:525
#: src/classes/group-completion-certificate.php:161
msgid "From Name"
msgstr ""
#: src/classes/course-completion-certificate.php:158
#: src/classes/generate-p-d-f-email.php:530
#: src/classes/group-completion-certificate.php:167
msgid "From Email"
msgstr ""
#: src/classes/course-completion-certificate.php:164
#: src/classes/generate-p-d-f-email.php:536
#: src/classes/group-completion-certificate.php:173
msgid "CC Certificate To (comma separated)"
msgstr ""
#: src/classes/course-completion-certificate.php:170
#: src/classes/group-completion-certificate.php:179
msgid "User Email Subject"
msgstr ""
#: src/classes/course-completion-certificate.php:176
#: src/classes/generate-p-d-f-email.php:542
#: src/classes/group-completion-certificate.php:185
msgid "Admin/Group Leader Email Subject"
msgstr ""
#: src/classes/course-completion-certificate.php:182
#: src/classes/group-completion-certificate.php:191
msgid "Email Body"
msgstr ""
#: src/classes/course-completion-certificate.php:188
#: src/classes/group-completion-certificate.php:197
msgid "Email Body — Admin/Group Leader"
msgstr ""
#: src/classes/course-completion-certificate.php:392
#: src/classes/generate-p-d-f-email.php:152
#: src/classes/group-completion-certificate.php:402
msgid "Your certificate is attached with this email."
msgstr ""
#: src/classes/course-timer.php:462
msgid "Simple Course Timer"
msgstr ""
#: src/classes/course-timer.php:467
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/classes/course-timer.php:517
#: src/classes/learn-dash-transcript.php:117
#: src/classes/lesson-topic-auto-complete-on-quiz-end.php:118
#: src/classes/lesson-topic-auto-complete-on-quiz-graded.php:121
#: src/classes/lesson-topic-auto-complete.php:233
#: src/classes/sample.php:129
msgid "Select a Page"
msgstr ""
#: src/classes/course-timer.php:522
#: src/classes/learn-dash-transcript.php:122
#: src/classes/lesson-topic-auto-complete-on-quiz-end.php:123
#: src/classes/lesson-topic-auto-complete-on-quiz-graded.php:126
#: src/classes/lesson-topic-auto-complete.php:239
#: src/classes/sample.php:134
msgid "(no title)"
msgstr ""
#: src/classes/course-timer.php:535
msgid "Idle Time (in seconds)"
msgstr ""
#: src/classes/course-timer.php:540
msgid "Idle Message"
msgstr ""
#: src/classes/course-timer.php:545
msgid "Active Button Label"
msgstr ""
#: src/classes/course-timer.php:550
msgid "Inactive Button Label"
msgstr ""
#: src/classes/course-timer.php:555
msgid "Inactive Redirect"
msgstr ""
#: src/classes/course-timer.php:561
msgid "Enable Quizzes after X time"
msgstr ""
#: src/classes/course-timer.php:568
msgid "Enable minimum course time before learners can attempt quizzes. Minimum course time value is set in quizzes."
msgstr ""
#: src/classes/course-timer.php:573
msgid "Timer Polling Interval(in seconds)"
msgstr ""
#: src/classes/course-timer.php:580
msgid "Minimum polling interval is 5 seconds. Default polling interval is 15 seconds."
msgstr ""
#: src/classes/course-timer.php:585
msgid "Disable Performance Mode"
msgstr ""
#: src/classes/course-timer.php:592
msgid "Performance Mode uses a simplified REST API call that reduces load on the server."
msgstr ""
#: src/classes/course-timer.php:597
msgid "Enable Debug Mode"
msgstr ""
#: src/classes/course-timer.php:635
msgid "Idle time (seconds)"
msgstr ""
#: src/classes/course-timer.php:637
#: src/classes/course-timer.php:1507
msgid "Set the time in seconds until a user is flagged as inactive for time tracking purposes"
msgstr ""
#: src/classes/course-timer.php:669
#: src/classes/course-timer.php:1597
msgid "Minimum Course Time (in minutes)"
msgstr ""
#: src/classes/course-timer.php:671
#: src/classes/course-timer.php:1599
msgid "Only allow access to the quiz when the user's time spent in the course EQUALS OR EXCEEDS this value in minutes."
msgstr ""
#: src/classes/course-timer.php:741
msgid "You must spend %1$s minutes in the course before you can attempt the quiz. You have currently spent %2$s minutes. Please go back and review course material before attempting the quiz."
msgstr ""
#: src/classes/course-timer.php:742
msgid "Return to %s"
msgstr ""
#: src/classes/course-timer.php:850
msgid "Still here"
msgstr ""
#: src/classes/course-timer.php:857
msgid "I'm done"
msgstr ""
#: src/classes/course-timer.php:864
msgid "Are you still working on this section?"
msgstr ""
#: src/classes/course-timer.php:991
#: src/classes/course-timer.php:993
msgid "Avg Time To Complete"
msgstr ""
#: src/classes/course-timer.php:992
msgid "Avg Time Spent"
msgstr ""
#: src/classes/course-timer.php:994
msgid "Time To Complete"
msgstr ""
#: src/classes/course-timer.php:995
msgid "Time Spent"
msgstr ""
#: src/classes/course-timer.php:1058
msgid "You are not allowed to use this resource."
msgstr ""
#: src/classes/course-timer.php:1084
msgid "One or more the the fields did not validate as a absolute integer"
msgstr ""
#: src/classes/course-timer.php:1093
msgid "Disabled"
msgstr ""
#: src/classes/course-timer.php:1505
msgid "Idle Time(seconds)"
msgstr ""
#: src/classes/enhanced-learndash-report.php:123
msgid "Enhanced LearnDash CSV Reports"
msgstr ""
#: src/classes/enhanced-learndash-report.php:128
msgid "This module will add additional columns to the LearnDash csv reports (course and quiz)."
msgstr ""
#: src/classes/enhanced-learndash-report.php:165
msgid "Select Columns"
msgstr ""
#: src/classes/enhanced-learndash-report.php:170
#: src/templates/group-registration-form.php:30
#: src/templates/group-registration-form.php:34
#: src/templates/groups-login-form.php:14
#: src/templates/groups-login-form.php:15
msgid "Username"
msgstr ""
#: src/classes/enhanced-learndash-report.php:176
#: src/classes/import-learndash-users-from-csv.php:166
#: src/templates/group-registration-form.php:6
#: src/templates/group-registration-form.php:10
msgid "First Name"
msgstr ""
#: src/classes/enhanced-learndash-report.php:182
#: src/classes/import-learndash-users-from-csv.php:167
#: src/templates/group-registration-form.php:18
#: src/templates/group-registration-form.php:22
msgid "Last Name"
msgstr ""
#: src/classes/enhanced-learndash-report.php:188
msgid "Nickname"
msgstr ""
#: src/classes/enhanced-learndash-report.php:194
#: src/classes/import-learndash-users-from-csv.php:164
msgid "Display Name"
msgstr ""
#: src/classes/enhanced-learndash-report.php:200
msgid "Role(s) (comma separated list of readable role names)"
msgstr ""
#: src/classes/enhanced-learndash-report.php:210
msgid "Uncanny CEUs"
msgstr ""
#: src/classes/enhanced-learndash-report.php:217
msgid "Group(s) (comma separate list of readable group names)"
msgstr ""
#: src/classes/enhanced-learndash-report.php:223
msgid "Language"
msgstr ""
#: src/classes/enhanced-learndash-report.php:229
msgid "Website"
msgstr ""
#: src/classes/enhanced-learndash-report.php:235
msgid "Biographical info"
msgstr ""
#: src/classes/enhanced-learndash-report.php:241
#: src/classes/enhanced-learndash-report.php:248
msgid "Usermeta Key 1"
msgstr ""
#: src/classes/enhanced-learndash-report.php:254
#: src/classes/enhanced-learndash-report.php:261
msgid "Usermeta Key 2"
msgstr ""
#: src/classes/enhanced-learndash-report.php:267
#: src/classes/enhanced-learndash-report.php:274
msgid "Usermeta Key 3"
msgstr ""
#: src/classes/enhanced-learndash-report.php:281
#: src/classes/enhanced-learndash-report.php:288
msgid "Usermeta Key 4"
msgstr ""
#: src/classes/enhanced-learndash-report.php:296
#: src/classes/enhanced-learndash-report.php:303
msgid "Usermeta Key 5"
msgstr ""
#: src/classes/enhanced-learndash-report.php:311
#: src/classes/enhanced-learndash-report.php:318
msgid "Usermeta Key 6"
msgstr ""
#: src/classes/enhanced-learndash-report.php:326
#: src/classes/enhanced-learndash-report.php:333
msgid "Usermeta Key 7"
msgstr ""
#: src/classes/enhanced-learndash-report.php:341
#: src/classes/enhanced-learndash-report.php:348
msgid "Usermeta Key 8"
msgstr ""
#: src/classes/enhanced-learndash-report.php:356
#: src/classes/enhanced-learndash-report.php:363
msgid "Usermeta Key 9"
msgstr ""
#: src/classes/enhanced-learndash-report.php:371
#: src/classes/enhanced-learndash-report.php:378
msgid "Usermeta Key 10"
msgstr ""
#: src/classes/enhanced-learndash-report.php:386
#: src/classes/enhanced-learndash-report.php:393
msgid "Course Meta Key 1"
msgstr ""
#: src/classes/enhanced-learndash-report.php:401
#: src/classes/enhanced-learndash-report.php:408
msgid "Course Meta Key 2"
msgstr ""
#: src/classes/enhanced-learndash-report.php:416
#: src/classes/enhanced-learndash-report.php:423
msgid "Course Meta Key 3"
msgstr ""
#: src/classes/enhanced-learndash-report.php:432
msgid "Assignment info #%d"
msgstr ""
#: src/classes/generate-p-d-f-email.php:449
msgid "Email Quiz Certificates"
msgstr ""
#: src/classes/generate-p-d-f-email.php:454
msgid "Sends a copy of certificates earned from quiz completion and saves certificates on the server."
msgstr ""
#: src/classes/generate-p-d-f-email.php:548
msgid "Admin/Group Leader Email Body"
msgstr ""
#: src/classes/gf-lesson-topic-auto-complete.php:136
msgid "Autocomplete Lessons & Topics on Gravity Form Submission"
msgstr ""
#: src/classes/gf-lesson-topic-auto-complete.php:141
msgid "Automatically mark LearnDash lessons and topics as completed when the user submits Gravity Forms."
msgstr ""
#: src/classes/gf-lesson-topic-auto-complete.php:179
#: src/classes/wpf-lesson-topic-auto-complete.php:200
msgid "Hide the Mark Complete button if the user has a previous entry"
msgstr ""
#: src/classes/gf-lesson-topic-auto-complete.php:240
msgid "Mark Lesson / Topic complete"
msgstr ""
#: src/classes/gf-lesson-topic-auto-complete.php:240
msgid "When enabled, the Uncanny Toolkit module will attempt to mark a lesson or topic containing this form complete on submission. It will also remove the Mark Complete button."
msgstr ""
#: src/classes/group-completion-certificate.php:92
msgid "Email Group Certificates"
msgstr ""
#: src/classes/group-completion-certificate.php:98
msgid "Sends a copy of certificate earned from group completion and saves certificates on the server."
msgstr ""
#: src/classes/group-leader-access.php:74
msgid "Improved Group Leader Interface"
msgstr ""
#: src/classes/group-leader-access.php:79
msgid "Enhances the experience of LearnDash Group Leaders by providing direct access to reports and removing unnecessary distractions from the admin panel."
msgstr ""
#: src/classes/group-leader-access.php:121
msgid "Courses"
msgstr ""
#: src/classes/group-leader-access.php:131
msgid "Select \"View %s\" Page"
msgstr ""
#: src/classes/group-leader-access.php:137
msgid "Redirect group leaders"
msgstr ""
#: src/classes/group-leader-access.php:143
msgid "Redirect URL"
msgstr ""
#: src/classes/group-leader-access.php:149
msgid "Redirect Priority"
msgstr ""
#: src/classes/group-leader-access.php:207
msgid "View Reports"
msgstr ""
#: src/classes/group-leader-access.php:224
#: src/classes/group-leader-access.php:251
#: src/classes/group-leader-access.php:252
msgid "View %s"
msgstr ""
#: src/classes/group-login-redirect.php:170
#: src/classes/group-login-redirect.php:226
msgid "Group Login Redirect"
msgstr ""
#: src/classes/group-login-redirect.php:175
msgid "Adds a group-specific login redirect setting to LearnDash groups. Automatically redirect group members to a specific page on login."
msgstr ""
#: src/classes/group-login-redirect.php:257
#: src/classes/group-login-redirect.php:275
msgid "Click for Help!"
msgstr ""
#: src/classes/group-login-redirect.php:260
msgid "Redirect members on login"
msgstr ""
#: src/classes/group-login-redirect.php:266
msgid "Specify the URL (relative or absolute) that members will be redirected to upon log in."
msgstr ""
#: src/classes/group-login-redirect.php:278
msgid "Redirect priority"
msgstr ""
#: src/classes/group-login-redirect.php:285
msgid "Specify a priority for this redirect. (optional) Default is 99."
msgstr ""
#: src/classes/group-logo-list.php:68
msgid "Group Logo/List"
msgstr ""
#: src/classes/group-logo-list.php:73
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/classes/group-logo-list.php:120
msgid "Branding Logo"
msgstr ""
#: src/classes/group-logo-list.php:121
msgid "Set Logo"
msgstr ""
#: src/classes/group-logo-list.php:122
msgid "Remove Logo"
msgstr ""
#: src/classes/group-logo-list.php:123
msgid "Use Logo"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:153
#: src/classes/import-learndash-users-from-csv.php:213
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:167
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:198
#: src/templates/admin-import-user/admin-import-users.php:53
#: src/templates/admin-import-user/admin-import-users.php:75
msgid "Import Users"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:154
msgid "User Registration Completed"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:161
#: src/templates/group-registration-form.php:54
#: src/templates/group-registration-form.php:58
#: src/templates/groups-login-form.php:20
#: src/templates/groups-login-form.php:21
msgid "Password"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:162
msgid "Nice Name"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:163
msgid "URL"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:165
msgid "Nick Name"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:168
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:101
msgid "Description"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:288
msgid "Something went wrong!"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:289
msgid "Select the file!"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:290
msgid "The file size is too big!"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:291
msgid "File type must be a csv!"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:292
msgid "Username and Email are required!"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:293
msgid "Test user ID is required!"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:301
msgid "CSV file has too many rows. Please decrease rows to 1000."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:304
msgid "Each row in the CSV must have values and requires the user_email column."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:307
msgid "CSV requires all user_email cells to be unique"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:310
msgid "Please choose a file to upload."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:313
msgid "Everything looks good!"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:316
msgid "Please check that the email is correct and the subject is filled."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:319
msgid "The file must be a CSV"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:322
msgid "CSV File Error"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:325
msgid "CSV requires %s header."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:328
msgid "CSV requires only one %s header."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:331
msgid "Error: seems File API is not supported. Update your browser."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:699
msgid "Options are successfully saved."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:709
#: src/classes/import-learndash-users-from-csv.php:711
msgid "Your Account Has Been Created"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:714
#: src/classes/import-learndash-users-from-csv.php:716
msgid "Your new user account has been created at %Site URL%."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:721
#: src/classes/import-learndash-users-from-csv.php:723
msgid "Your Account Has Been Updated"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:726
#: src/classes/import-learndash-users-from-csv.php:728
msgid "Your new user account has been updated at %Site URL%."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:740
#: src/classes/import-learndash-users-from-csv.php:1493
#: src/classes/import-learndash-users-from-csv.php:1518
msgid "You do not have permission to do this."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:809
msgid "Malformed Email"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:816
msgid "Username is too long"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:825
msgid "Username has illegal characters"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:849
msgid "This username name already exists"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:907
msgid "User Exists, option to update users is off"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:917
msgid "User with this email not found."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:930
msgid "A user was found with a matching email address; however, the username in WordPress does not match the username in the spreadsheet. No update was made to this user."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:1042
msgid "Password has not changed"
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:1049
msgid "Email failed to send."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:1498
msgid "Email was successfully sent."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:1504
msgid "Otherwise, check your WordPress and server settings."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:1538
msgid "Email template is successfully saved."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:1555
msgid "Click here to reset your password."
msgstr ""
#: src/classes/import-learndash-users-from-csv.php:1578
msgid "Create or update users (optionally) and assign them to courses and LearnDash Groups from a CSV file."
msgstr ""
#: src/classes/learn-dash-group-expiration.php:248
msgid "Group Expiration"
msgstr ""
#: src/classes/learn-dash-group-expiration.php:253
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/classes/learn-dash-group-expiration.php:289
msgid "Send Expiry Email"
msgstr ""
#: src/classes/learn-dash-group-expiration.php:304
msgid "Send expiry email to Group Leader only"
msgstr ""
#: src/classes/learn-dash-group-expiration.php:320
msgid "Group access expires in 1 day"
msgstr ""
#: src/classes/learn-dash-group-expiration.php:326
msgid "Group access expires in %%days%% days"
msgstr ""
#: src/classes/learn-dash-group-expiration.php:327
msgid "Use the token %%days%% to output the number of days remaining."
msgstr ""
#: src/classes/learn-dash-group-expiration.php:332
msgid "Trash groups after the expiry date"
msgstr ""
#: src/classes/learn-dash-group-expiration.php:361
msgid "Archived"
msgstr ""
#: src/classes/learn-dash-group-expiration.php:375
msgid "Group ID is not set."
msgstr ""
#: src/classes/learn-dash-group-expiration.php:410
msgid "Test message successfully sent to "
msgstr ""
#: src/classes/learn-dash-group-expiration.php:412
msgid "Failed!"
msgstr ""
#: src/classes/learn-dash-group-expiration.php:425
#: src/classes/learn-dash-group-expiration.php:560
msgid "Expiration Date"
msgstr ""
#. translators: date string.
#: src/classes/learn-dash-group-expiration.php:480
msgid "Access Expired on %s"
msgstr ""
#. translators: date string.
#: src/classes/learn-dash-group-expiration.php:487
msgid "Access Expires on %s"
msgstr ""
#. translators: date string.
#: src/classes/learn-dash-group-expiration.php:504
msgid "Email sent on %s"
msgstr ""
#. translators: date string.
#: src/classes/learn-dash-group-expiration.php:510
msgid "Email scheduled on %s"
msgstr ""
#: src/classes/learn-dash-group-expiration.php:570
msgid "Expiration Email"
msgstr ""
#: src/classes/learn-dash-group-expiration.php:1011
msgid "Group Access Expires in 1 Day"
msgstr ""
#. translators: number of days.
#: src/classes/learn-dash-group-expiration.php:1013
msgid "Group Access Expires in %s Days"
msgstr ""
#. translators: Site Name.
#: src/classes/learn-dash-group-expiration.php:1070
msgid "%s Course Access Expiring"
msgstr ""
#. translators: Site Name.
#: src/classes/learn-dash-group-expiration.php:1093
msgid ""
"Hi %%Display Name%%,\n"
"\n"
"This is a courtesy email to let you know that your access to %s as part of the %%LearnDash Group Name%% group is expiring on %%Expiration Date%%. Your access to %s courses will be removed on that date."
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:124
msgid "Group Registration"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:129
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/classes/learn-dash-group-sign-up.php:362
#: src/classes/learn-dash-group-sign-up.php:666
#: src/classes/learn-dash-group-sign-up.php:1039
msgid "Sorry, the group you are trying to join is full."
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:386
msgid "Sorry, you are not allowed to switch groups."
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:588
msgid "User registration is not enabled. Contact Site Administrator."
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:608
#: src/includes/EDD_SL_Plugin_Updater.php:531
msgid "Error"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:628
msgid "Username already taken"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:632
msgid "Invalid username"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:636
msgid "Please enter a username"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:640
msgid "Invalid email"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:644
msgid "Email already registered"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:648
msgid "Please enter a password"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:652
msgid "Passwords do not match"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:722
msgid "You're already signed in! We hope you're enjoying our courses."
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:798
#: src/classes/learn-dash-group-sign-up.php:898
msgid "Organization Details"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:799
msgid "Name"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:800
msgid "Contact"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:801
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:242
#: src/templates/group-registration-form.php:42
#: src/templates/group-registration-form.php:46
msgid "Email"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:802
msgid "Phone"
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:867
msgid "You are not currently a member of any group. If you believe this is an error, please request the registration URL from your organization contact."
msgstr ""
#: src/classes/learn-dash-group-sign-up.php:1120
msgid "Signup URL"
msgstr ""
#: src/classes/learn-dash-my-courses.php:99
#: src/blocks/src/toolkit-my-courses/block.js:21
#: src/blocks/src/toolkit-my-courses/block.js:80
msgid "Course Dashboard"
msgstr ""
#: src/classes/learn-dash-my-courses.php:104
msgid "Use the [uo_dashboard] shortcode to display a list of courses for the current user. Users can filter courses by category, or expand courses to view lessons and topics."
msgstr ""
#: src/classes/learn-dash-my-courses.php:140
msgid "Choose a Dashboard Theme"
msgstr ""
#: src/classes/learn-dash-my-courses.php:145
msgid "Legacy"
msgstr ""
#: src/classes/learn-dash-my-courses.php:149
msgid "3.0"
msgstr ""
#: src/classes/learn-dash-my-courses.php:155
msgid "Colors (3.0 theme only)"
msgstr ""
#: src/classes/learn-dash-my-courses.php:159
msgid "Toggle button background (expanded)"
msgstr ""
#: src/classes/learn-dash-my-courses.php:161
msgid "Color of the background of the toggle button when expanded."
msgstr ""
#: src/classes/learn-dash-my-courses.php:165
msgid "Toggle button icon color (expanded)"
msgstr ""
#: src/classes/learn-dash-my-courses.php:167
msgid "Color of the icon of the toggle button when expanded."
msgstr ""
#: src/classes/learn-dash-my-courses.php:171
msgid "Toggle button background (disabled)"
msgstr ""
#: src/classes/learn-dash-my-courses.php:173
msgid "Color of the background of the toggle button when not expandable."
msgstr ""
#: src/classes/learn-dash-my-courses.php:177
msgid "Progress color"
msgstr ""
#: src/classes/learn-dash-my-courses.php:179
msgid "Color used to represent progress. Used in the progress bar and the completed icon."
msgstr ""
#: src/classes/learn-dash-my-courses.php:183
msgid "Third level background"
msgstr ""
#: src/classes/learn-dash-my-courses.php:185
msgid "Color of the background of quiz results and topics."
msgstr ""
#: src/classes/learn-dash-my-courses.php:189
msgid "Quiz score background (passed)"
msgstr ""
#: src/classes/learn-dash-my-courses.php:191
msgid "Color of the quiz score when the quiz was passed"
msgstr ""
#: src/classes/learn-dash-my-courses.php:195
msgid "Quiz score background (failed)"
msgstr ""
#: src/classes/learn-dash-my-courses.php:197
msgid "Color of the quiz score when the quiz was failed."
msgstr ""
#: src/classes/learn-dash-my-courses.php:235
msgid "No courses are available"
msgstr ""
#: src/classes/learn-dash-my-courses.php:265
msgid "Course dashboard template in settings not defined."
msgstr ""
#: src/classes/learn-dash-reset.php:78
msgid "Reset Progress Button"
msgstr ""
#: src/classes/learn-dash-reset.php:80
msgid "Inserts a button that allows learners to reset the course."
msgstr ""
#: src/classes/learn-dash-reset.php:115
msgid "Reset Button Text"
msgstr ""
#: src/classes/learn-dash-reset.php:120
msgid "Show Name of Course"
msgstr ""
#: src/classes/learn-dash-table-color.php:78
msgid "Lesson/Topic/Quiz Table Colors (Legacy)"
msgstr ""
#: src/classes/learn-dash-table-color.php:83
msgid "Change the background and header text color of LearnDash tables. This module modifies the course, lesson, topic, quiz, and Pro Dashboard tables. (Legacy LearnDash theme only)."
msgstr ""
#: src/classes/learn-dash-transcript.php:68
#: src/blocks/src/toolkit-learndash-transcript/block.js:22
#: src/blocks/src/toolkit-learndash-transcript/block.js:53
msgid "Learner Transcript"
msgstr ""
#: src/classes/learn-dash-transcript.php:73
#: src/blocks/src/toolkit-learndash-transcript/block.js:24
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/classes/learn-dash-transcript.php:133
msgid "General"
msgstr ""
#: src/classes/learn-dash-transcript.php:138
msgid "Display completed courses only"
msgstr ""
#: src/classes/learn-dash-transcript.php:144
msgid "Display courses that the user is no longer enrolled in"
msgstr ""
#: src/classes/learn-dash-transcript.php:150
msgid "Accent UI Color"
msgstr ""
#: src/classes/learn-dash-transcript.php:157
msgid "Header"
msgstr ""
#: src/classes/learn-dash-transcript.php:162
#: src/classes/learn-dash-transcript.php:275
msgid "Logo Url"
msgstr ""
#: src/classes/learn-dash-transcript.php:168
msgid "Heading"
msgstr ""
#: src/classes/learn-dash-transcript.php:174
#: src/templates/transcript.php:68
msgid "Organization"
msgstr ""
#: src/classes/learn-dash-transcript.php:180
msgid "Table"
msgstr ""
#: src/classes/learn-dash-transcript.php:217
msgid "Disable Status Column"
msgstr ""
#: src/classes/learn-dash-transcript.php:223
msgid "Disable Steps Column"
msgstr ""
#: src/classes/learn-dash-transcript.php:229
msgid "Disable Avg Quiz Score Column"
msgstr ""
#: src/classes/learn-dash-transcript.php:235
msgid "Disable Final Quiz Score Column"
msgstr ""
#: src/classes/learn-dash-transcript.php:241
msgid "Disable Certificate Column"
msgstr ""
#. Translators: CEUs plural designation
#: src/classes/learn-dash-transcript.php:251
msgid "Disable %s Column"
msgstr ""
#. Translators: CEUs plural designation
#: src/classes/learn-dash-transcript.php:260
msgid "Enable Custom %s Rows"
msgstr ""
#: src/classes/learn-dash-transcript.php:270
msgid "Footer"
msgstr ""
#: src/classes/learn-dash-transcript.php:281
msgid "Disclaimer"
msgstr ""
#: src/classes/learn-dash-transcript.php:304
msgid "Log in to view information"
msgstr ""
#: src/classes/learn-dash-transcript.php:315
msgid "Student Transcript"
msgstr ""
#. Translators: 1. Formatted completion date
#: src/classes/learn-dash-transcript.php:493
msgid "Completed on %1$s"
msgstr ""
#. Translators: 1. number of lessons completed 2. number of total lessons
#: src/classes/learn-dash-transcript.php:509
msgid "%1$s / %2$s"
msgstr ""
#: src/classes/learn-dash-transcript.php:519
#: src/classes/learn-dash-transcript.php:537
#: src/templates/transcript.php:142
#: src/templates/transcript.php:153
msgid "0%"
msgstr ""
#. Translators: 1. number percentage
#: src/classes/learn-dash-transcript.php:523
#: src/classes/learn-dash-transcript.php:541
#: src/classes/learn-dash-transcript.php:585
#: src/classes/learn-dash-transcript.php:597
msgid "%1$s%%"
msgstr ""
#. Translators: 1. number of courses completed 2. number of courses enrolled
#: src/classes/learn-dash-transcript.php:562
msgid "%1$s / %2$s courses completed"
msgstr ""
#: src/classes/learn-dash-transcript.php:603
#: src/templates/frontend-dashboard/dashboard-template.php:85
#: src/templates/transcript.php:79
msgid "Status"
msgstr ""
#: src/classes/learn-dash-transcript.php:606
msgid "Steps"
msgstr ""
#: src/classes/learn-dash-transcript.php:609
msgid "Avg. Score"
msgstr ""
#: src/classes/learn-dash-transcript.php:612
msgid "Final Score"
msgstr ""
#: src/classes/learn-dash-transcript.php:631
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:324
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:634
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:770
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:913
#: src/templates/frontend-dashboard/dashboard-template.php:360
msgid "Certificate"
msgstr ""
#: src/classes/learndash-course-navigation.php:61
msgid "Lazy Loading Course Navigation"
msgstr ""
#: src/classes/learndash-course-navigation.php:63
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/classes/learndash-course-navigation.php:96
msgid "Navigation Settings"
msgstr ""
#: src/classes/learndash-course-navigation.php:100
msgid "Widget Heading"
msgstr ""
#: src/classes/learndash-course-navigation.php:101
msgid "Course Navigation."
msgstr ""
#: src/classes/learndash-course-navigation.php:158
msgid "Loading..."
msgstr ""
#: src/classes/lesson-topic-auto-complete-on-quiz-end.php:68
msgid "Autocomplete Lessons & Topics on Quiz Results Page"
msgstr ""
#: src/classes/lesson-topic-auto-complete-on-quiz-end.php:73
msgid "Automatically mark LearnDash lessons and topics as completed when the user reaches the quiz results page with a passing mark."
msgstr ""
#: src/classes/lesson-topic-auto-complete-on-quiz-end.php:149
#: src/classes/lesson-topic-auto-complete-on-quiz-graded.php:152
msgid "<div>** This global setting can be overridden for individual lessons and topics in the Edit page of the associated lesson or topic.</div>"
msgstr ""
#: src/classes/lesson-topic-auto-complete-on-quiz-graded.php:71
msgid "Autocomplete Lessons & Topics When Quiz Is Graded"
msgstr ""
#: src/classes/lesson-topic-auto-complete-on-quiz-graded.php:76
msgid "Automatically mark LearnDash lessons and topics as completed when the associated quiz is manually graded."
msgstr ""
#: src/classes/lesson-topic-auto-complete.php:157
#: src/classes/lesson-topic-auto-complete.php:1129
msgid "Auto Complete"
msgstr ""
#: src/classes/lesson-topic-auto-complete.php:159
#: src/classes/lesson-topic-auto-complete.php:1131
msgid "Automatically complete lesson or topic on page visit"
msgstr ""
#: src/classes/lesson-topic-auto-complete.php:182
msgid "Autocomplete Lessons & Topics"
msgstr ""
#: src/classes/lesson-topic-auto-complete.php:187
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/classes/lesson-topic-auto-complete.php:271
msgid "** This global setting can be overridden for individual lessons and topics in the Edit page of the associated lesson or topic."
msgstr ""
#: src/classes/lesson-topic-auto-complete.php:436
msgid "Completing in"
msgstr ""
#: src/classes/lesson-topic-auto-complete.php:438
msgid "Please wait..."
msgstr ""
#: src/classes/lesson-topic-auto-complete.php:540
#: src/classes/lesson-topic-auto-complete.php:944
#: src/classes/uncanny-drip-lessons-by-group.php:643
#: src/classes/uncanny-drip-lessons-by-group.php:663
#: src/classes/uncanny-drip-lessons-by-group.php:1189
#: src/classes/uncanny-drip-lessons-by-group.php:1233
#: src/classes/uncanny-drip-lessons-by-group.php:1234
#: src/templates/drip-template_legacy.php:128
msgid "Available"
msgstr ""
#: src/classes/lesson-topic-auto-complete.php:1065
msgid "Done"
msgstr ""
#: src/classes/lesson-topic-grid.php:91
msgid "Enhanced Lessons/Topics Grid"
msgstr ""
#: src/classes/lesson-topic-grid.php:96
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/classes/lesson-topic-grid.php:133
msgid "Replace Course's Lessons table with grid"
msgstr ""
#: src/classes/lesson-topic-grid.php:139
msgid "Replace Lesson's Topics list with grid"
msgstr ""
#: src/classes/lesson-topic-grid.php:145
msgid "Number of columns per row"
msgstr ""
#: src/classes/lesson-topic-grid.php:150
msgid "Show Featured Image?"
msgstr ""
#: src/classes/lesson-topic-grid.php:649
#: src/classes/show-all-courses.php:567
#: src/classes/show-all-courses.php:962
msgid "Complete"
msgstr ""
#: src/classes/lesson-topic-grid.php:651
#: src/classes/lesson-topic-grid.php:734
#: src/classes/lesson-topic-grid.php:738
msgid "Not Completed"
msgstr ""
#: src/classes/lesson-topic-grid.php:734
msgid "Sample Lesson"
msgstr ""
#: src/classes/lesson-topic-grid.php:738
msgid "Course not enrolled"
msgstr ""
#: src/classes/one-page-course-step.php:90
msgid "Single Page Courses"
msgstr ""
#: src/classes/one-page-course-step.php:95
msgid "Create independent course pages that don't require lessons or topics."
msgstr ""
#: src/classes/one-page-course-step.php:194
#: src/classes/one-page-course-step.php:638
msgid "This course already has one or more lessons and cannot be turned into a Single Page Course. Existing lessons must be deleted or reassigned first."
msgstr ""
#: src/classes/one-page-course-step.php:206
msgid "Single Page Course"
msgstr ""
#: src/classes/one-page-course-step.php:219
msgid "Autocomplete course when viewed"
msgstr ""
#: src/classes/restrict-page-access.php:36
msgid "Access is restricted."
msgstr ""
#: src/classes/restrict-page-access.php:408
#: src/classes/restrict-page-access.php:850
msgid "Restrict Page Access"
msgstr ""
#: src/classes/restrict-page-access.php:512
msgid "Users must be logged in to view this %s"
msgstr ""
#: src/classes/restrict-page-access.php:537
msgid "Required role (optional)"
msgstr ""
#: src/classes/restrict-page-access.php:587
msgid "Required course (optional)"
msgstr ""
#: src/classes/restrict-page-access.php:638
msgid "Required group (optional)"
msgstr ""
#: src/classes/restrict-page-access.php:682
msgid "Redirect if access is denied"
msgstr ""
#: src/classes/restrict-page-access.php:710
msgid "Redirect to"
msgstr ""
#: src/classes/restrict-page-access.php:782
msgid "Page"
msgstr ""
#: src/classes/restrict-page-access.php:823
msgid "Custom URL"
msgstr ""
#: src/classes/restrict-page-access.php:855
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/classes/restrict-page-access.php:897
msgid "Access restriction message"
msgstr ""
#: src/classes/sample-tag.php:64
msgid "Sample Lesson Label (Legacy)"
msgstr ""
#: src/classes/sample-tag.php:72
msgid "Add visual label to sample lessons (Legacy LearnDash theme only)."
msgstr ""
#: src/classes/sample.php:69
msgid "Sample Title"
msgstr ""
#: src/classes/sample.php:74
msgid "Sample Description B"
msgstr ""
#: src/classes/sample.php:146
msgid "<div>Some Extra Information for the user</div>"
msgstr ""
#: src/classes/show-all-courses.php:95
#: src/blocks/src/toolkit-course-grid/block.js:21
#: src/blocks/src/toolkit-course-grid/block.js:214
msgid "Enhanced Course Grid"
msgstr ""
#: src/classes/show-all-courses.php:100
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/classes/show-all-courses.php:138
msgid "Text displayed when no courses are shown"
msgstr ""
#: src/classes/show-all-courses.php:436
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:150
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:176
#: src/templates/frontend-dashboard/dashboard-template.php:93
msgid "Category"
msgstr ""
#: src/classes/show-all-courses.php:438
#: src/classes/show-all-courses.php:472
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:155
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:181
#: src/templates/frontend-dashboard/dashboard-template.php:97
#: src/templates/frontend-dashboard/dashboard-template.php:135
msgid "All categories"
msgstr ""
#: src/classes/show-all-courses.php:470
msgid "%s Category"
msgstr ""
#: src/classes/show-all-courses.php:569
#: src/classes/show-all-courses.php:964
#: src/templates/course-grid.php:168
msgid "Coming Soon"
msgstr ""
#: src/classes/show-all-courses.php:571
#: src/classes/show-all-courses.php:966
#: src/classes/show-all-courses.php:1031
msgid "%s Status"
msgstr ""
#. translators: LearnDash course title
#: src/classes/show-all-courses.php:574
#: src/classes/show-all-courses.php:969
#: src/templates/course-grid.php:147
#: src/templates/course-grid.php:160
#: src/templates/course-grid.php:175
#: src/templates/course-grid.php:186
#: src/templates/course-grid.php:201
msgid "View %s Outline"
msgstr ""
#: src/classes/show-all-courses.php:730
msgid "Sorry! You don't have any enrolled %s."
msgstr ""
#: src/classes/show-all-courses.php:797
#: src/templates/course-grid.php:43
msgid "Free"
msgstr ""
#: src/classes/show-all-courses.php:806
msgid "%1$s %2$s"
msgstr ""
#: src/classes/show-all-courses.php:1536
#: src/classes/show-all-courses.php:1537
msgid "Course Short Description"
msgstr ""
#: src/classes/show-all-courses.php:1561
msgid "A short description of the %s to show on grid."
msgstr ""
#: src/classes/show-all-courses.php:1573
msgid "Short Description"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:143
msgid "Drip Lessons by Group"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:145
msgid "Unlock access to LearnDash lessons by setting dates for LearnDash Groups rather than for all enrolled users."
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:312
#: src/classes/uncanny-drip-lessons-by-group.php:326
msgid "You are not allowed to modify drip date."
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:340
msgid "Please select a group"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:405
#: src/classes/uncanny-drip-lessons-by-group.php:442
msgid "Invalid date"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:451
msgid "Data not received"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:500
msgid "====Remove notifications: Start===="
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:504
msgid "Notification: %d removed for Group: %d, Course: %d, Lesson: %d"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:507
msgid "====Remove notifications: End===="
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:746
msgid "====Add notifications: Start===="
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:750
msgid "====Add notifications: End===="
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:821
msgid "Notification: %d added for Group: %d, Course: %d, Lesson: %d to run at: %s"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1213
msgid "Return to Course Overview"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1471
msgid "-- Select Group First --"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1472
msgid "Any Course"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1473
msgid "-- Select Course --"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1491
msgid "A scheduled lesson is available to user with Uncanny Drip by Group"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1580
msgid "====Cron Start===="
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1592
msgid "Expected to send a notification for the lesson %d at %s for the user %d"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1595
msgid "Cron was triggered too early. Current time: %s, Cron time: %s"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1598
msgid "Current time: %s, Cron time: %s"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1623
msgid "All sent"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1624
msgid "====Cron End===="
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1646
msgid "About to send the email to %s, data: %s"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1654
msgid "Email %s excluded"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1661
msgid "Send to %s. Status: %s"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1661
msgid "sent"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1661
msgid "fail"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1688
msgid "Email error status: %s"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1790
msgid "Error: Lesson %s already completed in Course %s by %s"
msgstr ""
#: src/classes/uncanny-drip-lessons-by-group.php:1797
msgid "Error: User %s access issue for Course %s"
msgstr ""
#: src/classes/wpf-lesson-topic-auto-complete.php:157
msgid "Autocomplete Lessons & Topics on WPForms Submission"
msgstr ""
#: src/classes/wpf-lesson-topic-auto-complete.php:162
msgid "Automatically mark LearnDash lessons and topics as complete when the user submits a form."
msgstr ""
#: src/includes/certificate-builder.php:114
msgid "The certificate could not be attached because the Certificate Builder is not active. Please contact the site administrator."
msgstr ""
#. Translators: 1. LearnDash grops label
#: src/includes/class-forum-group-widget.php:15
msgid "Display links to forums that are assigned to the user's Group(s)."
msgstr ""
#. Translators: 1. LearnDash groups label
#: src/includes/class-forum-group-widget.php:21
msgid "%1$s Forums"
msgstr ""
#: src/includes/class-forum-group-widget.php:38
#: src/blocks/src/toolkit-my-courses/sidebar.js:98
msgid "Title"
msgstr ""
#. translators: the plugin name.
#: src/includes/EDD_SL_Plugin_Updater.php:265
msgid "There is a new version of %1$s available."
msgstr ""
#: src/includes/EDD_SL_Plugin_Updater.php:271
msgid "Contact your network administrator to install the update."
msgstr ""
#. translators: 1. opening anchor tag, do not translate 2. the new plugin version 3. closing anchor tag, do not translate.
#: src/includes/EDD_SL_Plugin_Updater.php:276
msgid "%1$sView version %2$s details%3$s."
msgstr ""
#: src/includes/EDD_SL_Plugin_Updater.php:284
msgid "%1$sView version %2$s details%3$s or %4$supdate now%5$s."
msgstr ""
#: src/includes/EDD_SL_Plugin_Updater.php:295
msgid "Update now."
msgstr ""
#: src/includes/EDD_SL_Plugin_Updater.php:531
msgid "You do not have permission to install plugin updates"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:87
msgctxt "Course Label"
msgid "Please select a %s to manage group drip dates.zz"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:101
msgid "Please click here to set group drip dates."
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:105
msgctxt "Course Label"
msgid "Drip dates can only be added if the %s is associated with a %s."
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:111
msgctxt "Course Label"
msgid "This %s has no %s associations."
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:125
msgctxt "1 Lesson and 2 Course label"
msgid "Note: A drip date set for a %1$s/Group persists across all %2$s. You cannot set different drip dates for the same %1$s/Group in different %2$s."
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:129
msgid "Note: Page reloads after Save/Remove date"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:144
msgid "LearnDash group"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:145
msgid "Drip date"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:146
msgid "Drip date sort numeric"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:147
msgid "Drip date sort Y-M-D"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:148
msgid "Action"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:192
msgid "Month"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:198
msgid "01-Jan"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:203
msgid "02-Feb"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:208
msgid "03-Mar"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:213
msgid "04-Apr"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:218
msgid "05-May"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:223
msgid "06-Jun"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:228
msgid "07-Jul"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:233
msgid "08-Aug"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:238
msgid "09-Sep"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:243
msgid "10-Oct"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:248
msgid "11-Nov"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:253
msgid "12-Dec"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:257
msgid "Day"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:263
msgid "Year"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:270
msgid "Hour"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:276
msgid "Minute"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:288
msgid "Save date"
msgstr ""
#: src/includes/learn-dash-settings-metabox-lesson-group-drip-settings.php:293
msgid "Remove date"
msgstr ""
#: src/includes/learndash-bbpress.php:37
msgid "LearnDash Group Forums"
msgstr ""
#. Translators: 1. LearnDash group label
#: src/includes/learndash-bbpress.php:56
msgid "This forum is restricted to members of the associated %1$s(s)."
msgstr ""
#. Translators: 1. LearnDash group label
#: src/includes/learndash-bbpress.php:85
msgid "Associated %1$s(s)"
msgstr ""
#. Translators: 1. LearnDash groups label
#: src/includes/learndash-bbpress.php:96
msgid "Select %1$s"
msgstr ""
#: src/includes/learndash-bbpress.php:118
msgid "Clear All"
msgstr ""
#: src/includes/learndash-bbpress.php:123
msgid "Post Limit Access"
msgstr ""
#: src/includes/learndash-bbpress.php:127
msgid "Any"
msgstr ""
#. Translators: 1. LearnDash groups label
#: src/includes/learndash-bbpress.php:132
msgid "If you select ALL, then users must be a member of all of the associated %1$s in order to post."
msgstr ""
#. Translators: 1. LearnDash groups label
#: src/includes/learndash-bbpress.php:138
msgid "If you select ANY, then users only need to be a member of any one of the selected %1$s in order to post."
msgstr ""
#: src/includes/learndash-bbpress.php:145
msgid "Message shown to users without access"
msgstr ""
#: src/includes/learndash-bbpress.php:154
msgid "Forum View"
msgstr ""
#: src/includes/learndash-bbpress.php:159
msgid "Check this box to allow users that are not members of the associated Group(s) to view forum threads and topics (they will not be able to post replies)."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-emails.php:23
msgid "New User Email Template"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-emails.php:28
msgid "Email to New Users"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-emails.php:33
#: src/templates/admin-import-user/admin-import-user-part-emails.php:98
msgid "Send Email"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-emails.php:39
#: src/templates/admin-import-user/admin-import-user-part-emails.php:104
msgid "Subject"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-emails.php:50
#: src/templates/admin-import-user/admin-import-user-part-emails.php:115
msgid "Body"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-emails.php:51
#: src/templates/admin-import-user/admin-import-user-part-emails.php:116
msgid "Variables"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-emails.php:73
#: src/templates/admin-import-user/admin-import-user-part-emails.php:138
msgid "Test Email Address:"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-emails.php:79
#: src/templates/admin-import-user/admin-import-user-part-emails.php:144
msgid "Send Test Email"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-emails.php:88
msgid "Updated User Email Template"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-emails.php:93
msgid "Email to Updated Users"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-emails.php:154
#: src/templates/admin-import-user/admin-import-user-part-options.php:216
msgid "Save Changes"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:35
msgid "New users WILL be sent an email."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:36
msgid "New users WILL NOT be sent an email."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:40
msgid "Updated users WILL be sent an email."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:41
msgid "Updated users WILL NOT be sent an email."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:52
msgid "Current Settings"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:56
msgid "Review your enrollment defaults and email options. Make any necessary changes before proceeding to Import LearnDash Users."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:58
msgid "Review your defaults and email options. Make any necessary changes before proceeding to Import Users."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:62
msgid "Default Course(s)"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:63
msgid "Users without valid course IDs in the CSV will be enrolled in the following courses:"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:85
msgid "( Course is Open to all )"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:100
#: src/templates/admin-import-user/admin-import-user-part-options.php:153
msgid "No Courses Published"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:105
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:143
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:159
msgid "Edit Options"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:107
msgid "Default Groups(s)"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:108
msgid "Users without valid group IDs in the CSV will be added to the following groups:"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:145
msgid "Default Role(s)"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:146
msgid "Users without a valid role in the CSV will be set to the following role:"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:161
msgid "Email Options"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:165
msgid "Edit Email Settings"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:169
msgid "Upload the CSV file and review verification results."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:175
msgid "Upload file and verify records"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:182
msgid "Validation Results"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:187
msgid "Type"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:188
msgid "Number"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:193
msgid "Total number of users found in CSV"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:197
msgid "New users that will be created"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:204
msgid "Existing users that WILL be updated"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:206
msgid "Existing users that WILL NOT be updated"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:213
msgid "Users with malformed email addresses"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:218
msgid "Users with invalid course IDs"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:222
msgid "Users with invalid group IDs"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:226
msgid "Users with invalid group IDs for the Group Leader"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:233
msgid "Skipped Users with Existing Emails"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:235
msgid "The emails listed below were found in the CSV, but are assigned to users that already exist in WordPress. WordPress requires that each email be unique."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:237
msgid "These records will be ignored."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:241
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:259
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:275
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:286
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:356
msgid "CSV Row"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:243
msgid "Conflicting User"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:251
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:260
msgid "Invalid Course IDs"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:253
msgid "The course IDs below were found in the CSV but do not correspond to an existing LearnDash course. If you proceed, they will be ignored."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:255
msgid "These course IDs will be ignored."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:267
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:276
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:287
msgid "Invalid Group IDs"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:269
msgid "The group IDs below were found in the CSV but do not correspond to an existing LearnDash group. If you proceed, they will be ignored."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:271
msgid "These group IDs will be ignored."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:282
msgid "These group IDs will be ignored when adding the user as a Group Leader."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:294
msgid "Let's Add Some Users!"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:297
msgid "Abort Import Process"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:299
msgid "Perform Import"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:301
msgid "It is not possible to cancel the import process once it has\tbegun."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:304
msgid "Let me review the validation results again"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:307
msgid "I'm ready to import"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:315
msgid "Import Progress"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:324
msgid "Do not reload this page while import is in progress"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:328
msgid "Import Results"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:333
msgid "New Users Created"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:337
msgid "Existing Users Updated"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:341
msgid "Emails Sent"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:345
msgid "Rows Ignored"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:351
msgid "The following rows in the CSV were skipped:"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-import-users.php:357
msgid "Issue"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:21
msgid "This is a complex module that allows users to be added to courses and LearnDash Groups from a CSV file. The Options tab includes settings that control how updates to users are managed and bulk imported into specific courses and groups."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:23
msgid "This is a complex module that allows users to be added to your site from a CSV file. The Options tab includes settings that control how updates to users are managed and bulk imported."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:26
msgid "The Emails tab includes settings that control whether to send notifications to imported users and the email templates. These settings should be reviewed before proceeding with the import. Download the sample CSV on this page to see examples of the fields that can be included."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:32
msgid "Knowledge Base article"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:33
msgid "You should also review the %s which includes more detailed explanations and specific instructions for different use cases."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:40
msgid "Step 1"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:45
msgid "Review Options"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:47
msgid "Use this tab to configure:"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:49
msgid "Whether to update or ignore users that already exist on your website"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:50
msgid "Role to assign to imported users"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:54
msgid "Course(s) to enroll imported users into"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:55
msgid "LearnDash Group(s) to assign imported users to"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:64
msgid "Step 2"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:69
msgid "Review Email Settings"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:71
msgid "Use this tab to:"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:73
msgid "Enable email notifications to new and/or updated users"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:74
msgid "Customize email templates"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:81
msgid "Step 3"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:86
msgid "Create a CSV File"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:88
msgid "Download Sample CSV"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:92
msgid "Your CSV file must be comma-delimited with a .csv extension. It requires user_login and user_email columns, and can include any number of optional meta fields below."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:95
msgid "Available Meta Fields"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:100
msgid "Column Heading"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:102
msgid "Required/Optional"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:108
msgid "The user's email"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:109
msgid "required"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:113
msgid "The user's username"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:114
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:119
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:127
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:134
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:149
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:154
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:159
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:164
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:172
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:178
msgid "optional"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:118
msgid "The user's password"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:125
msgid "One or more courses to enroll the user into, specified by course ID. If this column exists and cell is empty, course(s) in Options will be used. Multiple course IDs must be separated by semi-colons, e.g., 96;107;92"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:132
msgid "One or more LearnDash groups to enroll the user into, specified by group ID. If this column exists and cell is empty, group(s) in Options will be used. Multiple group IDs must be separated by semi-colons, e.g., 91;102;98"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:140
msgid "Role to assign to the imported user, specified by role slug. If this column exists and cell is empty, the role in Options will be used."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:141
msgid "Available role slugs:"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:153
msgid "The user's first name"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:158
msgid "The user's last name"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:163
msgid "The user's display name"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:170
msgid "Assign the associated user to a group as a Group Leader and add the Group Leader role. Separate multiple group IDs by semicolons, e.g., 91;102;98 if the user will be added to multiple groups as a Group Leader."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:177
msgid "Any other meta column heading will be treated as a custom user meta value"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:183
msgid "Notes:"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:185
msgid "If no password value is present for new users, a password will be auto-generated."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:186
msgid "Username and email address cannot be updated via import."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:193
msgid "Step 4"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-instructions.php:200
msgid "Go to the Import Users tab once your CSV file is ready to begin the import."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:39
msgid "Existing Users"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:45
msgid "For imported existing users,"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:51
msgid "Update (Default)"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:55
msgid "Ignore"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:58
msgid "user data."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:67
msgid "User Roles"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:73
msgid "Set the Role for imported users"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:75
msgid "Users with no role specified in the CSV will receive the selected role."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:76
msgid "If no role is selected and no role specified for the user in the CSV, those users will be assigned the 'Subscriber' role."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:110
msgid "Enroll users in course(s)"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:112
msgid "Users with no courses specified in the CSV will be enrolled in the specified courses."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:113
msgid "Note: Courses that are set to Type 'Open' do not appear here, as all users are automatically enrolled in Open courses."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:162
msgid "Groups"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:168
msgid "Add users to group(s)"
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:170
msgid "Users with no groups specified in the CSV will be enrolled in the selected groups."
msgstr ""
#: src/templates/admin-import-user/admin-import-user-part-options.php:206
msgid "No Groups Published"
msgstr ""
#: src/templates/admin-import-user/admin-import-users.php:69
msgid "Instructions"
msgstr ""
#: src/templates/admin-import-user/admin-import-users.php:71
msgid "Options"
msgstr ""
#: src/templates/admin-import-user/admin-import-users.php:73
msgid "Email Settings"
msgstr ""
#: src/templates/course-grid.php:48
msgid "Buy now"
msgstr ""
#: src/templates/course-grid.php:53
msgid "Subscribe"
msgstr ""
#: src/templates/course-grid.php:58
msgid "Closed"
msgstr ""
#. translators: LearnDash course title
#: src/templates/course-grid.php:210
msgid "Start %s"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:163
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:186
msgctxt "%1$s is the category name, %2$s is the number of courses that category has"
msgid "%1$s (%2$s)"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:201
msgid "Expand all"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:204
msgid "Collapse all"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:308
msgid "Start"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:312
msgid "View"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:318
msgid "Resume"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:345
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:348
msgid "%s complete"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:648
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:784
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:927
#: src/templates/frontend-dashboard/dashboard-template.php:362
msgid "Statistics"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:660
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:796
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:939
msgid "%s Passed"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:662
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:798
#: src/templates/frontend-dashboard/dashboard-template-3_0.php:941
msgid "%s Failed"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template.php:50
msgid "Registered %s"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template.php:74
msgid "Expand All"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template.php:76
msgid "Collapse All"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template.php:132
msgid "Course Category"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template.php:279
#: src/templates/lesson-topic-grid.php:49
msgid "Available on: %s"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template.php:357
msgid "Results"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template.php:361
msgid "Score"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template.php:364
#: src/blocks/src/toolkit-my-courses/sidebar.js:102
msgid "Date"
msgstr ""
#: src/templates/frontend-dashboard/dashboard-template.php:400
msgid "-"
msgstr ""
#: src/templates/group-registration-form.php:63
#: src/templates/group-registration-form.php:67
msgid "Confirm Password"
msgstr ""
#: src/templates/group-registration-form.php:81
msgid "Register Your Account"
msgstr ""
#: src/templates/groups-login-form.php:3
#: src/templates/groups-login-form.php:33
msgid "Log In"
msgstr ""
#: src/templates/groups-login-form.php:29
msgid "Remember Me"
msgstr ""
#: src/templates/learndash-group-join-form.php:1
msgid "You are not a member of this Group"
msgstr ""
#: src/templates/learndash-group-join-form.php:5
msgid "Join this Group"
msgstr ""
#: src/templates/single-group.php:40
msgid "This page can only be used by organizations with a valid group ID. The URL used to reach this page is not valid. Please contact your organization to obtain the correct registration URL."
msgstr ""
#: src/templates/single-group.php:44
msgid "Shown to admins only."
msgstr ""
#: src/templates/single-group.php:44
msgid "The sign up link for this group is:"
msgstr ""
#: src/templates/single-group.php:69
#: src/templates/single-group.php:147
msgid "Sorry, no more seats are available for this group."
msgstr ""
#: src/templates/single-group.php:104
msgid "Thank you for registering. Your account needs to be approved by site administrator."
msgstr ""
#: src/templates/single-group.php:106
msgid "Congratulations! You are now registered on this site. You will receive an email shortly with login details."
msgstr ""
#: src/templates/single-group.php:112
msgid "Congratulations! You are now registered on this site."
msgstr ""
#: src/templates/single-group.php:119
msgid "Congratulations! You have successfully joined the new group and have been removed from the previous group."
msgstr ""
#: src/templates/single-group.php:121
msgid "Congratulations! You are now a member of this group."
msgstr ""
#: src/templates/single-group.php:133
msgid "You are already in this group."
msgstr ""
#: src/templates/single-group.php:170
msgid "Page not found."
msgstr ""
#: src/templates/transcript.php:35
msgid "Print"
msgstr ""
#: src/templates/transcript.php:57
msgid "Student Name"
msgstr ""
#: src/templates/transcript.php:146
msgid "Total Avg. Score"
msgstr ""
#: src/templates/transcript.php:157
msgid "Total Final Score"
msgstr ""
#: uncanny-toolkit-pro.php:65
msgid "Uncanny Toolkit Pro for LearnDash needs Uncanny Toolkit for LearnDash 1.3 or higher to work properly. Please, upgrade the standard Uncanny Toolkit for LearnDash."
msgstr ""
#: uncanny-toolkit-pro.php:120
msgid "Licensing"
msgstr ""
#: uncanny-toolkit-pro.php:122
msgid "Settings"
msgstr ""
#: uncanny-toolkit-pro.php:156
msgid "Please download and activate %s before activating Uncanny Toolkit Pro for LearnDash."
msgstr ""
#: src/blocks/dist/index.js:1
#: src/blocks/src/toolkit-course-expiry/sidebar.js:37
msgid "Course Expiry Settings"
msgstr ""
#: src/blocks/dist/index.js:1
#: src/blocks/src/toolkit-course-expiry/sidebar.js:39
#: src/blocks/src/toolkit-reset-button/sidebar.js:44
#: src/blocks/src/toolkit-uo-time-completed/sidebar.js:49
#: src/blocks/src/toolkit-uo-time/sidebar.js:49
msgid "Course ID"
msgstr ""
#: src/blocks/src/toolkit-course-expiry/block.js:22
msgid "Displays the number of days until the learner's access expires."
msgstr ""
#: src/blocks/src/toolkit-course-grid/block.js:23
#: src/blocks/src/toolkit-my-courses/block.js:23
msgid "Displays a highly customizable grid of LearnDash courses."
msgstr ""
#: src/blocks/src/toolkit-group-logo-list/block.js:21
#: src/blocks/src/toolkit-group-logo-list/block.js:48
msgid "Group Logo"
msgstr ""
#: src/blocks/src/toolkit-group-logo-list/block.js:23
msgid "Displays the branding image associated with the current user's group. If the user is in more than one group with a branding logo, all logos will be displayed."
msgstr ""
#: src/blocks/src/toolkit-group-logo-list/block.js:62
#: src/blocks/src/toolkit-group-logo-list/block.js:89
msgid "Group List"
msgstr ""
#: src/blocks/src/toolkit-group-logo-list/block.js:64
msgid "Displays a list of the groups the current user is a member of."
msgstr ""
#: src/blocks/src/toolkit-group-sign-up/block.js:21
#: src/blocks/src/toolkit-group-sign-up/block.js:43
msgid "Group Status"
msgstr ""
#: src/blocks/src/toolkit-group-sign-up/block.js:23
msgid "Displays the Organization Details of all groups the current user is a member of."
msgstr ""
#: src/blocks/src/toolkit-group-sign-up/block.js:57
#: src/blocks/src/toolkit-group-sign-up/block.js:84
msgid "Group Organization"
msgstr ""
#: src/blocks/src/toolkit-group-sign-up/block.js:59
msgid "Displays the Organization Details of the group associated with the group registration page the shortcode is placed on. *Works only on group registration pages.*"
msgstr ""
#: src/blocks/src/toolkit-group-sign-up/block.js:98
#: src/blocks/src/toolkit-group-sign-up/block.js:120
msgid "Group Login Form"
msgstr ""
#: src/blocks/src/toolkit-group-sign-up/block.js:100
msgid "When used on a group page, displays a login form. Any user that uses the form to log in is automatically added to the group. *For use on group pages only.*"
msgstr ""
#: src/blocks/src/toolkit-lesson-grid/block.js:22
#: src/blocks/src/toolkit-lesson-grid/block.js:80
msgid "Enhanced Lesson Topic Grid"
msgstr ""
#: src/blocks/src/toolkit-lesson-grid/block.js:24
msgid "Displays a highly customizable grid of LearnDash lessons/topics."
msgstr ""
#: src/blocks/src/toolkit-lesson-grid/sidebar.js:38
msgid "Grid Content"
msgstr ""
#: src/blocks/src/toolkit-lesson-grid/sidebar.js:39
msgid "courseId"
msgstr ""
#: src/blocks/src/toolkit-lesson-grid/sidebar.js:40
msgid "lessonId"
msgstr ""
#: src/blocks/src/toolkit-lesson-grid/sidebar.js:41
msgid "category"
msgstr ""
#: src/blocks/src/toolkit-lesson-grid/sidebar.js:42
msgid "tag"
msgstr ""
#: src/blocks/src/toolkit-lesson-grid/sidebar.js:45
msgid "Grid Style"
msgstr ""
#: src/blocks/src/toolkit-lesson-grid/sidebar.js:46
msgid "cols"
msgstr ""
#: src/blocks/src/toolkit-lesson-grid/sidebar.js:47
msgid "showImage"
msgstr ""
#: src/blocks/src/toolkit-lesson-grid/sidebar.js:48
msgid "borderHover"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:40
msgid "Filter Content"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:43
msgid "WordPress Category ID"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:46
#: src/blocks/src/toolkit-my-courses/sidebar.js:56
msgid "Leave empty to show all courses"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:53
msgid "LearnDash Category ID"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:63
msgid "Course Status"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:68
msgid "All courses"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:72
msgid "Enrolled courses only"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:76
msgid "Open courses only"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:86
msgid "Order"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:89
msgid "Order By"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:94
msgid "ID"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:106
msgid "Menu order"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:115
msgid "Order Direction"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:120
msgid "Ascending"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:124
msgid "Descending"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:136
msgid "Element Visibility"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:139
msgid "Show WordPress Category Selector"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:149
msgid "Show LearnDash Category Selector"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:160
msgid "Dashboard Behavior"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:163
msgid "Expand by Default"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:168
msgid "Yes"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:172
msgid "No"
msgstr ""
#: src/blocks/src/toolkit-my-courses/sidebar.js:181
msgid "No courses message"
msgstr ""
#: src/blocks/src/toolkit-reset-button/block.js:21
#: src/blocks/src/toolkit-reset-button/block.js:56
msgid "Reset Button"
msgstr ""
#: src/blocks/src/toolkit-reset-button/block.js:23
msgid "Displays a button that enables a user to reset their progress in a course."
msgstr ""
#: src/blocks/src/toolkit-reset-button/sidebar.js:42
msgid "Reset Button settings"
msgstr ""
#: src/blocks/src/toolkit-reset-button/sidebar.js:46
msgid "When placed on a course page, you do not need to pass in the course ID attribute."
msgstr ""
#: src/blocks/src/toolkit-reset-button/sidebar.js:56
msgid "Reset TinCanny data"
msgstr ""
#: src/blocks/src/toolkit-reset-button/sidebar.js:58
msgid "If the reset_tincanny parameter is set to \"Yes\", clicking the reset button will also delete all Tin Canny results records for that user in the target course. Note: Due to technical constraints, Tin Canny bookmark (resume) data will not be deleted."
msgstr ""
#: src/blocks/src/toolkit-reset-button/sidebar.js:77
msgid "Redirect"
msgstr ""
#: src/blocks/src/toolkit-reset-button/sidebar.js:79
msgid "Redirect to the specified URL when clicked."
msgstr ""
#: src/blocks/src/toolkit-uo-time-completed/block.js:22
#: src/blocks/src/toolkit-uo-time-completed/block.js:53
msgid "Course Time at Completion"
msgstr ""
#: src/blocks/src/toolkit-uo-time-completed/block.js:24
msgid "Displays total time spent inside a LearnDash course, not including time spent after completing the course. Optionally, enter a specific user ID and/or course ID."
msgstr ""
#: src/blocks/src/toolkit-uo-time-completed/sidebar.js:37
#: src/blocks/src/toolkit-uo-time/sidebar.js:37
msgid "Course Time Settings"
msgstr ""
#: src/blocks/src/toolkit-uo-time-completed/sidebar.js:39
#: src/blocks/src/toolkit-uo-time/sidebar.js:39
msgid "User ID"
msgstr ""
#: src/blocks/src/toolkit-uo-time/block.js:22
#: src/blocks/src/toolkit-uo-time/block.js:53
msgid "Course Cumulative Time"
msgstr ""
#: src/blocks/src/toolkit-uo-time/block.js:24
msgid "Displays total time spent inside a LearnDash course, including time spent after completing the course. Optionally, enter a specific user ID and/or course ID."
msgstr ""