summaryrefslogtreecommitdiff
path: root/languages/astra.pot
blob: 9b33fcf472dfd7f2eedd45b9045b54132a5c0642 (plain) (blame)
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
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
# Copyright (C) 2021 Brainstorm Force
# This file is distributed under the GNU General Public License v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Astra 3.6.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/astra\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-07-20T08:29:21+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: astra\n"

#. Theme Name of the theme
#: inc/core/class-astra-admin-settings.php:100
#: inc/core/view-general.php:23
#: inc/markup-extras.php:1564
msgid "Astra"
msgstr ""

#. Theme URI of the theme
msgid "https://wpastra.com/"
msgstr ""

#. Description of the theme
msgid "Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!"
msgstr ""

#. Author of the theme
msgid "Brainstorm Force"
msgstr ""

#. Author URI of the theme
msgid "https://wpastra.com/about/"
msgstr ""

#. translators: 1: number of comments
#: comments.php:42
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""

#: comments.php:55
#: comments.php:78
msgid "Comments Navigation"
msgstr ""

#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:407
msgid "Browse:"
msgstr ""

#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:408
msgctxt "breadcrumbs aria label"
msgid "Breadcrumbs"
msgstr ""

#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:409
#: inc/core/common-functions.php:875
msgid "Home"
msgstr ""

#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:410
msgid "404 Not Found"
msgstr ""

#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:411
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:102
msgid "Archives"
msgstr ""

#. Translators: %s is the search query.
#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:413
msgid "Search results for: %s"
msgstr ""

#. Translators: %s is the page number.
#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:415
msgid "Page %s"
msgstr ""

#. Translators: %s is the page number.
#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:417
msgid "Comment Page %s"
msgstr ""

#. Translators: Minute archive title. %s is the minute time format.
#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:419
msgid "Minute %s"
msgstr ""

#. Translators: Weekly archive title. %s is the week date format.
#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:421
msgid "Week %s"
msgstr ""

#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:891
msgctxt "minute and hour archives time format"
msgid "g:i a"
msgstr ""

#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:909
msgctxt "minute archives time format"
msgid "i"
msgstr ""

#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:927
msgctxt "hour archives time format"
msgid "g a"
msgstr ""

#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:944
#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:974
#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:1002
#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:1030
#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:1376
msgctxt "yearly archives date format"
msgid "Y"
msgstr ""

#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:945
#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:1003
#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:1380
msgctxt "monthly archives date format"
msgid "F"
msgstr ""

#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:946
#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:1384
msgctxt "daily archives date format"
msgid "j"
msgstr ""

#: inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php:975
msgctxt "weekly archives date format"
msgid "W"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php:44
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:718
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:993
msgid "Content"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php:47
#: inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php:66
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:292
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:412
msgid "Content Colors"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php:62
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1112
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1143
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1180
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:149
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:278
#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:255
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:195
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:262
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:62
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:350
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:367
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:168
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:185
#: inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php:42
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:269
msgid "Background Color"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php:83
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:137
#: inc/customizer/configurations/builder/base/class-astra-html-component-configs.php:114
#: inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php:120
#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:224
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:246
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:48
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:316
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:333
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:134
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:151
#: inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php:126
#: inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php:47
#: inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php:44
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:541
msgid "Text Color"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php:104
#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:270
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:277
msgid "Separator Color"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php:124
msgid "Content Link Color"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php:148
#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php:150
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:75
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:76
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:111
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:112
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:128
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:165
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:166
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:182
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:219
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:220
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:500
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:506
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:538
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:544
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:610
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:733
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:734
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:794
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:798
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:828
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:832
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1087
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1113
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:168
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:174
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:206
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:212
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:283
#: inc/customizer/configurations/builder/base/class-astra-html-component-configs.php:145
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:303
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:309
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:341
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:347
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:379
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:385
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:344
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:157
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:159
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:174
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:176
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:177
#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:315
#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:331
#: inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php:95
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:306
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:367
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:383
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:460
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:476
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:404
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:406
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:422
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:424
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:195
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:197
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:213
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:215
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:79
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:106
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:312
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:346
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:130
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:164
#: inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php:139
#: inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php:59
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:346
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:534
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:549
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:640
msgid "Normal"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php:163
#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php:165
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:93
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:94
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:147
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:201
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:237
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:238
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:519
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:525
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:557
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:563
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:625
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:748
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:750
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:811
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:815
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:845
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:849
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1125
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1147
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:187
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:193
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:225
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:231
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:301
#: inc/customizer/configurations/builder/base/class-astra-html-component-configs.php:163
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:322
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:328
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:360
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:366
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:398
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:404
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:361
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:186
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:190
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:203
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:207
#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:347
#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:363
#: inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php:109
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:322
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:399
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:415
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:492
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:508
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:434
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:438
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:452
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:456
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:225
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:229
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:243
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:247
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:92
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:119
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:329
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:363
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:147
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:181
#: inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php:152
#: inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php:72
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:360
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:655
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:670
msgid "Hover"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php:184
#: inc/customizer/class-astra-customizer-register-sections-panels.php:257
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:267
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:75
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:328
msgid "Colors"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:36
#: inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php:48
#: inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php:47
#: inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php:66
#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:169
#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php:48
#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php:49
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php:49
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php:47
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php:66
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php:48
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php:47
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php:66
#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:113
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:42
#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:48
#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:47
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:66
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:85
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:104
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:67
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:85
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:106
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:61
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:78
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:97
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:207
msgid "Default"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:44
#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:52
#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php:140
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:99
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:175
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:252
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:367
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:243
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:110
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:168
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:556
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:347
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:284
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:89
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:127
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:159
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:149
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:317
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:98
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:243
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:745
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:839
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:933
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:1027
msgid "None"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:45
#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:53
msgid "Inside"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:46
#: inc/compatibility/class-astra-beaver-themer.php:324
msgid "After Header"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:47
#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:55
msgid "Before Title"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:54
msgid "After"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:68
msgid "Breadcrumb"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:72
#: inc/customizer/class-astra-customizer-register-sections-panels.php:55
#: inc/customizer/class-astra-customizer-register-sections-panels.php:100
#: inc/customizer/class-astra-customizer-register-sections-panels.php:127
#: inc/customizer/class-astra-customizer-register-sections-panels.php:183
#: inc/customizer/class-astra-customizer-register-sections-panels.php:225
#: inc/customizer/class-astra-customizer-register-sections-panels.php:261
#: inc/customizer/class-astra-customizer-register-sections-panels.php:303
msgid "Helpful Information"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:75
msgid "Breadcrumb Overview"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:92
msgid "Header Position"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:114
msgid "Disable on Home Page?"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:137
msgid "Latest posts page or when any page is selected as blog page"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:138
msgid "Disable on Blog / Posts Page?"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:160
msgid "Disable on Search?"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:182
msgid "Disable on Archive?"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:204
msgid "Disable on Single Page?"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:226
msgid "Disable on Single Post?"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:248
msgid "All Pages, All Posts, All Attachments"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:249
msgid "Disable on Singular?"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:272
msgid "Disable on 404 Page?"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:294
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:337
#: inc/customizer/configurations/builder/base/class-astra-html-component-configs.php:201
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:441
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:397
#: inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php:97
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:115
msgid "Alignment"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:325
#: inc/core/class-astra-admin-settings.php:805
msgid "Spacing"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:329
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:249
#: inc/customizer/configurations/builder/base/class-astra-html-component-configs.php:184
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:423
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:71
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:96
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:380
#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:161
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:161
#: inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php:143
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:260
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:285
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:141
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:489
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:223
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:305
#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:246
#: inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php:129
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:478
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:273
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:360
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:620
#: inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php:122
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:412
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:437
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:137
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:225
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:391
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:413
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:361
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:383
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:336
msgid "Top"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:330
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:250
#: inc/customizer/configurations/builder/base/class-astra-html-component-configs.php:185
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:424
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:72
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:97
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:381
#: inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php:144
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:261
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:286
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:490
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:224
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:306
#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:97
#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:151
#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:247
#: inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php:130
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:479
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:274
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:361
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:621
#: inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php:123
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:413
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:438
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:138
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:226
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:392
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:414
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:362
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:384
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:337
msgid "Right"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:331
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:251
#: inc/customizer/configurations/builder/base/class-astra-html-component-configs.php:186
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:425
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:73
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:98
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:382
#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:163
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:163
#: inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php:145
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:262
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:287
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:143
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:491
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:225
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:307
#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:248
#: inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php:131
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:480
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:275
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:362
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:622
#: inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php:124
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:414
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:439
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:139
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:227
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:393
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:415
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:363
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:385
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:338
msgid "Bottom"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:332
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:252
#: inc/customizer/configurations/builder/base/class-astra-html-component-configs.php:187
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:426
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:74
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:99
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:383
#: inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php:146
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:263
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:288
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:492
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:226
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:308
#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:96
#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:149
#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:249
#: inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php:132
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:481
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:276
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:363
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:623
#: inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php:125
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:415
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:440
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:140
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:228
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:394
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:416
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:364
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:386
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:339
msgid "Left"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:355
msgid "Breadcrumb Source"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php:397
msgid "Separator"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php:54
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:458
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:524
msgid "Content Font"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php:81
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:62
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:136
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:214
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:307
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:520
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:311
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:225
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:690
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:784
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:878
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:972
msgid "Family"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php:97
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:319
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:376
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:145
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:436
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:472
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:320
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:348
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:572
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:363
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:237
#: inc/customizer/configurations/typography/class-astra-archive-typo-configs.php:90
#: inc/customizer/configurations/typography/class-astra-archive-typo-configs.php:126
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:115
#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:59
#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:93
#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:127
#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:161
#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:195
#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:229
#: inc/customizer/configurations/typography/class-astra-header-typo-configs.php:49
#: inc/customizer/configurations/typography/class-astra-header-typo-configs.php:71
#: inc/customizer/configurations/typography/class-astra-single-typo-configs.php:89
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:705
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:799
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:893
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:987
msgid "Size"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php:120
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:77
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:152
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:231
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:345
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:537
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:328
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:262
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:81
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:224
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:727
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:821
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:915
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:1009
msgid "Weight"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php:135
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:93
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:168
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:245
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:359
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:552
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:343
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:276
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:95
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:238
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:739
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:833
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:927
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:1021
msgid "Text Transform"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php:139
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:98
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:174
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:251
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:366
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:555
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:346
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:283
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:242
#: inc/customizer/custom-controls/font-variant/class-astra-control-font-variant.php:87
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:111
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:744
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:838
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:932
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:1026
#: inc/customizer/extend-custom-controls/src/ast-font-family/ast-font-family.js:18
#: inc/customizer/extend-custom-controls/src/ast-font-weight/ast-font-weight.js:22
msgid "Inherit"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php:141
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:100
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:176
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:253
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:368
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:557
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:348
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:285
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:99
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:244
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:746
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:840
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:934
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:1028
msgid "Capitalize"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php:142
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:101
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:177
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:254
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:369
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:558
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:349
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:286
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:100
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:245
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:747
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:841
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:935
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:1029
msgid "Uppercase"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php:143
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:102
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:178
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:255
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:370
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:559
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:350
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:287
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:101
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:246
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:748
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:842
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:936
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:1030
msgid "Lowercase"
msgstr ""

#: inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php:159
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:117
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:195
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:268
#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:386
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:592
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:383
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:303
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:136
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:260
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:763
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:857
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:951
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:1045
msgid "Line Height"
msgstr ""

#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:44
msgid "Heading Color ( H1 - H6 )"
msgstr ""

#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:290
msgid "Button Font"
msgstr ""

#: inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php:408
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:325
msgid "Letter Spacing"
msgstr ""

#: inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php:327
#: inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php:48
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:440
msgid "Transparent Header"
msgstr ""

#: inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php:330
#: inc/compatibility/lifterlms/class-astra-lifterlms.php:740
#: inc/compatibility/lifterlms/class-astra-lifterlms.php:752
#: inc/metabox/class-astra-meta-boxes.php:244
#: inc/metabox/class-astra-meta-boxes.php:260
msgid "Customizer Setting"
msgstr ""

#: inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php:331
msgid "Enabled"
msgstr ""

#: inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php:332
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:50
msgid "Disabled"
msgstr ""

#: inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php:57
#: inc/customizer/class-astra-customizer-register-sections-panels.php:83
#: inc/widgets.php:106
msgid "Header"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:57
msgid "Background Overlay"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:129
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:183
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:481
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:777
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:949
#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:243
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:243
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:142
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:227
#: inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php:130
#: inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php:130
#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:163
#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:221
#: inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php:147
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:350
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:443
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:388
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:180
#: inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php:166
#: inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php:89
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:125
#: inc/customizer/extend-custom-controls/src/ast-font-weight/ast-font-weight.js:17
#: inc/customizer/extend-custom-controls/src/background/background.js:136
#: inc/customizer/extend-custom-controls/src/border/border-component.js:61
#: inc/customizer/extend-custom-controls/src/responsive-background/responsive-background.js:190
msgid "Background"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:148
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php:202
msgid "Hover / Active"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:56
msgid "Enable on Complete Website"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:78
msgid "Disable on 404, Search & Archives?"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:79
msgid "This setting is generally not recommended on special pages such as archive, search, 404, etc. If you would like to enable it, uncheck this option"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:101
msgid "Disable on Blog page?"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:102
msgid "Blog Page is when Latest Posts are selected to be displayed on a particular page."
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:125
msgid "Disable on Latest Posts Page?"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:126
msgid "Latest Posts page is your site's front page when the latest posts are displayed on the home page."
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:149
msgid "Disable on Pages?"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:172
msgid "Disable on Posts?"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:187
msgid "Enable On"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:190
msgid "Desktop"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:191
msgid "Mobile"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:192
msgid "Desktop + Mobile"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:205
msgid "Different Logo for Transparent Header?"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:246
#: inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php:49
msgid "Logo"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:263
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:100
msgid "Different Logo For Retina Devices?"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:301
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:139
msgid "Retina Logo"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:327
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:222
msgid "Logo Width"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:346
#: inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php:88
#: inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php:88
#: inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php:102
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:93
msgid "Bottom Border Size"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:368
#: inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php:110
#: inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php:110
#: inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php:122
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:120
msgid "Bottom Border Color"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:387
#: inc/core/class-astra-admin-settings.php:779
msgid "Colors & Background"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:398
msgid "Site Title"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:413
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:430
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:373
msgid "Text / Link"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:421
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:381
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:173
msgid "Menu Color"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:438
msgid "Submenu Color"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:465
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:591
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:762
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:898
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:988
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:96
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:334
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:427
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:159
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:179
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:245
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:290
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:90
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:160
msgid "Text"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:473
msgid "Social Color"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:574
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:683
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1004
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:118
#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:127
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:166
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:646
msgid "Link"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:595
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:769
msgid "HTML Color"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:643
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:861
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:930
#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:126
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:157
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:244
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:645
msgid "Icon"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:648
msgid "Search Color"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:664
msgid "Box Background"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:700
#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:80
#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:92
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:80
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:360
msgid "Title"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:704
msgid "Widget Color"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:864
#: inc/core/builder/class-astra-builder-helper.php:662
#: inc/core/builder/class-astra-builder-helper.php:733
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:113
msgid "Account"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:937
msgid "Toggle Color"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:964
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:288
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:101
msgid "Border"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1032
msgid "Text / Placeholder"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1054
msgid "Divider"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1065
msgid "Account Menu Color"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1089
msgid "Link / Text Color"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1129
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1164
#: inc/customizer/configurations/builder/base/class-astra-html-component-configs.php:122
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:322
#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:240
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:289
#: inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php:88
#: inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php:73
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:314
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:556
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:661
msgid "Link Color"
msgstr ""

#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1163
#: inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php:1181
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:222
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:223
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:238
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:239
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:472
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:473
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:489
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:490
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:263
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:264
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:280
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:281
msgid "Active"
msgstr ""

#: inc/admin-functions.php:30
#: inc/customizer/class-astra-customizer-register-sections-panels.php:144
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:123
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:47
msgid "Primary Menu"
msgstr ""

#: inc/admin-functions.php:41
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:126
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:50
msgid "Secondary Menu"
msgstr ""

#: inc/admin-functions.php:42
#: inc/core/builder/class-astra-builder-helper.php:728
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:56
msgid "Off-Canvas Menu"
msgstr ""

#: inc/admin-functions.php:57
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:129
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:53
msgid "Menu "
msgstr ""

#: inc/admin-functions.php:67
msgid "Logged In Account Menu"
msgstr ""

#: inc/admin-functions.php:78
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:57
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:92
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:130
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:162
msgid "Footer Menu"
msgstr ""

#. Translators: Author Name.
#: inc/blog/blog-config.php:148
msgid "View all posts by %1$s"
msgstr ""

#: inc/blog/blog-config.php:201
#: inc/blog/blog-config.php:457
msgid "Read More &raquo;"
msgstr ""

#. translators: used between list items, there is a space after the comma
#: inc/blog/blog-config.php:276
#: inc/blog/blog-config.php:305
msgid ", "
msgstr ""

#: inc/blog/single-blog.php:136
msgid "Pingback:"
msgstr ""

#: inc/blog/single-blog.php:136
msgid "(Edit)"
msgstr ""

#. translators: 1: date, 2: time
#: inc/blog/single-blog.php:190
msgid "%1$s at %2$s"
msgstr ""

#: inc/builder/class-astra-builder-loader.php:96
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:177
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:238
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:324
#: inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php:49
msgid "Header Builder"
msgstr ""

#: inc/builder/class-astra-builder-loader.php:99
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php:154
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php:187
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php:243
msgid "Footer Builder"
msgstr ""

#: inc/builder/controllers/class-astra-builder-ui-controller.php:141
#: inc/builder/controllers/class-astra-builder-ui-controller.php:142
#: inc/builder/controllers/class-astra-builder-ui-controller.php:180
msgid "Click to edit this element."
msgstr ""

#. translators: %s: icon term
#: inc/builder/controllers/class-astra-builder-ui-controller.php:163
msgid "Primary %s"
msgstr ""

#. translators: %s: icon term
#: inc/builder/controllers/class-astra-builder-ui-controller.php:167
msgid "Above %s"
msgstr ""

#. translators: %s: icon term
#: inc/builder/controllers/class-astra-builder-ui-controller.php:171
msgid "Below %s"
msgstr ""

#: inc/builder/controllers/class-astra-builder-ui-controller.php:180
msgid "Click to edit this Row."
msgstr ""

#: inc/builder/controllers/class-astra-builder-ui-controller.php:285
msgid "Shopping Cart"
msgstr ""

#: inc/builder/controllers/class-astra-builder-ui-controller.php:377
#: inc/builder/controllers/class-astra-builder-ui-controller.php:425
msgid "Account icon link"
msgstr ""

#: inc/builder/controllers/class-astra-builder-ui-controller.php:461
msgid "Register"
msgstr ""

#: inc/builder/controllers/class-astra-builder-ui-controller.php:469
msgid "Lost your password?"
msgstr ""

#: inc/builder/controllers/class-astra-builder-widget-controller.php:116
msgid "Add widgets here:"
msgstr ""

#: inc/builder/type/footer/menu/class-astra-footer-menu-component.php:84
#: inc/builder/type/header/account/class-astra-header-account-component.php:66
#: inc/builder/type/header/account/class-astra-header-account-component.php:136
#: inc/builder/type/header/menu/class-astra-header-menu-component.php:94
#: inc/builder/type/header/menu/class-astra-header-menu-component.php:141
#: inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component.php:72
#: inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component.php:119
#: inc/markup-extras.php:836
#: inc/markup-extras.php:872
msgid "Site Navigation"
msgstr ""

#: inc/builder/type/header/account/class-astra-header-account-component.php:111
msgid "Account Woo Navigation"
msgstr ""

#: inc/class-astra-mobile-header.php:112
#: inc/core/class-astra-walker-page.php:90
#: inc/core/class-astra-walker-page.php:100
msgid "Menu Toggle"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:316
msgid "Before Page"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:317
msgid "After Page"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:323
msgid "Before Header"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:330
msgid "Before Content"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:331
msgid "After Content"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:337
msgid "Before Footer"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:338
msgid "After Footer"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:344
msgid "Before Sidebar"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:345
msgid "After Sidebar"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:351
msgid "Loop Start"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:352
msgid "Before Post"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:353
msgid "Before Post Content"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:354
msgid "After Post Content"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:355
msgid "After Post"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:356
msgid "Before Comments"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:357
msgid "After Comments"
msgstr ""

#: inc/compatibility/class-astra-beaver-themer.php:358
msgid "Loop End"
msgstr ""

#: inc/compatibility/edd/class-astra-edd.php:103
#: inc/compatibility/woocommerce/class-astra-woocommerce.php:127
#: inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php:62
#: inc/core/builder/class-astra-builder-helper.php:690
#: inc/core/builder/class-astra-builder-helper.php:700
msgid "Cart"
msgstr ""

#: inc/compatibility/edd/class-astra-edd.php:323
#: inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php:40
#: inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php:45
#: inc/core/class-astra-admin-settings.php:966
msgid "Easy Digital Downloads"
msgstr ""

#: inc/compatibility/edd/class-astra-edd.php:445
#: inc/compatibility/woocommerce/class-astra-woocommerce.php:1752
msgid "View your shopping cart"
msgstr ""

#: inc/compatibility/edd/class-astra-edd.php:863
#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:83
#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:96
msgid "Add To Cart"
msgstr ""

#: inc/compatibility/edd/class-astra-edd.php:865
msgid "View Details"
msgstr ""

#: inc/compatibility/edd/class-astra-edd.php:924
msgid "Easy Digital Downloads Sidebar"
msgstr ""

#: inc/compatibility/edd/class-astra-edd.php:926
#: inc/compatibility/woocommerce/class-astra-woocommerce.php:572
msgid "This sidebar will be used on Product archive, Cart, Checkout and My Account pages."
msgstr ""

#: inc/compatibility/edd/class-astra-edd.php:938
msgid "EDD Single Product Sidebar"
msgstr ""

#: inc/compatibility/edd/class-astra-edd.php:940
msgid "This sidebar will be used on EDD Single Product page."
msgstr ""

#: inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php:46
msgid "Product Archive"
msgstr ""

#: inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php:55
#: inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php:54
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php:64
msgid "Single Product"
msgstr ""

#: inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php:45
msgid "Easy Digital Downloads Layout"
msgstr ""

#: inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php:49
#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php:49
#: inc/compatibility/lifterlms/class-astra-lifterlms.php:753
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php:50
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php:49
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:47
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:68
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:86
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:107
#: inc/metabox/class-astra-meta-boxes.php:261
msgid "Boxed"
msgstr ""

#: inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php:50
#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php:50
#: inc/compatibility/lifterlms/class-astra-lifterlms.php:754
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php:51
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php:50
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:48
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:69
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:87
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:108
#: inc/metabox/class-astra-meta-boxes.php:262
msgid "Content Boxed"
msgstr ""

#: inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php:51
#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php:51
#: inc/compatibility/lifterlms/class-astra-lifterlms.php:755
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php:52
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php:51
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:49
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:70
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:88
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:109
#: inc/metabox/class-astra-meta-boxes.php:263
msgid "Full Width / Contained"
msgstr ""

#: inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php:52
#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php:52
#: inc/compatibility/lifterlms/class-astra-lifterlms.php:756
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php:53
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php:52
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:50
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:71
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:89
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:110
#: inc/metabox/class-astra-meta-boxes.php:264
msgid "Full Width / Stretched"
msgstr ""

#: inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php:48
#: inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php:67
#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php:50
#: inc/compatibility/lifterlms/class-astra-lifterlms.php:743
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php:48
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php:67
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php:48
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php:67
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:47
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:67
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:86
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:105
#: inc/metabox/class-astra-meta-boxes.php:247
msgid "No Sidebar"
msgstr ""

#: inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php:49
#: inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php:68
#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php:51
#: inc/compatibility/lifterlms/class-astra-lifterlms.php:741
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php:49
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php:68
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php:49
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php:68
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:48
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:68
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:87
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:106
#: inc/metabox/class-astra-meta-boxes.php:245
msgid "Left Sidebar"
msgstr ""

#: inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php:50
#: inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php:69
#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php:52
#: inc/compatibility/lifterlms/class-astra-lifterlms.php:742
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php:50
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php:69
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php:50
#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php:69
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:49
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:69
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:88
#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:107
#: inc/metabox/class-astra-meta-boxes.php:246
msgid "Right Sidebar"
msgstr ""

#: inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php:64
msgid "EDD Single Product"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:53
msgid "Archive Columns"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:75
msgid "Product Structure"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:76
msgid "The Image option cannot be sortable if the Product Style is selected to the List Style "
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:78
msgid "Image"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:79
#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:97
#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:143
#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:126
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:185
msgid "Category"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:81
#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:93
msgid "Price"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:82
#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:95
msgid "Short Description"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:97
msgid "Cart Button Text"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:127
msgid "Variable Product Button"
msgstr ""

#. translators: %s Index
#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:129
#: inc/core/builder/class-astra-builder-options.php:1046
#: inc/core/builder/class-astra-builder-options.php:1127
#: inc/core/class-astra-theme-options.php:246
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:67
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:151
msgid "Button"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:130
msgid "Options"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:153
msgid "Variable Product Button Text"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:167
msgid "Archive Content Width"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:170
#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:114
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:223
#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:49
#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:48
msgid "Custom"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php:194
#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:129
#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:74
#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:74
msgid "Custom Width"
msgstr ""

#: inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php:45
msgid "Disable Product Navigation"
msgstr ""

#: inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php:40
#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php:46
#: inc/core/class-astra-admin-settings.php:979
msgid "LearnDash"
msgstr ""

#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php:45
msgid "LearnDash Layout"
msgstr ""

#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php:46
msgid "Will be applied to All Single Courses, Topics, Lessons and Quizzes. Does not work on pages created with LearnDash shortcodes."
msgstr ""

#: inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php:47
msgid "This layout will apply on all single course, lesson, topic and quiz."
msgstr ""

#: inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php:44
msgid "Display Serial Number"
msgstr ""

#: inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php:48
msgid "Course Content Table"
msgstr ""

#: inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php:61
msgid "Differentiate Rows"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:236
msgid "What Others Have Said"
msgstr ""

#. translators: 1 Author Name.
#: inc/compatibility/lifterlms/class-astra-lifterlms.php:265
msgid "By: %s"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:302
#: inc/compatibility/lifterlms/class-astra-lifterlms.php:319
msgid "Thank you for your review!"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:308
msgid "Write a Review"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:309
msgid "Review Title"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:310
msgid "Review Title is required."
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:311
msgid "Review Text"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:312
msgid "Review Text is required."
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:316
msgid "Leave Review"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:666
#: inc/metabox/class-astra-meta-boxes.php:290
msgid "Disable Primary Header"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:676
#: inc/metabox/class-astra-meta-boxes.php:282
msgid "Disable Above Header"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:686
#: inc/metabox/class-astra-meta-boxes.php:298
msgid "Disable Below Header"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:696
#: inc/metabox/class-astra-meta-boxes.php:306
msgid "Disable Mobile Header"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:704
#: inc/metabox/class-astra-meta-boxes.php:315
msgid "Disable Title"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:713
#: inc/metabox/class-astra-meta-boxes.php:346
msgid "Disable Footer Widgets"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:722
#: inc/metabox/class-astra-meta-boxes.php:358
msgid "Disable Footer"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:728
msgid "Astra Settings"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:737
#: inc/customizer/class-astra-customizer-register-sections-panels.php:221
#: inc/metabox/class-astra-meta-boxes.php:241
msgid "Sidebar"
msgstr ""

#: inc/compatibility/lifterlms/class-astra-lifterlms.php:749
#: inc/metabox/class-astra-meta-boxes.php:257
msgid "Content Layout"
msgstr ""

#: inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php:39
#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php:45
#: inc/core/class-astra-admin-settings.php:993
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:62
msgid "LifterLMS"
msgstr ""

#: inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php:48
#: inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php:38
#: inc/customizer/extend-custom-controls/src/builder-layout/builder-header-control.js:51
#: inc/customizer/extend-custom-controls/src/builder-layout/item-component.js:114
msgid "General"
msgstr ""

#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php:47
msgid "LifterLMS Layout"
msgstr ""

#: inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php:64
msgid "LifterLMS Course/Lesson"
msgstr ""

#: inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php:60
msgid "Course Columns"
msgstr ""

#: inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php:87
msgid "Membership Columns"
msgstr ""

#. translators: 1: number of products
#: inc/compatibility/woocommerce/class-astra-woocommerce.php:340
msgctxt "product categories"
msgid "%1$s Product"
msgid_plural "%1$s Products"
msgstr[0] ""
msgstr[1] ""

#: inc/compatibility/woocommerce/class-astra-woocommerce.php:570
msgid "WooCommerce Sidebar"
msgstr ""

#: inc/compatibility/woocommerce/class-astra-woocommerce.php:584
msgid "Product Sidebar"
msgstr ""

#: inc/compatibility/woocommerce/class-astra-woocommerce.php:586
msgid "This sidebar will be used on Single Product page."
msgstr ""

#: inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php:45
msgid "Shop"
msgstr ""

#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php:45
msgid "WooCommerce Layout"
msgstr ""

#: inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php:45
#: inc/core/class-astra-admin-settings.php:953
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:66
msgid "WooCommerce"
msgstr ""

#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php:47
msgid "Enable Cross-sells"
msgstr ""

#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:53
msgid "Shop Columns"
msgstr ""

#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:68
msgid "Products Per Page"
msgstr ""

#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:90
msgid "Shop Product Structure"
msgstr ""

#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:94
msgid "Ratings"
msgstr ""

#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php:111
msgid "Shop Archive Content Width"
msgstr ""

#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php:45
#: inc/metabox/class-astra-meta-boxes.php:325
msgid "Disable Breadcrumb"
msgstr ""

#: inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php:57
msgid "Disable on WooCommerce Product Pages?"
msgstr ""

#: inc/compatibility/woocommerce/woocommerce-common-functions.php:84
msgid "Out of stock"
msgstr ""

#: inc/compatibility/woocommerce/woocommerce-common-functions.php:138
msgid "Availability:"
msgstr ""

#: inc/core/builder/class-astra-builder-admin.php:60
#: inc/core/class-astra-admin-settings.php:478
msgid "Use Old Header/Footer"
msgstr ""

#: inc/core/builder/class-astra-builder-admin.php:60
#: inc/core/class-astra-admin-settings.php:479
msgid "Use New Header/Footer Builder"
msgstr ""

#. translators: %1$s: Theme name.
#: inc/core/builder/class-astra-builder-admin.php:69
msgid "%1$s Header/Footer Builder"
msgstr ""

#. translators: %1$s: Theme name.
#: inc/core/builder/class-astra-builder-admin.php:81
msgid "%1$s Header/Footer Builder is a new and powerful way to design header and footer for your website. With this, you can give a creative look to your header/footer with less effort."
msgstr ""

#. translators: %1$s: Theme name.
#: inc/core/builder/class-astra-builder-admin.php:90
msgid "Activating this feature will add advanced options to %1$s customizer where you can create awesome new designs."
msgstr ""

#: inc/core/builder/class-astra-builder-admin.php:95
msgid "Note: The header/footer builder will replace the existing header/footer settings in the customizer. This might make your header/footer look a bit different. You can configure header/footer builder settings from customizer to give it a nice look. You can always come back here and switch to your old header/footer."
msgstr ""

#: inc/core/builder/class-astra-builder-admin.php:97
msgid "Go to Customizer"
msgstr ""

#: inc/core/builder/class-astra-builder-admin.php:136
msgid "You don't have the access"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:473
#: inc/core/builder/class-astra-builder-helper.php:483
#: inc/core/builder/class-astra-builder-helper.php:493
#: inc/core/builder/class-astra-builder-helper.php:507
#: inc/core/builder/class-astra-builder-helper.php:541
#: inc/core/builder/class-astra-builder-helper.php:567
#: inc/core/builder/class-astra-builder-helper.php:577
msgid "Equal Width Columns"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:477
#: inc/core/builder/class-astra-builder-helper.php:487
#: inc/core/builder/class-astra-builder-helper.php:501
#: inc/core/builder/class-astra-builder-helper.php:535
#: inc/core/builder/class-astra-builder-helper.php:553
#: inc/core/builder/class-astra-builder-helper.php:571
#: inc/core/builder/class-astra-builder-helper.php:581
msgid "Collapse to Rows"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:497
msgid "Two Column Grid"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:511
msgid "Left Heavy 50/25/25"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:515
msgid "Right Heavy 25/25/50"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:519
msgid "Center Heavy 25/50/25"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:523
msgid "Wide Center 20/60/20"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:527
msgid "First Row, Next Columns 100 - 50/50"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:531
msgid "Last Row, Previous Columns 50/50 - 100"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:545
msgid "Left Heavy 66/33"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:549
msgid "Right Heavy 33/66"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:559
msgid "Single Row"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:650
#: inc/core/builder/class-astra-builder-helper.php:713
msgid "Site Identity & Logo"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:656
#: inc/core/builder/class-astra-builder-helper.php:718
#: inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php:50
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:150
#: inc/markup-extras.php:407
#: searchform.php:30
msgid "Search"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:690
msgid "Woo Cart"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:700
#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:50
msgid "EDD Cart"
msgstr ""

#: inc/core/builder/class-astra-builder-helper.php:723
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:50
msgid "Toggle Button"
msgstr ""

#: inc/core/builder/class-astra-builder-options.php:976
msgid "Log In"
msgstr ""

#: inc/core/builder/class-astra-builder-options.php:977
msgid "My Account"
msgstr ""

#: inc/core/builder/class-astra-builder-options.php:1222
#: inc/core/builder/class-astra-builder-options.php:1257
msgid "Insert HTML text here."
msgstr ""

#: inc/core/class-astra-admin-settings.php:99
msgid "Astra Options"
msgstr ""

#: inc/core/class-astra-admin-settings.php:191
#: inc/core/class-astra-admin-settings.php:194
msgid "Get Started"
msgstr ""

#: inc/core/class-astra-admin-settings.php:217
msgid "Thank you for installing Astra!"
msgstr ""

#: inc/core/class-astra-admin-settings.php:218
msgid "Did you know Astra comes with dozens of ready-to-use <a href=\"https://wpastra.com/starter-templates/?utm_source=install-notice\">starter templates</a>? Install the Starter Templates plugin to get started."
msgstr ""

#. translators: %1$1s: Theme Name, %2$2s: Minimum Required version of the addon
#: inc/core/class-astra-admin-settings.php:254
msgid "Please update the %1$1s to version %2$2s or higher. Ignore if already updated."
msgstr ""

#: inc/core/class-astra-admin-settings.php:312
#: inc/core/class-astra-admin-settings.php:325
#: inc/core/class-astra-admin-settings.php:338
#: inc/core/class-astra-admin-settings.php:351
#: inc/core/class-astra-admin-settings.php:360
#: inc/core/class-astra-admin-settings.php:433
#: inc/core/class-astra-admin-settings.php:470
msgid "See Library &#187;"
msgstr ""

#: inc/core/class-astra-admin-settings.php:321
#: inc/core/class-astra-admin-settings.php:334
msgid "Activate Importer Plugin"
msgstr ""

#: inc/core/class-astra-admin-settings.php:326
#: inc/core/class-astra-admin-settings.php:339
#: inc/core/class-astra-admin-settings.php:431
#: inc/core/class-astra-admin-settings.php:468
msgid "Activating Importer Plugin "
msgstr ""

#: inc/core/class-astra-admin-settings.php:347
msgid "Install Importer Plugin"
msgstr ""

#: inc/core/class-astra-admin-settings.php:354
msgid "Details &#187;"
msgstr ""

#: inc/core/class-astra-admin-settings.php:434
#: inc/core/class-astra-admin-settings.php:471
msgid "Activating"
msgstr ""

#: inc/core/class-astra-admin-settings.php:435
#: inc/core/class-astra-admin-settings.php:472
msgid "Deactivating"
msgstr ""

#: inc/core/class-astra-admin-settings.php:436
#: inc/core/class-astra-admin-settings.php:473
#: inc/core/class-astra-admin-settings.php:1230
#: inc/core/class-astra-admin-settings.php:1247
msgid "Activate"
msgstr ""

#: inc/core/class-astra-admin-settings.php:437
#: inc/core/class-astra-admin-settings.php:474
#: inc/core/class-astra-admin-settings.php:1264
msgid "Deactivate"
msgstr ""

#: inc/core/class-astra-admin-settings.php:438
#: inc/core/class-astra-admin-settings.php:475
msgid "Settings"
msgstr ""

#: inc/core/class-astra-admin-settings.php:601
msgid "Important Links"
msgstr ""

#: inc/core/class-astra-admin-settings.php:607
msgid "Astra Website"
msgstr ""

#: inc/core/class-astra-admin-settings.php:611
msgid "Knowledge Base"
msgstr ""

#: inc/core/class-astra-admin-settings.php:615
msgid "Five Star Support"
msgstr ""

#: inc/core/class-astra-admin-settings.php:619
msgid "Users Community Group"
msgstr ""

#: inc/core/class-astra-admin-settings.php:623
msgid "Rate Us ★★★★★"
msgstr ""

#: inc/core/class-astra-admin-settings.php:641
msgid "150+ Starter Templates"
msgstr ""

#: inc/core/class-astra-admin-settings.php:675
msgid "Starter Templates?"
msgstr ""

#. translators: %1$s: Starter site link.
#: inc/core/class-astra-admin-settings.php:678
msgid "Did you know %1$s offers a free library of %2$s "
msgstr ""

#: inc/core/class-astra-admin-settings.php:687
msgid "Choose from over 150 beautiful templates and kickstart your project!"
msgstr ""

#: inc/core/class-astra-admin-settings.php:726
msgid "More Options Available with Astra Pro!"
msgstr ""

#: inc/core/class-astra-admin-settings.php:733
msgid "Header Options"
msgstr ""

#: inc/core/class-astra-admin-settings.php:738
msgid "Upload Logo"
msgstr ""

#: inc/core/class-astra-admin-settings.php:743
msgid "Footer Settings"
msgstr ""

#: inc/core/class-astra-admin-settings.php:748
msgid "Set Colors"
msgstr ""

#: inc/core/class-astra-admin-settings.php:753
msgid "Layout Options"
msgstr ""

#: inc/core/class-astra-admin-settings.php:758
msgid "Customize Fonts"
msgstr ""

#: inc/core/class-astra-admin-settings.php:763
msgid "Blog Layouts"
msgstr ""

#: inc/core/class-astra-admin-settings.php:768
msgid "Sidebar Options"
msgstr ""

#: inc/core/class-astra-admin-settings.php:786
#: inc/core/class-astra-admin-settings.php:799
#: inc/core/class-astra-admin-settings.php:812
#: inc/core/class-astra-admin-settings.php:825
#: inc/core/class-astra-admin-settings.php:838
#: inc/core/class-astra-admin-settings.php:851
#: inc/core/class-astra-admin-settings.php:864
#: inc/core/class-astra-admin-settings.php:877
#: inc/core/class-astra-admin-settings.php:892
#: inc/core/class-astra-admin-settings.php:908
#: inc/core/class-astra-admin-settings.php:921
#: inc/core/class-astra-admin-settings.php:934
#: inc/core/class-astra-admin-settings.php:947
#: inc/core/class-astra-admin-settings.php:960
#: inc/core/class-astra-admin-settings.php:973
#: inc/core/class-astra-admin-settings.php:987
#: inc/core/class-astra-admin-settings.php:1000
#: inc/core/class-astra-admin-settings.php:1013
msgid "Learn More &#187;"
msgstr ""

#: inc/core/class-astra-admin-settings.php:792
#: inc/customizer/class-astra-customizer-register-sections-panels.php:298
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:325
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:196
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:428
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:443
msgid "Typography"
msgstr ""

#: inc/core/class-astra-admin-settings.php:818
msgid "Blog Pro"
msgstr ""

#: inc/core/class-astra-admin-settings.php:831
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:397
msgid "Mobile Header"
msgstr ""

#: inc/core/class-astra-admin-settings.php:844
msgid "Header Sections"
msgstr ""

#: inc/core/class-astra-admin-settings.php:857
msgid "Nav Menu"
msgstr ""

#: inc/core/class-astra-admin-settings.php:870
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:509
msgid "Sticky Header"
msgstr ""

#: inc/core/class-astra-admin-settings.php:883
msgid "Page Headers"
msgstr ""

#: inc/core/class-astra-admin-settings.php:884
msgid "Make your header layouts look more appealing and sexy!"
msgstr ""

#: inc/core/class-astra-admin-settings.php:898
msgid "Custom Layouts"
msgstr ""

#: inc/core/class-astra-admin-settings.php:900
msgid "Add content conditionally in the various hook areas of the theme."
msgstr ""

#: inc/core/class-astra-admin-settings.php:914
msgid "Site Layouts"
msgstr ""

#: inc/core/class-astra-admin-settings.php:927
#: inc/customizer/class-astra-customizer-register-sections-panels.php:169
#: inc/customizer/class-astra-customizer-register-sections-panels.php:287
msgid "Footer Widgets"
msgstr ""

#: inc/core/class-astra-admin-settings.php:940
msgid "Scroll To Top"
msgstr ""

#: inc/core/class-astra-admin-settings.php:980
msgid "Supercharge your LearnDash website with amazing design features."
msgstr ""

#: inc/core/class-astra-admin-settings.php:1006
msgid "White Label"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1022
msgid "Links to Customizer Settings:"
msgstr ""

#. translators: %1s Astra Theme
#: inc/core/class-astra-admin-settings.php:1094
msgid "Extend %1s with free plugins!"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1104
msgid "Import / Export Customizer Settings"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1111
msgid "Astra Customizer Reset"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1119
msgid "Customizer Search"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1127
msgid "Astra Bulk Edit"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1135
msgid "Astra Widgets"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1143
msgid "Custom Fonts"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1151
msgid "Custom Typekit Fonts"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1159
msgid "Sidebar Manager"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1167
msgid "Ultimate Addons for Gutenberg"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1322
#: inc/core/class-astra-admin-settings.php:1371
#: inc/lib/notices/class-astra-notices.php:125
msgid "WordPress Nonce not validated."
msgstr ""

#: inc/core/class-astra-admin-settings.php:1329
#: inc/core/class-astra-admin-settings.php:1378
msgid "No plugin specified"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1355
msgid "Plugin Successfully Activated"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1399
msgid "Plugin Successfully Deactivated"
msgstr ""

#: inc/core/class-astra-admin-settings.php:1416
msgid " Lightning Fast & Fully Customizable WordPress theme!"
msgstr ""

#: inc/core/class-astra-theme-options.php:211
#: inc/core/class-astra-theme-options.php:213
msgid "Copyright &copy; [current_year] [site_title] | Powered by [theme_author]"
msgstr ""

#: inc/core/class-astra-theme-options.php:245
msgid "Contact Us"
msgstr ""

#: inc/core/class-theme-strings.php:36
msgid "Skip to content"
msgstr ""

#: inc/core/class-theme-strings.php:39
msgid "It looks like the link pointing here was faulty. Maybe try searching?"
msgstr ""

#: inc/core/class-theme-strings.php:42
msgid "Nothing Found"
msgstr ""

#: inc/core/class-theme-strings.php:43
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr ""

#: inc/core/class-theme-strings.php:44
msgid "Start typing and press enter to search"
msgstr ""

#: inc/core/class-theme-strings.php:45
#: inc/core/class-theme-strings.php:46
#: inc/core/class-theme-strings.php:47
msgid "Search &hellip;"
msgstr ""

#: inc/core/class-theme-strings.php:50
msgid "Reply"
msgstr ""

#: inc/core/class-theme-strings.php:51
msgid "Edit"
msgstr ""

#: inc/core/class-theme-strings.php:52
msgid "Your comment is awaiting moderation."
msgstr ""

#: inc/core/class-theme-strings.php:53
#: inc/core/class-theme-strings.php:68
msgid "Leave a Comment"
msgstr ""

#: inc/core/class-theme-strings.php:54
msgid "Cancel Reply"
msgstr ""

#: inc/core/class-theme-strings.php:55
msgid "Post Comment &raquo;"
msgstr ""

#: inc/core/class-theme-strings.php:56
msgid "Type here.."
msgstr ""

#: inc/core/class-theme-strings.php:57
msgid "Name*"
msgstr ""

#: inc/core/class-theme-strings.php:58
msgid "Email*"
msgstr ""

#: inc/core/class-theme-strings.php:59
msgid "Website"
msgstr ""

#: inc/core/class-theme-strings.php:60
msgid "Comments are closed."
msgstr ""

#: inc/core/class-theme-strings.php:61
msgid "Comment navigation"
msgstr ""

#: inc/core/class-theme-strings.php:62
msgid "Newer Comments"
msgstr ""

#: inc/core/class-theme-strings.php:63
msgid "Older Comments"
msgstr ""

#: inc/core/class-theme-strings.php:66
#: inc/core/class-theme-strings.php:75
msgid "Pages:"
msgstr ""

#: inc/core/class-theme-strings.php:67
msgid "By "
msgstr ""

#: inc/core/class-theme-strings.php:69
msgid "1 Comment"
msgstr ""

#: inc/core/class-theme-strings.php:70
msgid "% Comments"
msgstr ""

#: inc/core/class-theme-strings.php:71
#: inc/core/class-theme-strings.php:88
msgid "Next Page"
msgstr ""

#: inc/core/class-theme-strings.php:72
#: inc/core/class-theme-strings.php:89
msgid "Previous Page"
msgstr ""

#. translators: 1: Post type label
#: inc/core/class-theme-strings.php:77
#: inc/core/class-theme-strings.php:92
msgid "Next %s"
msgstr ""

#. translators: 1: Post type label
#: inc/core/class-theme-strings.php:79
#: inc/core/class-theme-strings.php:94
msgid "Previous %s"
msgstr ""

#: inc/core/class-theme-strings.php:82
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr ""

#: inc/core/common-functions.php:881
msgid "This page doesn't seem to exist."
msgstr ""

#. translators: 1: search string
#: inc/core/common-functions.php:887
#: inc/core/common-functions.php:979
msgid "Search Results for: %s"
msgstr ""

#: inc/core/common-functions.php:1179
msgctxt "placeholder"
msgid "Search &hellip;"
msgstr ""

#: inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php:34
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:466
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:669
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:143
#: inc/customizer/configurations/typography/class-astra-archive-typo-configs.php:50
#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:256
#: inc/customizer/configurations/typography/class-astra-single-typo-configs.php:52
msgid "More Options Available in Astra Pro!"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:43
msgid "Global"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:50
msgid "Container"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:58
msgid "Site Layout Overview"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:64
msgid "Container Overview"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:95
msgid "Site Identity"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:103
msgid "Site Identity Overview"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:122
#: inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php:56
msgid "Primary Header"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:130
msgid "Primary Header Overview"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:150
msgid "Footer"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:177
msgid "Footer Bar"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:186
msgid "Footer Bar Overview"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:200
msgid "Blog"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:206
msgid "Blog / Archive"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:213
msgid "Single Post"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:228
msgid "Sidebar Overview"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:247
msgid "Performance"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:264
msgid "Colors & Background Overview"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:278
msgid "Base Colors"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:306
msgid "Typography Overview"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:320
msgid "Base Typography"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:329
msgid "Headings"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:342
msgid "Buttons"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:353
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:247
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:49
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:228
msgid "Header Button"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:364
msgid "Primary Header Button"
msgstr ""

#: inc/customizer/class-astra-customizer-register-sections-panels.php:375
msgid "Transparent Header Button"
msgstr ""

#: inc/customizer/class-astra-customizer-sanitizes.php:296
msgid "Enter valid email address!"
msgstr ""

#: inc/customizer/class-astra-customizer.php:511
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:82
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:141
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:113
msgid "Thin 100"
msgstr ""

#: inc/customizer/class-astra-customizer.php:512
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:83
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:142
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:114
msgid "100 Italic"
msgstr ""

#: inc/customizer/class-astra-customizer.php:513
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:84
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:143
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:115
msgid "Extra-Light 200"
msgstr ""

#: inc/customizer/class-astra-customizer.php:514
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:85
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:144
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:116
msgid "200 Italic"
msgstr ""

#: inc/customizer/class-astra-customizer.php:515
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:86
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:145
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:117
msgid "Light 300"
msgstr ""

#: inc/customizer/class-astra-customizer.php:516
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:87
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:146
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:118
msgid "300 Italic"
msgstr ""

#: inc/customizer/class-astra-customizer.php:517
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:88
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:147
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:119
msgid "Normal 400"
msgstr ""

#: inc/customizer/class-astra-customizer.php:518
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:89
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:148
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:120
msgid "400 Italic"
msgstr ""

#: inc/customizer/class-astra-customizer.php:519
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:90
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:149
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:121
msgid "Medium 500"
msgstr ""

#: inc/customizer/class-astra-customizer.php:520
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:91
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:150
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:122
msgid "500 Italic"
msgstr ""

#: inc/customizer/class-astra-customizer.php:521
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:92
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:151
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:123
msgid "Semi-Bold 600"
msgstr ""

#: inc/customizer/class-astra-customizer.php:522
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:93
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:152
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:124
msgid "600 Italic"
msgstr ""

#: inc/customizer/class-astra-customizer.php:523
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:94
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:153
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:125
msgid "Bold 700"
msgstr ""

#: inc/customizer/class-astra-customizer.php:524
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:95
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:154
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:126
msgid "700 Italic"
msgstr ""

#: inc/customizer/class-astra-customizer.php:525
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:96
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:155
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:127
msgid "Extra-Bold 800"
msgstr ""

#: inc/customizer/class-astra-customizer.php:526
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:97
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:156
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:128
msgid "800 Italic"
msgstr ""

#: inc/customizer/class-astra-customizer.php:527
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:98
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:157
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:129
msgid "Ultra-Bold 900"
msgstr ""

#: inc/customizer/class-astra-customizer.php:528
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:99
#: inc/customizer/custom-controls/class-astra-customizer-control-base.php:158
#: inc/customizer/custom-controls/typography/class-astra-control-typography.php:130
msgid "900 Italic"
msgstr ""

#: inc/customizer/class-astra-customizer.php:978
#: inc/customizer/configurations/performance/class-astra-performance-configs.php:79
msgid "Flush Local Font Files"
msgstr ""

#: inc/customizer/class-astra-customizer.php:979
msgid "Successfully Flushed"
msgstr ""

#: inc/customizer/class-astra-customizer.php:980
msgid "Failed, Please try again later."
msgstr ""

#: inc/customizer/class-astra-customizer.php:1305
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:43
msgid "Default System Font"
msgstr ""

#. translators: %s Index
#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:67
msgid "Button %s"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:246
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:221
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:271
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:135
msgid "Border Width"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:260
#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:224
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:223
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:203
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:247
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:289
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:152
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:171
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:257
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:351
msgid "Border Color"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:316
#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:154
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:270
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:143
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:306
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:201
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:464
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:435
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:613
msgid "Border Radius"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:361
msgid "Font"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-button-component-configs.php:401
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:171
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:374
msgid "Font Size"
msgstr ""

#. translators: %s Index
#: inc/customizer/configurations/builder/base/class-astra-html-component-configs.php:72
msgid "HTML %s"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-html-component-configs.php:179
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:419
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:92
#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:376
#: inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php:139
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:281
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:485
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:301
#: inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php:125
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:474
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:356
#: inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php:118
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:433
msgid "Margin"
msgstr ""

#. translators: 1: index
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:62
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:88
msgid "Social Icons"
msgstr ""

#. translators: 1: index
#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:62
msgid "Social Icons %s"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:110
msgid "Show Label"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:131
msgid "Icon Spacing"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:155
msgid "Icon Background Spacing"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:178
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:157
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:370
#: inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php:92
msgid "Icon Size"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:201
msgid "Icon Radius"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:220
msgid "Color Type"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:224
msgid "Official"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:240
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:179
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:411
#: inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php:79
msgid "Icon Color"
msgstr ""

#: inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php:259
msgid "Label Color"
msgstr ""

#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:67
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:220
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:389
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:359
msgid "Padding"
msgstr ""

#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:126
msgid "Text Font"
msgstr ""

#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:209
msgid "Hide on Tablet"
msgstr ""

#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:224
msgid "Hide on Mobile"
msgstr ""

#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:241
msgid "Hide on Desktop"
msgstr ""

#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:279
msgid "Widget "
msgstr ""

#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:292
#: inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php:113
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:328
msgid "Title Color"
msgstr ""

#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:308
msgid "Content Color"
msgstr ""

#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:420
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:428
msgid "Title Font"
msgstr ""

#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:496
#: inc/customizer/configurations/typography/class-astra-header-typo-configs.php:96
msgid "Title Font Size"
msgstr ""

#: inc/customizer/configurations/builder/class-astra-builder-base-configuration.php:517
msgid "Content Font Size"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:47
msgid "Above Footer"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:74
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:74
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:74
msgid "Column"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:93
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:93
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:86
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:93
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:47
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:437
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:43
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:423
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:45
msgid "Layout"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:116
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:116
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:116
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:455
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:146
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:411
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:381
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:358
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:74
msgid "Width"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:118
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:118
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:118
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:457
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:360
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:76
msgid "Full Width"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:119
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:119
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:119
#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:458
#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:46
#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:45
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:361
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:77
msgid "Content Width"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:136
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:136
#: inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php:68
#: inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php:68
#: inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php:80
msgid "Height"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:159
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:159
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:139
msgid "Vertical Alignment"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:162
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:162
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:142
msgid "Middle"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:178
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:178
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:158
msgid "Inner Elements Layout"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:180
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:180
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:97
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:160
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:416
msgid "Stack"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:181
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:181
#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:96
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:161
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:412
msgid "Inline"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:201
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:201
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:183
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:387
msgid "Top Border Size"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php:258
#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:258
#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:241
msgid "Inner Column Spacing"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php:47
msgid "Below Footer"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php:49
msgid "Copyright"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php:164
msgid "Footer Layout"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php:219
msgid "Background Color & Image"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php:231
msgid "If this color setting is not reflecting, check if colors are set from dedicated above, below or primary footer settings."
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:74
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:94
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:73
msgid "Configure Menu from Here."
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:131
msgid "Link / Text"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:256
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:616
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:408
msgid "Menu Spacing"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:304
#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:503
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:294
msgid "Menu Font"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php:344
msgid "Menu Font Size"
msgstr ""

#: inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php:47
msgid "Primary Footer"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php:44
msgid "Above Header"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php:44
msgid "Below Header"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:62
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:56
msgid "Display Cart Total"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:82
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:70
msgid "Display Cart Title"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:102
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:91
msgid "Style"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:106
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:115
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:95
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:576
msgid "Outline"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:107
#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:114
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:96
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:575
msgid "Fill"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:123
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:113
#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:433
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:403
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:371
#: inc/customizer/extend-custom-controls/src/color-group/color-group-component.js:229
#: inc/customizer/extend-custom-controls/src/color-group/color-group-component.js:267
msgid "Color"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:175
msgid "EDD Cart Icon Color"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:209
#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:230
msgid "Cart Tray"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:283
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:186
msgid "Button Text"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:291
msgid "Checkout"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php:299
msgid "Button Background"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:188
msgid "Header Layout"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php:424
msgid "Header Types"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:76
msgid "Icons"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:80
msgid "menu"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:84
msgid "menu2"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:88
msgid "menu3"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:109
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:563
msgid "Toggle Button Style"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:116
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:577
msgid "Minimal"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php:141
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:546
msgid "Menu Label"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:44
msgid "Off-Canvas"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:71
msgid "Header Type"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:73
msgid "Flyout"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:74
msgid "Full-Screen"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:75
msgid "Dropdown"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:94
msgid "Position"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:123
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:641
msgid "Dropdown Target"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:146
msgid "Content Alignment"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:150
msgid "Center"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:182
msgid "Close Icon Color"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:209
msgid "Inner Element Spacing"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php:242
msgid "Popup Padding"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php:74
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:241
msgid "Display Site Title"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:164
msgid "Woo Cart Icon Color"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:187
msgid "Header Cart Icon"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:205
msgid "WooCommerce Cart"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:342
msgid "Cart Button"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php:435
msgid "Checkout Button"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:138
msgid "Logged In View"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:155
#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:240
msgid "Profile Type"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:158
msgid "Avatar"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:207
msgid "Account URL"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:226
msgid "Logged Out View"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:264
msgid "Preview"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:317
msgid "Login URL"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:341
msgid "Image Width"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php:443
msgid "Profile Text Color"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:108
msgid "Menu Hover Style"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:111
msgid "Zoom In"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:112
msgid "Underline"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:113
msgid "Overline"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:129
msgid "Submenu"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:166
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:315
msgid "Submenu Animation"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:169
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:318
msgid "Slide Down"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:170
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:319
msgid "Slide Up"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:171
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:320
msgid "Fade"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:186
msgid "Submenu Container"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:201
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:120
msgid "Divider Size"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:226
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:145
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:376
msgid "Divider Color"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:250
msgid "Top Offset"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:325
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:87
#: inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php:98
msgid "Item Divider"
msgstr ""

#: inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php:339
msgid "Stack on Mobile"
msgstr ""

#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:187
msgid "Border Hover Color"
msgstr ""

#: inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php:448
#: inc/customizer/configurations/buttons/class-astra-existing-button-configs.php:419
msgid "Hover Color"
msgstr ""

#: inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php:60
msgid "Theme Color"
msgstr ""

#: inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php:86
msgid "Link Hover Color"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:89
msgid "Post Content"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:95
msgid "Full Content"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:96
msgid "Excerpt"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:113
msgid "Post Structure"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:116
#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:98
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:154
msgid "Featured Image"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:117
#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:99
msgid "Title & Blog Meta"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:140
#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:123
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:182
msgid "Meta"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:142
#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:125
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:184
msgid "Comments"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:144
#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:127
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:186
msgid "Author"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:145
#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:128
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:187
msgid "Publish Date"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-blog-layout-configs.php:146
#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:129
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:188
msgid "Tag"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php:96
msgid "Structure"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:54
msgid "Footer Bar Layout 1"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:58
msgid "Footer Bar Layout 2"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:86
msgid "Section 1"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:91
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:129
#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:161
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:153
msgid "Widget"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:125
msgid "Section 1 Custom Text"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:128
msgid "Custom Text"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:157
msgid "Section 2"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:191
msgid "Section 2 Custom Text"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:222
msgid "Border Size"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:401
msgid "Top Border Color"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:442
msgid "Disable"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:446
msgid "Layout 4"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-footer-layout-configs.php:466
#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:669
#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:143
#: inc/customizer/configurations/typography/class-astra-archive-typo-configs.php:50
#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:256
#: inc/customizer/configurations/typography/class-astra-single-typo-configs.php:52
msgid "Learn More"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:50
msgid "Logo Left"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:54
msgid "Logo Center"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:58
msgid "Logo Right"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:129
msgid "Disable Menu"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:145
msgid "Last Item in Menu"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:152
msgid "Text / HTML"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:206
msgid "Button Link"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:227
msgid "Theme Button"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:230
msgid "Button Style"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:258
msgid "Customize Button Style."
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:284
msgid "Custom Menu Text / HTML"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:292
msgid "Sub Menu"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:334
msgid "Container Border"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:365
msgid "Submenu Divider"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:442
msgid "Hide Last Item in Menu on Mobile"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:463
msgid "Take Last Item Outside Menu"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:472
msgid "Mobile Menu"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:488
msgid "Menu Breakpoint"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:515
msgid "The parent menu should have a # link for the submenu to open on a link."
msgstr ""

#: inc/customizer/configurations/layout/class-astra-header-layout-configs.php:597
msgid "Toggle Button Color"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:45
msgid "Default Layout"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:64
msgid "Pages"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:83
msgid "Blog Posts"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:122
msgid "Sidebar Width"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php:139
msgid "Sidebar width will apply only when one of the above sidebar is set."
msgstr ""

#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:64
msgid "Page Layout"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:83
msgid "Blog Post Layout"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php:104
msgid "Archives Layout"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:87
#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:409
msgid "Customize Transparent Header."
msgstr ""

#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:158
msgid "Different Logo For Mobile Devices?"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:192
msgid "Mobile Logo (optional)"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:274
msgid "Display Site Tagline"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:296
msgid "Inline Logo & Site Title"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:371
msgid "Tagline"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-site-identity-configs.php:443
msgid "Tagline Font"
msgstr ""

#: inc/customizer/configurations/layout/class-astra-site-layout-configs.php:42
msgid "Container Width"
msgstr ""

#: inc/customizer/configurations/performance/class-astra-performance-configs.php:42
msgid "Load Google Fonts Locally"
msgstr ""

#: inc/customizer/configurations/performance/class-astra-performance-configs.php:55
msgid "Preload Local Fonts"
msgstr ""

#: inc/customizer/configurations/performance/class-astra-performance-configs.php:78
msgid "Flush Local Fonts Cache"
msgstr ""

#: inc/customizer/configurations/performance/class-astra-performance-configs.php:79
msgid "Click the button to reset the local fonts cache."
msgstr ""

#: inc/customizer/configurations/typography/class-astra-archive-typo-configs.php:69
msgid "Archive Title Font"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-archive-typo-configs.php:105
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:468
msgid "Post Title Font"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-archive-typo-configs.php:150
msgid "Archive Title Font Size"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-archive-typo-configs.php:173
msgid "Post Title Font Size"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:47
msgid "Body Font Family"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:64
#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:210
msgid "Variants"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:159
msgid "Paragraph Margin Bottom"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:178
msgid "Underline Content Links"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-body-typo-configs.php:191
msgid "Heading Font Family"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:44
msgid "Heading 1"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:78
msgid "Heading 2"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:112
msgid "Heading 3"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:143
msgid "Heading 4"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:180
msgid "Heading 5"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-content-typo-configs.php:212
msgid "Heading 6"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-header-typo-configs.php:163
msgid "Tagline Font Size"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-single-typo-configs.php:70
msgid "Post / Page Title Font"
msgstr ""

#: inc/customizer/configurations/typography/class-astra-single-typo-configs.php:114
msgid "Post / Page Title Font Size"
msgstr ""

#: inc/customizer/custom-controls/font-variant/class-astra-control-font-variant.php:149
msgid "Only selected Font Variants will be loaded from Google Fonts."
msgstr ""

#: inc/extras.php:342
#: inc/markup-extras.php:579
msgid "Astra WordPress Theme"
msgstr ""

#: inc/lib/batch-processing/class-astra-wp-background-process.php:425
msgid "Every %d Minutes"
msgstr ""

#: inc/markup-extras.php:406
msgid "Search icon link"
msgstr ""

#: inc/markup-extras.php:440
msgid "Add Custom HTML"
msgstr ""

#: inc/markup-extras.php:620
msgid "Assign Footer Menu"
msgstr ""

#: inc/markup-extras.php:1276
msgid "Add Widget"
msgstr ""

#: inc/markup-extras.php:1313
msgid "Click here to assign a widget for this area."
msgstr ""

#: inc/markup-extras.php:1580
#: inc/customizer/extend-custom-controls/src/builder-layout/builder-header-control.js:22
msgid "Astra Pro"
msgstr ""

#. Translators: %s is the theme name.
#: inc/metabox/class-astra-meta-boxes.php:168
msgid "%s Settings"
msgstr ""

#: inc/metabox/class-astra-meta-boxes.php:274
msgid "Disable Sections"
msgstr ""

#: inc/metabox/class-astra-meta-boxes.php:333
msgid "Disable Featured Image"
msgstr ""

#: inc/modules/related-posts/class-astra-related-posts-loader.php:75
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:59
#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:567
msgid "Related Posts"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:46
msgid "Enable Related Posts"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:106
msgid "Title Alignment"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:152
msgid "Posts Structure"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:155
msgid "Title & Post Meta"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:200
msgid "Enable Post Excerpt"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:236
msgid "Excerpt Word Count"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:262
msgid "Total Number of Related Posts"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:290
msgid "Grid Column Layout"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:292
msgid "1"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:293
msgid "2"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:294
msgid "3"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:295
msgid "4"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:319
msgid "Posts Query"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:336
msgid "Related Posts by"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:338
msgid "Categories"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:339
msgid "Tags"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:356
msgid "Order by"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:359
msgid "Date"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:361
msgid "Post Order"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:362
msgid "Random"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:363
msgid "Comment Counts"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:376
msgid "Order"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:381
msgid "Ascending"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:382
msgid "Descending"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:440
msgid "Section Title Font"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:496
msgid "Meta Font"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:567
msgid "Related Posts Design"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:607
msgid "Section Title"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:631
msgid "Section Background"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:646
msgid "Meta Color"
msgstr ""

#: inc/modules/related-posts/customizer/class-astra-related-posts-configs.php:676
msgid "Meta Link Color"
msgstr ""

#: inc/template-parts.php:172
msgid "Main Menu"
msgstr ""

#. translators: %s: Name of current post
#: inc/template-tags.php:35
#: template-parts/content-page.php:75
#: template-parts/single/single-layout.php:49
msgid "Edit %s"
msgstr ""

#: inc/widgets.php:88
msgid "Main Sidebar"
msgstr ""

#: inc/widgets.php:124
msgid "Footer Bar Section 1"
msgstr ""

#: inc/widgets.php:139
msgid "Footer Bar Section 2"
msgstr ""

#: inc/widgets.php:157
msgid "Footer Widget Area 1"
msgstr ""

#: inc/widgets.php:171
msgid "Footer Widget Area 2"
msgstr ""

#: inc/widgets.php:185
msgid "Footer Widget Area 3"
msgstr ""

#: inc/widgets.php:199
msgid "Footer Widget Area 4"
msgstr ""

#: searchform.php:26
msgid "Search for:"
msgstr ""

#: searchform.php:29
msgid "Search Submit"
msgstr ""

#. translators: 1: link to new post
#: template-parts/content-none.php:23
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""

#. translators: %s: Name of current post.
#: template-parts/content.php:65
msgid "Continue reading %s"
msgstr ""

#: inc/customizer/extend-custom-controls/src/border/border-component.js:67
#: inc/customizer/extend-custom-controls/src/responsive-spacing/responsive-spacing-component.js:94
msgid "Link Values Together"
msgstr ""

#: inc/customizer/extend-custom-controls/src/builder-layout/add-component.js:114
msgid "Hurray! All Components Are Being Used."
msgstr ""

#: inc/customizer/extend-custom-controls/src/builder-layout/builder-header-control.js:22
msgid "Want more? Upgrade to "
msgstr ""

#: inc/customizer/extend-custom-controls/src/builder-layout/builder-header-control.js:23
msgid " for many more header and footer options along with several amazing features too!"
msgstr ""

#: inc/customizer/extend-custom-controls/src/builder-layout/builder-header-control.js:36
msgid "Hide"
msgstr ""

#: inc/customizer/extend-custom-controls/src/builder-layout/builder-header-control.js:38
msgid "Show"
msgstr ""

#: inc/customizer/extend-custom-controls/src/builder-layout/builder-header-control.js:56
#: inc/customizer/extend-custom-controls/src/builder-layout/item-component.js:123
msgid "Design"
msgstr ""

#: inc/customizer/extend-custom-controls/src/builder-layout/item-component.js:76
msgid "Clone element"
msgstr ""

#: inc/customizer/extend-custom-controls/src/builder-layout/item-component.js:90
msgid "Delete element from customizer"
msgstr ""

#: inc/customizer/extend-custom-controls/src/builder-layout/item-component.js:131
msgid "Remove element from grid"
msgstr ""

#: inc/customizer/extend-custom-controls/src/builder-layout/row-component.js:60
#: inc/customizer/extend-custom-controls/src/builder-layout/row-component.js:64
msgid "Off Canvas"
msgstr ""

#: inc/customizer/extend-custom-controls/src/draggable/draggable-component.js:96
msgid "Elements used in the builder will be visible here."
msgstr ""

#: inc/customizer/extend-custom-controls/src/icon-set/icon-set-component.js:17
msgid "Background Fullwidth, Content Contained"
msgstr ""

#: inc/customizer/extend-custom-controls/src/icon-set/icon-set-component.js:18
msgid "Standard"
msgstr ""

#: inc/customizer/extend-custom-controls/src/icon-set/icon-set-component.js:22
msgid "Background & Content Fullwidth"
msgstr ""

#: inc/customizer/extend-custom-controls/src/icon-set/icon-set-component.js:23
msgid "Fullwidth"
msgstr ""

#: inc/customizer/extend-custom-controls/src/icon-set/icon-set-component.js:27
msgid "Background & Content Contained"
msgstr ""

#: inc/customizer/extend-custom-controls/src/icon-set/icon-set-component.js:28
msgid "Contained"
msgstr ""

#: inc/customizer/extend-custom-controls/src/link/link-component.js:80
msgid "Open in a New Tab"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/item-component.js:21
msgid "Number"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/item-component.js:21
msgid "URL"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/item-component.js:30
msgid "Toggle Item Visiblity"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/item-component.js:38
msgid "Social Item"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/item-component.js:54
msgid "Label"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:47
msgid "Facebook"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:48
msgid "Twitter"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:49
msgid "Instagram"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:50
msgid "YouTube"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:51
msgid "Facebook Group"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:52
msgid "Vimeo"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:53
msgid "Pinterest"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:54
msgid "Linkedin"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:55
msgid "Medium"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:56
msgid "WordPress"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:57
msgid "Reddit"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:58
msgid "Patreon"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:59
msgid "GitHub"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:60
msgid "Dribbble"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:61
msgid "Behance"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:62
msgid "VK"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:63
msgid "Xing"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:64
msgid "RSS"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:65
msgid "Email 1"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:66
msgid "Phone 1"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:67
msgid "Email 2"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:68
msgid "Phone 2"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:69
msgid "WhatsApp"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:70
msgid "Google Reviews"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:71
msgid "Telegram"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:72
msgid "Yelp"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:73
msgid "Trip Advisor"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:74
msgid "IMDB"
msgstr ""

#: inc/customizer/extend-custom-controls/src/social-icons/social-component.js:325
msgid "Add Social Icon"
msgstr ""