sitepress.po 311 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 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 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 7184 7185 7186 7187 7188 7189 7190 7191 7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 7357 7358 7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389 7390 7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 7557 7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 7584 7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 7600 7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 7653 7654 7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735 7736 7737 7738 7739 7740 7741 7742 7743 7744 7745 7746 7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 7788 7789 7790 7791 7792 7793 7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 7809 7810 7811 7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 7850 7851 7852 7853 7854 7855 7856 7857 7858 7859 7860 7861 7862 7863 7864 7865 7866 7867 7868 7869 7870 7871 7872 7873 7874 7875 7876 7877 7878 7879 7880 7881 7882 7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 7902 7903 7904 7905 7906 7907 7908 7909 7910 7911 7912 7913 7914 7915 7916 7917 7918 7919 7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 7997 7998 7999 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 8016 8017 8018 8019 8020 8021 8022 8023 8024 8025 8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 8052 8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 8063 8064 8065 8066 8067 8068 8069 8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 8103 8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 8114 8115 8116 8117 8118 8119 8120 8121 8122 8123 8124 8125 8126 8127 8128 8129 8130 8131 8132 8133 8134 8135 8136 8137 8138 8139 8140 8141 8142 8143 8144 8145 8146 8147 8148 8149 8150 8151 8152 8153 8154 8155 8156 8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 8195 8196 8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 8215 8216 8217 8218 8219 8220 8221 8222 8223 8224 8225 8226 8227 8228 8229 8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 8277 8278 8279 8280 8281 8282 8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305 8306 8307 8308 8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 8335 8336 8337 8338 8339 8340 8341 8342 8343 8344 8345 8346 8347 8348 8349 8350 8351 8352 8353 8354 8355 8356 8357 8358 8359 8360 8361 8362 8363 8364 8365 8366 8367 8368 8369 8370 8371 8372 8373 8374 8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 8416 8417 8418 8419 8420 8421 8422 8423 8424 8425 8426 8427 8428 8429 8430 8431 8432 8433 8434 8435 8436 8437 8438 8439 8440 8441 8442 8443 8444 8445 8446 8447 8448 8449 8450 8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 8463 8464 8465 8466 8467 8468 8469 8470 8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 8497 8498 8499 8500 8501 8502 8503 8504 8505 8506 8507 8508 8509 8510 8511 8512 8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 8537 8538 8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 8581 8582 8583 8584 8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 8616 8617 8618 8619 8620 8621 8622 8623 8624 8625 8626 8627 8628 8629 8630 8631 8632 8633 8634 8635 8636 8637 8638 8639 8640 8641 8642 8643 8644 8645 8646 8647 8648 8649 8650 8651 8652 8653 8654 8655 8656 8657 8658 8659 8660 8661 8662 8663 8664 8665 8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 8679 8680 8681 8682 8683 8684 8685 8686 8687 8688 8689 8690 8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 8704 8705 8706 8707 8708 8709 8710 8711 8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 8738 8739 8740 8741 8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 8755 8756 8757 8758 8759 8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 8799 8800 8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 8811 8812 8813 8814 8815 8816 8817 8818 8819 8820 8821 8822 8823 8824 8825 8826 8827 8828 8829 8830 8831 8832 8833 8834 8835 8836 8837 8838 8839 8840 8841 8842 8843 8844 8845 8846 8847 8848 8849 8850 8851 8852 8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 8876 8877 8878 8879 8880 8881 8882 8883 8884 8885 8886 8887 8888 8889 8890 8891 8892 8893 8894 8895 8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 8906 8907 8908 8909 8910 8911 8912 8913 8914 8915 8916 8917 8918 8919 8920 8921 8922 8923 8924 8925 8926 8927 8928 8929 8930 8931
# This file was generated by WPML
# WPML is a WordPress plugin that can turn any WordPress or WordPressMU site into a full featured multilingual content management system.
# https://wpml.org
msgid ""
msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version:WPML_EXPORT\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language:en\n"
"MIME-Version: 1.0\n"

# <p>
# <?php esc_html_e( "The WPML Page Builders plugin that you're using is now part of WPML.", 'sitepress' ); ?>
# </p>

msgid "The WPML Page Builders plugin that you're using is now part of WPML."
msgstr ""

# <p>
# <?php esc_html_e( 'You need to deactivate the separate plugin.', 'sitepress' ); ?>
# </p>

msgid "You need to deactivate the separate plugin."
msgstr ""

# <p>
# <?php esc_html_e( 'No worries, the full functionality is preserved in WPML String Translation.', 'sitepress' ); ?>
# </p>

msgid "No worries, the full functionality is preserved in WPML String Translation."
msgstr ""

# <p>
# <a class="button-primary" href="<?php echo esc_url( $plugins_url ); ?>"><?php esc_html_e( 'Deactivate WPML Page Builders', 'sitepress' ); ?></a>
# </p>

msgid "Deactivate WPML Page Builders"
msgstr ""

# case 'label':
# return esc_html__( 'Accordion Item Label', 'sitepress' );
# 

msgid "Accordion Item Label"
msgstr ""

# case 'content':
# return esc_html__( 'Accordion Item Content', 'sitepress' );
# 

msgid "Accordion Item Content"
msgstr ""

# case 'title':
# return esc_html__( 'Content Slider: Slide heading', 'sitepress' );
# 

msgid "Content Slider: Slide heading"
msgstr ""

# case 'text':
# return esc_html__( 'Content Slider: Slide content', 'sitepress' );
# 

msgid "Content Slider: Slide content"
msgstr ""

# case 'cta_text':
# return esc_html__( 'Content Slider: Slide call to action text', 'sitepress' );
# 

msgid "Content Slider: Slide call to action text"
msgstr ""

# case 'link':
# return esc_html__( 'Content Slider: Slide call to action link', 'sitepress' );
# 

msgid "Content Slider: Slide call to action link"
msgstr ""

# case 'link':
# return esc_html__( 'Icon link', 'sitepress' );
# 

msgid "Icon link"
msgstr ""

# case 'title':
# return esc_html__( 'Pricing table: Title', 'sitepress' );
# 

msgid "Pricing table: Title"
msgstr ""

# case 'button_text':
# return esc_html__( 'Pricing table: Button text', 'sitepress' );
# 

msgid "Pricing table: Button text"
msgstr ""

# case 'button_url':
# return esc_html__( 'Pricing table: Button link', 'sitepress' );
# 

msgid "Pricing table: Button link"
msgstr ""

# case 'features':
# return esc_html__( 'Pricing table: Feature', 'sitepress' );
# 

msgid "Pricing table: Feature"
msgstr ""

# case 'price':
# return esc_html__( 'Pricing table: Price', 'sitepress' );
# 

msgid "Pricing table: Price"
msgstr ""

# case 'duration':
# return esc_html__( 'Pricing table: Duration', 'sitepress' );
# 

msgid "Pricing table: Duration"
msgstr ""

# case 'label':
# return esc_html__( 'Tab Item Label', 'sitepress' );
# 

msgid "Tab Item Label"
msgstr ""

# case 'content':
# return esc_html__( 'Tab Item Content', 'sitepress' );
# 

msgid "Tab Item Content"
msgstr ""

# case 'testimonial':
# return esc_html__( 'Testimonial content', 'sitepress' );
# 

msgid "Testimonial content"
msgstr ""

# 'field'       => 'text',
# 'type'        => __( 'Button: Text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Button: Text"
msgstr ""

# 'field'       => 'link',
# 'type'        => __( 'Button: Link', 'sitepress' ),
# 'editor_type' => 'LINK',

msgid "Button: Link"
msgstr ""

# 'field'       => 'heading',
# 'type'        => __( 'Heading', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Heading"
msgstr ""

# 'field'       => 'link',
# 'type'        => __( 'Heading: Link', 'sitepress' ),
# 'editor_type' => 'LINK',

msgid "Heading: Link"
msgstr ""

# 'field'       => 'html',
# 'type'        => __( 'HTML', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "HTML"
msgstr ""

# 'field'       => 'link_url',
# 'type'        => __( 'Photo: Link', 'sitepress' ),
# 'editor_type' => 'LINK',

msgid "Photo: Link"
msgstr ""

# 'field'       => 'text',
# 'type'        => __( 'Text Editor', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Text Editor"
msgstr ""

# 'field'       => 'title',
# 'type'        => __( 'Callout: Heading', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Callout: Heading"
msgstr ""

# 'field'       => 'text',
# 'type'        => __( 'Callout: Text', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Callout: Text"
msgstr ""

# 'field'       => 'cta_text',
# 'type'        => __( 'Callout: Call to action text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Callout: Call to action text"
msgstr ""

# 'field'       => 'link',
# 'type'        => __( 'Callout: Link', 'sitepress' ),
# 'editor_type' => 'LINK',

msgid "Callout: Link"
msgstr ""

# 'field'       => 'name_placeholder',
# 'type'        => __( 'Contact Form: Name Field Placeholder', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Contact Form: Name Field Placeholder"
msgstr ""

# 'field'       => 'subject_placeholder',
# 'type'        => __( 'Contact Form: Subject Field Placeholder', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Contact Form: Subject Field Placeholder"
msgstr ""

# 'field'       => 'email_placeholder',
# 'type'        => __( 'Contact Form: Email Field Placeholder', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Contact Form: Email Field Placeholder"
msgstr ""

# 'field'       => 'phone_placeholder',
# 'type'        => __( 'Contact Form: Phone Field Placeholder', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Contact Form: Phone Field Placeholder"
msgstr ""

# 'field'       => 'message_placeholder',
# 'type'        => __( 'Contact Form: Your Message Placeholder', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Contact Form: Your Message Placeholder"
msgstr ""

# 'field'       => 'terms_checkbox_text',
# 'type'        => __( 'Contact Form: Checkbox Text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Contact Form: Checkbox Text"
msgstr ""

# 'field'       => 'terms_text',
# 'type'        => __( 'Contact Form: Terms and Conditions', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Contact Form: Terms and Conditions"
msgstr ""

# 'field'       => 'success_message',
# 'type'        => __( 'Contact Form: Success Message', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Contact Form: Success Message"
msgstr ""

# 'field'       => 'btn_text',
# 'type'        => __( 'Contact Form: Button Text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Contact Form: Button Text"
msgstr ""

# 'field'       => 'success_url',
# 'type'        => __( 'Contact Form: Redirect Link', 'sitepress' ),
# 'editor_type' => 'LINK',

msgid "Contact Form: Redirect Link"
msgstr ""

# 'field'       => 'title',
# 'type'        => __( 'Call to Action: Heading', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Call to Action: Heading"
msgstr ""

# 'field'       => 'text',
# 'type'        => __( 'Call to Action: Text', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Call to Action: Text"
msgstr ""

# 'field'       => 'btn_text',
# 'type'        => __( 'Call to Action: Button text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Call to Action: Button text"
msgstr ""

# 'field'       => 'btn_link',
# 'type'        => __( 'Call to Action: Button link', 'sitepress' ),
# 'editor_type' => 'LINK',

msgid "Call to Action: Button link"
msgstr ""

# 'field'       => 'terms_checkbox_text',
# 'type'        => __( 'Subscribe form: Checkbox Text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Subscribe form: Checkbox Text"
msgstr ""

# 'field'       => 'terms_text',
# 'type'        => __( 'Subscribe form: Terms and Conditions', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Subscribe form: Terms and Conditions"
msgstr ""

# 'field'       => 'custom_subject',
# 'type'        => __( 'Subscribe form: Notification Subject', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Subscribe form: Notification Subject"
msgstr ""

# 'field'       => 'success_message',
# 'type'        => __( 'Subscribe form: Success Message', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Subscribe form: Success Message"
msgstr ""

# 'field'       => 'btn_text',
# 'type'        => __( 'Subscribe form: Button Text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Subscribe form: Button Text"
msgstr ""

# 'field'       => 'success_url',
# 'type'        => __( 'Subscribe form: Redirect Link', 'sitepress' ),
# 'editor_type' => 'LINK',

msgid "Subscribe form: Redirect Link"
msgstr ""

# 'field'       => 'text',
# 'type'        => __( 'Icon: Text', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Icon: Text"
msgstr ""

# 'field'       => 'link',
# 'type'        => __( 'Icon: Link', 'sitepress' ),
# 'editor_type' => 'LINK',

msgid "Icon: Link"
msgstr ""

# 'field'       => 'address',
# 'type'        => __( 'Map: Address', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Map: Address"
msgstr ""

# 'field'       => 'heading',
# 'type'        => __( 'Testimonial: Heading', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Testimonial: Heading"
msgstr ""

# 'field'       => 'before_number_text',
# 'type'        => __( 'Number Counter: Text before number', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Number Counter: Text before number"
msgstr ""

# 'field'       => 'after_number_text',
# 'type'        => __( 'Number Counter: Text after number', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Number Counter: Text after number"
msgstr ""

# 'field'       => 'number_prefix',
# 'type'        => __( 'Number Counter: Number Prefix', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Number Counter: Number Prefix"
msgstr ""

# 'field'       => 'number_suffix',
# 'type'        => __( 'Number Counter: Number Suffix', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Number Counter: Number Suffix"
msgstr ""

# 'field'       => 'no_results_message',
# 'type'        => __( 'Posts: No Results Message', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Posts: No Results Message"
msgstr ""

# 'field'       => 'more_btn_text',
# 'type'        => __( 'Posts: Button Text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Posts: Button Text"
msgstr ""

# 'field'       => 'terms_list_label',
# 'type'        => __( 'Posts: Terms Label', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Posts: Terms Label"
msgstr ""

# 'field'       => 'more_link_text',
# 'type'        => __( 'Posts: More Link Text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Posts: More Link Text"
msgstr ""

# 'field'       => 'more_link_text',
# 'type'        => __( 'Posts Slider: More Link Text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Posts Slider: More Link Text"
msgstr ""

# if ( 'accordion_item_header_content' === $field ) {
# return esc_html__( 'Accordion: header content', 'sitepress' );
# }

msgid "Accordion: header content"
msgstr ""

# if ( 'accordion_item_content' === $field ) {
# return esc_html__( 'Accordion: content', 'sitepress' );
# }

msgid "Accordion: content"
msgstr ""

# if ( 'tab_label_content' === $field ) {
# return esc_html__( 'Tabs: label', 'sitepress' );
# }

msgid "Tabs: label"
msgstr ""

# if ( 'tab_content' === $field ) {
# return esc_html__( 'Tabs: content', 'sitepress' );
# }

msgid "Tabs: content"
msgstr ""

# 'field'       => 'card_front_text_content',
# 'type'        => __( 'Card: front text content', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Card: front text content"
msgstr ""

# 'field'       => 'card_back_text_content',
# 'type'        => __( 'Card: back text content', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Card: back text content"
msgstr ""

# 'field'       => 'anchor_text_primary_content',
# 'type'        => __( 'Card: anchor text primary content', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Card: anchor text primary content"
msgstr ""

# 'field'       => 'anchor_text_secondary_content',
# 'type'        => __( 'Card: anchor text secondary content', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Card: anchor text secondary content"
msgstr ""

# 'field'       => 'anchor_href',
# 'type'        => __( 'Card: anchor link', 'sitepress' ),
# 'editor_type' => 'LINK',

msgid "Card: anchor link"
msgstr ""

# 'field'       => 'alert_content',
# 'type'        => __( 'Alert Content', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Alert Content"
msgstr ""

# 'field'       => 'text_content',
# 'type'        => __( 'Text content', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Text content"
msgstr ""

# 'field'       => 'quote_content',
# 'type'        => __( 'Quote content', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Quote content"
msgstr ""

# 'field'       => 'quote_cite_content',
# 'type'        => __( 'Quote: cite content', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Quote: cite content"
msgstr ""

# 'field'       => 'counter_number_prefix_content',
# 'type'        => __( 'Counter: number prefix', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Counter: number prefix"
msgstr ""

# 'field'       => 'counter_number_suffix_content',
# 'type'        => __( 'Counter: number suffix', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Counter: number suffix"
msgstr ""

# 'field'       => 'content',
# 'type'        => __( 'Content Area: content', 'sitepress' ),
# 'editor_type' => 'AREA',

msgid "Content Area: content"
msgstr ""

# 'field'       => 'breadcrumbs_home_label_text',
# 'type'        => __( 'Breadcrumbs: home label text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Breadcrumbs: home label text"
msgstr ""

# 'field'       => 'audio_embed_code',
# 'type'        => __( 'Audio: embed code', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Audio: embed code"
msgstr ""

# 'field'       => 'text_content',
# 'type'        => __( 'Headline text content', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Headline text content"
msgstr ""

# 'field'       => 'off_canvas_content',
# 'type'        => __( 'Canvas content', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Canvas content"
msgstr ""

# 'field'       => 'modal_content',
# 'type'        => __( 'Modal content', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Modal content"
msgstr ""

# 'field'       => 'dropdown_content',
# 'type'        => __( 'Dropdown content', 'sitepress' ),
# 'editor_type' => 'VISUAL',

msgid "Dropdown content"
msgstr ""

# 'field'       => 'anchor_text_primary_content',
# 'type'        => __( 'Anchor text: primary content', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Anchor text: primary content"
msgstr ""

# 'field'       => 'anchor_text_secondary_content',
# 'type'        => __( 'Anchor text: secondary content', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Anchor text: secondary content"
msgstr ""

# 'field'       => 'video_embed_code',
# 'type'        => __( 'Video: embed code', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Video: embed code"
msgstr ""

# 'field'       => 'search_placeholder',
# 'type'        => __( 'Search Inline: placeholder', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Search Inline: placeholder"
msgstr ""

# 'field'       => 'search_placeholder',
# 'type'        => __( 'Search Modal: placeholder', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Search Modal: placeholder"
msgstr ""

# 'field'       => 'search_placeholder',
# 'type'        => __( 'Search Dropdown: placeholder', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Search Dropdown: placeholder"
msgstr ""

# self::getStringName( $field->nodeId, $field->itemId, $field->tagKey, $settingField ),
# sprintf( __( 'Dynamic content string: %s', 'sitepress' ), $field->tagKey ),
# 'LINE'

msgid "Dynamic content string: %s"
msgstr ""

# public function getTitle() {
# return __( 'WPML Language Switcher', 'sitepress' );
# }

msgid "WPML Language Switcher"
msgstr ""

# [
# 'label' => __( 'Content', 'sitepress' ),
# 'type'  => Controls_Manager::SECTION,

msgid "Content"
msgstr ""

# [
# 'label'   => __('Language switcher type', 'sitepress'),
# 'type'    => Controls_Manager::SELECT,

msgid "Language switcher type"
msgstr ""

# 'options' => [
# 'custom'            => __( 'Custom', 'sitepress' ),
# 'footer'            => __( 'Footer', 'sitepress' ),

msgid "Custom"
msgstr ""

# 'custom'            => __( 'Custom', 'sitepress' ),
# 'footer'            => __( 'Footer', 'sitepress' ),
# 'post_translations' => __( 'Post Translations', 'sitepress' ),

msgid "Footer"
msgstr ""

# 'footer'            => __( 'Footer', 'sitepress' ),
# 'post_translations' => __( 'Post Translations', 'sitepress' ),
# ],

msgid "Post Translations"
msgstr ""

# [
# 'label'        => __( 'Display Flag', 'sitepress' ),
# 'type'         => Controls_Manager::SWITCHER,

msgid "Display Flag"
msgstr ""

# [
# 'label'        => __( 'Show Active Language - has to be ON with Dropdown', 'sitepress' ),
# 'type'         => Controls_Manager::SWITCHER,

msgid "Show Active Language - has to be ON with Dropdown"
msgstr ""

# [
# 'label'        => __( 'Native language name', 'sitepress' ),
# 'type'         => Controls_Manager::SWITCHER,

msgid "Native language name"
msgstr ""

# [
# 'label'        => __( 'Language name in current language', 'sitepress' ),
# 'type'         => Controls_Manager::SWITCHER,

msgid "Language name in current language"
msgstr ""

# [
# 'label' => __( 'Style', 'sitepress' ),
# 'tab'   => Controls_Manager::TAB_STYLE,

msgid "Style"
msgstr ""

# [
# 'label' => __( 'Normal', 'sitepress' ),
# ]

msgid "Normal"
msgstr ""

# [
# 'label'     => __( 'Text Color', 'sitepress' ),
# 'type'      => Controls_Manager::COLOR,

msgid "Text Color"
msgstr ""

# [
# 'label'     => __( 'Background Color', 'sitepress' ),
# 'type'      => Controls_Manager::COLOR,

msgid "Background Color"
msgstr ""

# [
# 'label' => __( 'Hover', 'sitepress' ),
# ]

msgid "Hover"
msgstr ""

# [
# 'label'     => __( 'Language Flag', 'sitepress' ),
# 'tab'       => Controls_Manager::TAB_STYLE,

msgid "Language Flag"
msgstr ""

# [
# 'label'      => __( 'Margin', 'sitepress' ),
# 'type'       => Controls_Manager::DIMENSIONS,

msgid "Margin"
msgstr ""

# [
# 'label'     => __( 'Post Translation Text', 'sitepress' ),
# 'tab'       => Controls_Manager::TAB_STYLE,

msgid "Post Translation Text"
msgstr ""

# [
# 'label'      => __( 'Padding', 'sitepress' ),
# 'type'       => Controls_Manager::DIMENSIONS,

msgid "Padding"
msgstr ""

# case 'url':
# return esc_html__( 'Media Carousel: link URL', 'sitepress' );
# default:

msgid "Media Carousel: link URL"
msgstr ""

# case 'gallery_title':
# return esc_html__( 'Gallery Title:', 'sitepress' );
# default:

msgid "Gallery Title:"
msgstr ""

# case 'content':
# return esc_html__( 'Comment Contents', 'sitepress' );
# case 'name':

msgid "Comment Contents"
msgstr ""

# case 'name':
# return esc_html__( 'Commenter Name', 'sitepress' );
# case 'title':

msgid "Commenter Name"
msgstr ""

# case 'title':
# return esc_html__( 'Comment Title', 'sitepress' );
# case 'image':

msgid "Comment Title"
msgstr ""

# case 'image':
# return esc_html__( 'Comment Image', 'sitepress' );
# case 'url':

msgid "Comment Image"
msgstr ""

# case 'url':
# return esc_html__( 'Comment Link', 'sitepress' );
# default:

msgid "Comment Link"
msgstr ""

# case 'tab_title':
# return esc_html__( 'Accordion: Title', 'sitepress' );
# 

msgid "Accordion: Title"
msgstr ""

# case 'tab_content':
# return esc_html__( 'Accordion: Content', 'sitepress' );
# 

msgid "Accordion: Content"
msgstr ""

# return wpml_collect( [
# 'field_label'            => esc_html__( 'Form: Field label', 'sitepress' ),
# 'placeholder'            => esc_html__( 'Form: Field placeholder', 'sitepress' ),

msgid "Form: Field label"
msgstr ""

# 'field_label'            => esc_html__( 'Form: Field label', 'sitepress' ),
# 'placeholder'            => esc_html__( 'Form: Field placeholder', 'sitepress' ),
# 'field_html'             => esc_html__( 'Form: Field HTML', 'sitepress' ),

msgid "Form: Field placeholder"
msgstr ""

# 'placeholder'            => esc_html__( 'Form: Field placeholder', 'sitepress' ),
# 'field_html'             => esc_html__( 'Form: Field HTML', 'sitepress' ),
# 'acceptance_text'        => esc_html__( 'Form: Acceptance Text', 'sitepress' ),

msgid "Form: Field HTML"
msgstr ""

# 'field_html'             => esc_html__( 'Form: Field HTML', 'sitepress' ),
# 'acceptance_text'        => esc_html__( 'Form: Acceptance Text', 'sitepress' ),
# 'field_options'          => esc_html__( 'Form: Checkbox Options', 'sitepress' ),

msgid "Form: Acceptance Text"
msgstr ""

# 'acceptance_text'        => esc_html__( 'Form: Acceptance Text', 'sitepress' ),
# 'field_options'          => esc_html__( 'Form: Checkbox Options', 'sitepress' ),
# 'step_next_label'        => esc_html__( 'Form: Step Next Label', 'sitepress' ),

msgid "Form: Checkbox Options"
msgstr ""

# 'field_options'          => esc_html__( 'Form: Checkbox Options', 'sitepress' ),
# 'step_next_label'        => esc_html__( 'Form: Step Next Label', 'sitepress' ),
# 'step_previous_label'    => esc_html__( 'Form: Step Previous Label', 'sitepress' ),

msgid "Form: Step Next Label"
msgstr ""

# 'step_next_label'        => esc_html__( 'Form: Step Next Label', 'sitepress' ),
# 'step_previous_label'    => esc_html__( 'Form: Step Previous Label', 'sitepress' ),
# 'previous_button'        => esc_html__( 'Form: Previous Button', 'sitepress' ),

msgid "Form: Step Previous Label"
msgstr ""

# 'step_previous_label'    => esc_html__( 'Form: Step Previous Label', 'sitepress' ),
# 'previous_button'        => esc_html__( 'Form: Previous Button', 'sitepress' ),
# 'next_button'            => esc_html__( 'Form: Next Button', 'sitepress' ),

msgid "Form: Previous Button"
msgstr ""

# 'previous_button'        => esc_html__( 'Form: Previous Button', 'sitepress' ),
# 'next_button'            => esc_html__( 'Form: Next Button', 'sitepress' ),
# ] )->get( $field, '' );

msgid "Form: Next Button"
msgstr ""

# case 'text':
# return esc_html__( 'Icon List: Text', 'sitepress' );
# 

msgid "Icon List: Text"
msgstr ""

# case 'url':
# return esc_html__( 'Icon List: Link URL', 'sitepress' );
# 

msgid "Icon List: Link URL"
msgstr ""

# if ( 'title' === $field ) {
# return esc_html__( 'Price list: title', 'sitepress' );
# }

msgid "Price list: title"
msgstr ""

# if ( 'item_description' === $field ) {
# return esc_html__( 'Pricing list: description', 'sitepress' );
# }

msgid "Pricing list: description"
msgstr ""

# if ( 'url' === $field ) {
# return esc_html__( 'Pricing list: link', 'sitepress' );
# }

msgid "Pricing list: link"
msgstr ""

# if ( 'item_text' === $field ) {
# return esc_html__( 'Price table: text', 'sitepress' );
# }

msgid "Price table: text"
msgstr ""

# case 'heading':
# return esc_html__( 'Slides: heading', 'sitepress' );
# 

msgid "Slides: heading"
msgstr ""

# case 'description':
# return esc_html__( 'Slides: description', 'sitepress' );
# 

msgid "Slides: description"
msgstr ""

# case 'button_text':
# return esc_html__( 'Slides: button text', 'sitepress' );
# 

msgid "Slides: button text"
msgstr ""

# case 'url':
# return esc_html__( 'Slides: link URL', 'sitepress' );
# 

msgid "Slides: link URL"
msgstr ""

# case 'tab_title':
# return esc_html__( 'Tabs: Title', 'sitepress' );
# 

msgid "Tabs: Title"
msgstr ""

# case 'tab_content':
# return esc_html__( 'Tabs: Content', 'sitepress' );
# 

msgid "Tabs: Content"
msgstr ""

# case 'content':
# return esc_html__( 'Testimonial Carousel: Content', 'sitepress' );
# 

msgid "Testimonial Carousel: Content"
msgstr ""

# case 'name':
# return esc_html__( 'Testimonial Carousel: Name', 'sitepress' );
# 

msgid "Testimonial Carousel: Name"
msgstr ""

# case 'title':
# return esc_html__( 'Testimonial Carousel: Title', 'sitepress' );
# 

msgid "Testimonial Carousel: Title"
msgstr ""

# case 'tab_title':
# return esc_html__( 'Toggle: Title', 'sitepress' );
# 

msgid "Toggle: Title"
msgstr ""

# case 'tab_content':
# return esc_html__( 'Toggle: Content', 'sitepress' );
# 

msgid "Toggle: Content"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Heading: Link URL', 'sitepress' ),
# 'editor_type' => 'LINK'

msgid "Heading: Link URL"
msgstr ""

# 'field'       => 'editor',
# 'type'        => __( 'Text editor', 'sitepress' ),
# 'editor_type' => 'VISUAL'

msgid "Text editor"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Icon: Link URL', 'sitepress' ),
# 'editor_type' => 'LINK'

msgid "Icon: Link URL"
msgstr ""

# 'field'       => 'link',
# 'type'        => __( 'Video: Link', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Video: Link"
msgstr ""

# 'field'       => 'vimeo_link',
# 'type'        => __( 'Video: Vimeo link', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Video: Vimeo link"
msgstr ""

# 'field'       => 'youtube_url',
# 'type'        => __( 'Video: Youtube URL', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Video: Youtube URL"
msgstr ""

# 'field'       => 'vimeo_url',
# 'type'        => __( 'Video: Vimeo URL', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Video: Vimeo URL"
msgstr ""

# 'field'       => 'dailymotion_url',
# 'type'        => __( 'Video: DailyMotion URL', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Video: DailyMotion URL"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Video: Self hosted', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Video: Self hosted"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Video: External hosted', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Video: External hosted"
msgstr ""

# 'field'       => 'button_text',
# 'type'        => __( 'Login: Button text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Login: Button text"
msgstr ""

# 'field'       => 'user_label',
# 'type'        => __( 'Login: User label', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Login: User label"
msgstr ""

# 'field'       => 'user_placeholder',
# 'type'        => __( 'Login: User placeholder', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Login: User placeholder"
msgstr ""

# 'field'       => 'password_label',
# 'type'        => __( 'Login: Password label', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Login: Password label"
msgstr ""

# 'field'       => 'password_placeholder',
# 'type'        => __( 'Login: Password placeholder', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Login: Password placeholder"
msgstr ""

# 'field'       => 'text',
# 'type'        => __( 'Button', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Button"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Button: Link URL', 'sitepress' ),
# 'editor_type' => 'LINK'

msgid "Button: Link URL"
msgstr ""

# 'field'       => 'caption',
# 'type'        => __( 'Image: Caption', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Image: Caption"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Image: Link URL', 'sitepress' ),
# 'editor_type' => 'LINK'

msgid "Image: Link URL"
msgstr ""

# 'field'       => 'alert_title',
# 'type'        => __( 'Alert title', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Alert title"
msgstr ""

# 'field'       => 'alert_description',
# 'type'        => __( 'Alert description', 'sitepress' ),
# 'editor_type' => 'VISUAL'

msgid "Alert description"
msgstr ""

# 'field'       => 'blockquote_content',
# 'type'        => __( 'Blockquote: Content', 'sitepress' ),
# 'editor_type' => 'AREA',

msgid "Blockquote: Content"
msgstr ""

# 'field'       => 'tweet_button_label',
# 'type'        => __( 'Blockquote: Tweet button label', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Blockquote: Tweet button label"
msgstr ""

# 'field'       => 'testimonial_name',
# 'type'        => __( 'Testimonial name', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Testimonial name"
msgstr ""

# 'field'       => 'testimonial_job',
# 'type'        => __( 'Testimonial job', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Testimonial job"
msgstr ""

# 'field'       => 'title',
# 'type'        => __( 'Progress: Title', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Progress: Title"
msgstr ""

# 'field'       => 'inner_text',
# 'type'        => __( 'Progress: Inner text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Progress: Inner text"
msgstr ""

# 'field'       => 'starting_number',
# 'type'        => __( 'Starting number', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Starting number"
msgstr ""

# 'field'       => 'title',
# 'type'        => __( 'Title', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Title"
msgstr ""

# 'field'       => 'prefix',
# 'type'        => __( 'Prefix', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Prefix"
msgstr ""

# 'field'       => 'suffix',
# 'type'        => __( 'Suffix', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Suffix"
msgstr ""

# 'field'       => 'label_days',
# 'type'        => __( 'Countdown: Label days', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Countdown: Label days"
msgstr ""

# 'field'       => 'label_hours',
# 'type'        => __( 'Countdown: Label hours', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Countdown: Label hours"
msgstr ""

# 'field'       => 'label_minutes',
# 'type'        => __( 'Countdown: Label minutes', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Countdown: Label minutes"
msgstr ""

# 'field'       => 'label_seconds',
# 'type'        => __( 'Countdown: Label seconds', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Countdown: Label seconds"
msgstr ""

# 'field'       => 'title_text',
# 'type'        => __( 'Icon Box: Title text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Icon Box: Title text"
msgstr ""

# 'field'       => 'description_text',
# 'type'        => __( 'Icon Box: Description text', 'sitepress' ),
# 'editor_type' => 'AREA'

msgid "Icon Box: Description text"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Icon Box: Link', 'sitepress' ),
# 'editor_type' => 'LINK'

msgid "Icon Box: Link"
msgstr ""

# 'field'       => 'title_text',
# 'type'        => __( 'Image Box: Title text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Image Box: Title text"
msgstr ""

# 'field'       => 'description_text',
# 'type'        => __( 'Image Box: Description text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Image Box: Description text"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Image Box: Link', 'sitepress' ),
# 'editor_type' => 'LINK'

msgid "Image Box: Link"
msgstr ""

# 'field'       => 'before_text',
# 'type'        => __( 'Animated Headline: Before text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Animated Headline: Before text"
msgstr ""

# 'field'       => 'highlighted_text',
# 'type'        => __( 'Animated Headline: Highlighted text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Animated Headline: Highlighted text"
msgstr ""

# 'field'       => 'rotating_text',
# 'type'        => __( 'Animated Headline: Rotating text', 'sitepress' ),
# 'editor_type' => 'AREA'

msgid "Animated Headline: Rotating text"
msgstr ""

# 'field'       => 'after_text',
# 'type'        => __( 'Animated Headline: After text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Animated Headline: After text"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Animated Headline: Link URL', 'sitepress' ),
# 'editor_type' => 'LINK'

msgid "Animated Headline: Link URL"
msgstr ""

# 'field'       => 'title_text_a',
# 'type'        => __( 'Flip Box: Title text side A', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Flip Box: Title text side A"
msgstr ""

# 'field'       => 'description_text_a',
# 'type'        => __( 'Flip Box: Description text side A', 'sitepress' ),
# 'editor_type' => 'AREA'

msgid "Flip Box: Description text side A"
msgstr ""

# 'field'       => 'title_text_b',
# 'type'        => __( 'Flip Box: Title text side B', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Flip Box: Title text side B"
msgstr ""

# 'field'       => 'description_text_b',
# 'type'        => __( 'Flip Box: Description text side B', 'sitepress' ),
# 'editor_type' => 'AREA'

msgid "Flip Box: Description text side B"
msgstr ""

# 'field'       => 'button_text',
# 'type'        => __( 'Flip Box: Button text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Flip Box: Button text"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Flip Box: Button link', 'sitepress' ),
# 'editor_type' => 'LINK'

msgid "Flip Box: Button link"
msgstr ""

# 'field'       => 'title',
# 'type'        => __( 'Call to action: title', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Call to action: title"
msgstr ""

# 'field'       => 'description',
# 'type'        => __( 'Call to action: description', 'sitepress' ),
# 'editor_type' => 'VISUAL'

msgid "Call to action: description"
msgstr ""

# 'field'       => 'button',
# 'type'        => __( 'Call to action: button', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Call to action: button"
msgstr ""

# 'field'       => 'ribbon_title',
# 'type'        => __( 'Call to action: ribbon title', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Call to action: ribbon title"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Call to action: link', 'sitepress' ),
# 'editor_type' => 'LINK'

msgid "Call to action: link"
msgstr ""

# 'field'       => 'heading',
# 'type'        => __( 'Price Table: Heading', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Price Table: Heading"
msgstr ""

# 'field'       => 'sub_heading',
# 'type'        => __( 'Price Table: Sub heading', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Price Table: Sub heading"
msgstr ""

# 'field'       => 'period',
# 'type'        => __( 'Price Table: Period', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Price Table: Period"
msgstr ""

# 'field'       => 'button_text',
# 'type'        => __( 'Price Table: Button text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Price Table: Button text"
msgstr ""

# 'field'       => 'footer_additional_info',
# 'type'        => __( 'Price Table: Footer additional info', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Price Table: Footer additional info"
msgstr ""

# 'field'       => 'ribbon_title',
# 'type'        => __( 'Price Table: Ribbon title', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Price Table: Ribbon title"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Price Table: Button link', 'sitepress' ),
# 'editor_type' => 'LINK'

msgid "Price Table: Button link"
msgstr ""

# 'field'       => 'form_name',
# 'type'        => __( 'Form: name', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Form: name"
msgstr ""

# 'field'       => 'button_text',
# 'type'        => __( 'Form: Button text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Form: Button text"
msgstr ""

# 'field'       => 'email_subject',
# 'type'        => __( 'Form: Email subject', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Form: Email subject"
msgstr ""

# 'field'       => 'email_from_name',
# 'type'        => __( 'Form: Email from name', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Form: Email from name"
msgstr ""

# 'field'       => 'email_content',
# 'type'        => __( 'Form: Email Content', 'sitepress' ),
# 'editor_type' => 'AREA'

msgid "Form: Email Content"
msgstr ""

# 'field'       => 'email_subject_2',
# 'type'        => __( 'Form: Email subject 2', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Form: Email subject 2"
msgstr ""

# 'field'       => 'success_message',
# 'type'        => __( 'Form: Success message', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Form: Success message"
msgstr ""

# 'field'       => 'error_message',
# 'type'        => __( 'Form: Error message', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Form: Error message"
msgstr ""

# 'field'       => 'required_message',
# 'type'        => __( 'Form: Required message', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Form: Required message"
msgstr ""

# 'field'       => 'invalid_message',
# 'type'        => __( 'Form: Invalid message', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Form: Invalid message"
msgstr ""

# 'field'       => 'redirect_to',
# 'type'        => __( 'Form: Redirect to URL', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Form: Redirect to URL"
msgstr ""

# 'field'       => 'classic_read_more_text',
# 'type'        => __( 'Posts: Classic Read more text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Posts: Classic Read more text"
msgstr ""

# 'field'       => 'pagination_prev_label',
# 'type'        => __( 'Posts: Previous Label', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Posts: Previous Label"
msgstr ""

# 'field'       => 'pagination_next_label',
# 'type'        => __( 'Posts: Next Label', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Posts: Next Label"
msgstr ""

# 'field'       => 'cards_read_more_text',
# 'type'        => __( 'Posts: Cards Read more text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Posts: Cards Read more text"
msgstr ""

# 'field'       => 'anchor',
# 'type'        => __( 'Menu Anchor', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Menu Anchor"
msgstr ""

# 'field'       => 'archive_cards_meta_separator',
# 'type'        => __( 'Cards: Separator Between', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Cards: Separator Between"
msgstr ""

# 'field'       => 'archive_cards_read_more_text',
# 'type'        => __( 'Cards: Read More Text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Cards: Read More Text"
msgstr ""

# 'field'       => 'nothing_found_message',
# 'type'        => __( 'Nothing Found Message', 'sitepress' ),
# 'editor_type' => 'AREA'

msgid "Nothing Found Message"
msgstr ""

# 'field'       => 'pagination_prev_label',
# 'type'        => __( 'Previous Label', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Previous Label"
msgstr ""

# 'field'       => 'pagination_next_label',
# 'type'        => __( 'Next Label', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Next Label"
msgstr ""

# 'field'       => 'archive_classic_meta_separator',
# 'type'        => __( 'Classic: Separator Between', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Classic: Separator Between"
msgstr ""

# 'field'       => 'archive_classic_read_more_text',
# 'type'        => __( 'Classic: Read More Text', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Classic: Read More Text"
msgstr ""

# 'field'       => 'placeholder',
# 'type'        => __( 'Placeholder', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "Placeholder"
msgstr ""

# 'field'       => 'text',
# 'type'        => __( 'Divider Text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Divider Text"
msgstr ""

# 'field'       => 'title',
# 'type'        => __( 'Table of Contents - Title', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Table of Contents - Title"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Lottie: Link URL', 'sitepress' ),
# 'editor_type' => 'LINK'

msgid "Lottie: Link URL"
msgstr ""

# 'field'       => 'author_name',
# 'type'        => __( 'Author Name', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Author Name"
msgstr ""

# 'field'       => 'author_bio',
# 'type'        => __( 'Author Bio', 'sitepress' ),
# 'editor_type' => 'AREA',

msgid "Author Bio"
msgstr ""

# 'field_id'    => 'author_website',
# 'type'        => __( 'Author Link', 'sitepress' ),
# 'editor_type' => 'LINK',

msgid "Author Link"
msgstr ""

# 'field'       => 'link_text',
# 'type'        => __( 'Archive Text', 'sitepress' ),
# 'editor_type' => 'LINE',

msgid "Archive Text"
msgstr ""

# 'field_id'    => 'posts_url',
# 'type'        => __( 'Archive Button URL', 'sitepress' ),
# 'editor_type' => 'LINK',

msgid "Archive Button URL"
msgstr ""

# 'field'       => 'show_all_galleries_label',
# 'type'        => __( 'All Gallery Label', 'sitepress' ),
# 'editor_type' => 'LINE'

msgid "All Gallery Label"
msgstr ""

# 'field'       => 'url',
# 'type'        => __( 'Gallery custom link', 'sitepress' ),
# 'editor_type' => 'LINK'

msgid "Gallery custom link"
msgstr ""

# 
# $text = '<p>' . _n(
# 'We automatically created a translation job for the reusable block:',

msgid "We automatically created a translation job for the reusable block:"
msgstr ""

# 
# $text = '<p>' . _n(
# 'We automatically created a translation job for the reusable block:',

msgid "We automatically created translation jobs for the reusable blocks:"
msgstr ""

# $this->admin_notice = '<div class="error wpml-admin-notice">';
# $this->admin_notice .= '<h3>' . __( 'WPML Update is Incomplete', 'sitepress' ) . '</h3>';
# $this->admin_notice .= '<p>' . implode( '</p><p>', $notice_paragraphs ) . '</p>';

msgid "WPML Update is Incomplete"
msgstr ""

# if ( count( $this->valid_plugins ) === 1 ) {
# $paragraph = __( 'You are running updated %s, but the following component is not updated:', 'sitepress' );
# $paragraph = sprintf( $paragraph, '<strong>' . $this->valid_plugins[0] . '</strong>' );

msgid "You are running updated %s, but the following component is not updated:"
msgstr ""

# } else {
# $paragraph           = __( 'You are running updated %s and %s, but the following components are not updated:', 'sitepress' );
# $first_valid_plugins = implode( ', ', array_slice( $this->valid_plugins, 0, - 1 ) );

msgid "You are running updated %s and %s, but the following components are not updated:"
msgstr ""

# } else {
# $paragraph = __( 'The following components are not updated:', 'sitepress' );
# }

msgid "The following components are not updated:"
msgstr ""

# /* translators: %s: Version number */
# $required_version     = __( 'required version: %s', 'sitepress' );
# $invalid_plugins_list = '<ul class="ul-disc">';

msgid "required version: %s"
msgstr ""

# private function get_invalid_plugins_report_footer() {
# $wpml_org_url = '<a href="https://wpml.org/account/" title="WPML.org account">' . __( 'WPML.org account', 'sitepress' ) . '</a>';
# 

msgid "WPML.org account"
msgstr ""

# 
# $notice_paragraph = __( 'Your site will not work as it should in this configuration', 'sitepress' );
# $notice_paragraph .= ' ';

msgid "Your site will not work as it should in this configuration"
msgstr ""

# $notice_paragraph .= ' ';
# $notice_paragraph .= __( 'Please update all components which you are using.', 'sitepress' );
# $notice_paragraph .= ' ';

msgid "Please update all components which you are using."
msgstr ""

# $notice_paragraph .= ' ';
# $notice_paragraph .= sprintf( __( 'For WPML components you can receive updates from your %s or automatically, after you register WPML.', 'sitepress' ), $wpml_org_url );
# 

msgid "For WPML components you can receive updates from your %s or automatically, after you register WPML."
msgstr ""

# } else {
# wp_send_json_error( esc_html__( 'Invalid request!', 'sitepress' ) );
# }

msgid "Invalid request!"
msgstr ""

# 'menu_id'    => 'WPML',
# 'page_title' => __( 'WPML', 'sitepress' ),
# 'menu_title' => __( 'WPML', 'sitepress' ),

msgid "WPML"
msgstr ""

# $menu->set_order( self::MENU_ORDER_LANGUAGES );
# $menu->set_page_title( __( 'Languages', 'sitepress' ) );
# $menu->set_menu_title( __( 'Languages', 'sitepress' ) );

msgid "Languages"
msgstr ""

# $menu->set_order( self::MENU_ORDER_LANGUAGES );
# $menu->set_page_title( __( 'WPML Setup', 'sitepress' ) );
# $menu->set_menu_title( __( 'Setup', 'sitepress' ) );

msgid "WPML Setup"
msgstr ""

# $menu->set_page_title( __( 'WPML Setup', 'sitepress' ) );
# $menu->set_menu_title( __( 'Setup', 'sitepress' ) );
# $menu->set_capability( 'wpml_manage_languages' );

msgid "Setup"
msgstr ""

# $menu->set_order( self::MENU_ORDER_THEMES_AND_PLUGINS_LOCALIZATION );
# $menu->set_page_title( __( 'Theme and plugins localization', 'sitepress' ) );
# $menu->set_menu_title( __( 'Theme and plugins localization', 'sitepress' ) );

msgid "Theme and plugins localization"
msgstr ""

# $menu->set_order( self::MENU_ORDER_SETTINGS );
# $menu->set_page_title( __( 'Settings', 'sitepress' ) );
# $menu->set_menu_title( __( 'Settings', 'sitepress' ) );

msgid "Settings"
msgstr ""

# $menu->set_order( self::MENU_ORDER_TAXONOMY_TRANSLATION );
# $menu->set_page_title( __( 'Taxonomy translation', 'sitepress' ) );
# $menu->set_menu_title( __( 'Taxonomy translation', 'sitepress' ) );

msgid "Taxonomy translation"
msgstr ""

# $menu->set_order( self::MENU_ORDER_MAX );
# $menu->set_page_title( __( 'Support', 'sitepress' ) );
# $menu->set_menu_title( __( 'Support', 'sitepress' ) );

msgid "Support"
msgstr ""

# $menu->set_parent_slug( $parent_slug );
# $menu->set_page_title( __( 'Troubleshooting', 'sitepress' ) );
# $menu->set_menu_title( __( 'Troubleshooting', 'sitepress' ) );

msgid "Troubleshooting"
msgstr ""

# $menu->set_parent_slug( $parent_slug );
# $menu->set_page_title( __( 'Debug information', 'sitepress' ) );
# $menu->set_menu_title( __( 'Debug information', 'sitepress' ) );

msgid "Debug information"
msgstr ""

# if ( Obj::has( 'error', $file ) ) {
# $error_message = __( 'There was an error uploading the file, please try again!', 'sitepress' );
# switch ( $file['error'] ) {

msgid "There was an error uploading the file, please try again!"
msgstr ""

# case UPLOAD_ERR_INI_SIZE;
# $error_message = __( 'The uploaded file exceeds the upload_max_filesize directive in php.ini.', 'sitepress' );
# break;

msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
msgstr ""

# case UPLOAD_ERR_FORM_SIZE;
# $error_message = sprintf( __( 'The uploaded file exceeds %s bytes.', 'sitepress' ), 100000 );
# break;

msgid "The uploaded file exceeds %s bytes."
msgstr ""

# case UPLOAD_ERR_PARTIAL;
# $error_message = __( 'The uploaded file was only partially uploaded.', 'sitepress' );
# break;

msgid "The uploaded file was only partially uploaded."
msgstr ""

# case UPLOAD_ERR_NO_FILE;
# $error_message = __( 'No file was uploaded.', 'sitepress' );
# break;

msgid "No file was uploaded."
msgstr ""

# case UPLOAD_ERR_NO_TMP_DIR;
# $error_message = __( 'Missing a temporary folder.', 'sitepress' );
# break;

msgid "Missing a temporary folder."
msgstr ""

# case UPLOAD_ERR_CANT_WRITE;
# $error_message = __( 'Failed to write file to disk.', 'sitepress' );
# break;

msgid "Failed to write file to disk."
msgstr ""

# case UPLOAD_ERR_EXTENSION;
# $error_message = __( 'A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help.', 'sitepress' );
# break;

msgid "A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help."
msgstr ""

# 'strings'          => array(
# 'title'       => __( 'Language filtering for AJAX operations', 'sitepress' ),
# 'field_name'  => WPML_Cookie_Setting::COOKIE_SETTING_FIELD,

msgid "Language filtering for AJAX operations"
msgstr ""

# 'field_name'  => WPML_Cookie_Setting::COOKIE_SETTING_FIELD,
# 'field_label' => __( 'Store a language cookie to support language filtering for AJAX', 'sitepress' ),
# 'tooltip'     => __( 'Select this option if your theme or plugins use AJAX operations on the front-end, that WPML needs to filter. WPML will set a cookie using JavaScript which will allow it to return the correct content for AJAX operations.', 'sitepress' ),

msgid "Store a language cookie to support language filtering for AJAX"
msgstr ""

# 'field_label' => __( 'Store a language cookie to support language filtering for AJAX', 'sitepress' ),
# 'tooltip'     => __( 'Select this option if your theme or plugins use AJAX operations on the front-end, that WPML needs to filter. WPML will set a cookie using JavaScript which will allow it to return the correct content for AJAX operations.', 'sitepress' ),
# 'button_text' => __( 'Save', 'sitepress' ),

msgid "Select this option if your theme or plugins use AJAX operations on the front-end, that WPML needs to filter. WPML will set a cookie using JavaScript which will allow it to return the correct content for AJAX operations."
msgstr ""

# 'tooltip'     => __( 'Select this option if your theme or plugins use AJAX operations on the front-end, that WPML needs to filter. WPML will set a cookie using JavaScript which will allow it to return the correct content for AJAX operations.', 'sitepress' ),
# 'button_text' => __( 'Save', 'sitepress' ),
# 'button_id'   => self::BUTTON_ID,

msgid "Save"
msgstr ""

# return array(
# 'before_message'   => __( "Changing the site's default language can cause some content to disappear.", 'sitepress' ),
# 'after_message'    => sprintf(

msgid "Changing the site's default language can cause some content to disappear."
msgstr ""

# 'after_message'    => sprintf(
# __( "If some content appears gone, it might be because you switched the site's default language from %1\$s to %2\$s.", 'sitepress' ),
# $prev_default_lang,

msgid "If some content appears gone, it might be because you switched the site's default language from %1$s to %2$s."
msgstr ""

# ),
# 'help_text'        => __( 'Tell me more', 'sitepress' ),
# 'help_link'        => 'https://wpml.org/?page_id=1451509',

msgid "Tell me more"
msgstr ""

# 'help_link'        => 'https://wpml.org/?page_id=1451509',
# 'got_it'           => __( 'Got it', 'sitepress' ),
# 'lang_has_changed' => $prev_default_lang !== $default_lang,

msgid "Got it"
msgstr ""

# $output = esc_html(
# sprintf( __( "You are creating a %1\$s in %3\$s and you've set %2\$s to display even when not translated. Please note that this %1\$s will only appear in %3\$s. Only %2\$s that you create in the site's default language (%4\$s) will appear in all the site's languages.", 'sitepress' ),
# $singular_name,

msgid "You are creating a %1$s in %3$s and you've set %2$s to display even when not translated. Please note that this %1$s will only appear in %3$s. Only %2$s that you create in the site's default language (%4$s) will appear in all the site's languages."
msgstr ""

# $output .= '<br /><br />';
# $output .= '<a href="https://wpml.org/?page_id=1451509" target="_blank">' . esc_html__( 'Read how this works', 'sitepress' ) . '</a>';
# 

msgid "Read how this works"
msgstr ""

# 'url'    => $url,
# 'label'  => __( 'Customize the language switcher', 'sitepress' ),
# );

msgid "Customize the language switcher"
msgstr ""

# 'url'    => $url,
# 'label'  => __( 'Add a language switcher', 'sitepress' ),
# );

msgid "Add a language switcher"
msgstr ""

# return array(
# 'no_templates'                               => __( 'There are no templates available.', 'sitepress' ),
# 'label_preview'                              => _x( 'Preview', 'Language switcher preview', 'sitepress' ),

msgid "There are no templates available."
msgstr ""

# 'button_save'                                => __( 'Save', 'sitepress' ),
# 'button_cancel'                              => __( 'Cancel', 'sitepress' ),
# 'title_what_to_include'                      => __( 'What to include in the language switcher:', 'sitepress' ),

msgid "Cancel"
msgstr ""

# 'button_cancel'                              => __( 'Cancel', 'sitepress' ),
# 'title_what_to_include'                      => __( 'What to include in the language switcher:', 'sitepress' ),
# 'label_include_flag'                         => __( 'Flag', 'sitepress' ),

msgid "What to include in the language switcher:"
msgstr ""

# 'title_what_to_include'                      => __( 'What to include in the language switcher:', 'sitepress' ),
# 'label_include_flag'                         => __( 'Flag', 'sitepress' ),
# 'label_include_native_lang'                  => __( 'Native language name', 'sitepress' ),

msgid "Flag"
msgstr ""

# 'label_include_display_lang'                 => __( 'Language name in current language', 'sitepress' ),
# 'label_include_current_lang'                 => __( 'Current language', 'sitepress' ),
# 'label_include_flag_width'              => __( 'Width', 'sitepress' ),

msgid "Current language"
msgstr ""

# 'label_include_current_lang'                 => __( 'Current language', 'sitepress' ),
# 'label_include_flag_width'              => __( 'Width', 'sitepress' ),
# 'label_include_flag_height'             => __( 'Height', 'sitepress' ),

msgid "Width"
msgstr ""

# 'label_include_flag_width'              => __( 'Width', 'sitepress' ),
# 'label_include_flag_height'             => __( 'Height', 'sitepress' ),
# 'label_include_flag_width_placeholder'  => __( 'auto', 'sitepress' ),

msgid "Height"
msgstr ""

# 'label_include_flag_height'             => __( 'Height', 'sitepress' ),
# 'label_include_flag_width_placeholder'  => __( 'auto', 'sitepress' ),
# 'label_include_flag_height_placeholder' => __( 'auto', 'sitepress' ),

msgid "auto"
msgstr ""

# 'label_include_flag_height_placeholder' => __( 'auto', 'sitepress' ),
# 'label_include_flag_width_suffix'       => __( 'px', 'sitepress' ),
# 'label_include_flag_height_suffix'      => __( 'px', 'sitepress' ),

msgid "px"
msgstr ""

# 'label_include_flag_height_suffix'      => __( 'px', 'sitepress' ),
# 'templates_dropdown_label'                   => __( 'Language switcher style:', 'sitepress' ),
# 'templates_wpml_group'                       => __( 'WPML', 'sitepress' ),

msgid "Language switcher style:"
msgstr ""

# 'templates_custom_group'                     => __( 'Custom', 'sitepress' ),
# 'title_action_edit'                          => __( 'Edit language switcher', 'sitepress' ),
# 'title_action_delete'                        => __( 'Delete language switcher', 'sitepress' ),

msgid "Edit language switcher"
msgstr ""

# 'title_action_edit'                          => __( 'Edit language switcher', 'sitepress' ),
# 'title_action_delete'                        => __( 'Delete language switcher', 'sitepress' ),
# 'button_back'                                => __( 'Back', 'sitepress' ),

msgid "Delete language switcher"
msgstr ""

# 'title_action_delete'                        => __( 'Delete language switcher', 'sitepress' ),
# 'button_back'                                => __( 'Back', 'sitepress' ),
# 'button_next'                                => __( 'Next', 'sitepress' ),

msgid "Back"
msgstr ""

# 'button_back'                                => __( 'Back', 'sitepress' ),
# 'button_next'                                => __( 'Next', 'sitepress' ),
# );

msgid "Next"
msgstr ""

# 'languages_order'               => array(
# 'text' => __( 'This is the order in which the languages will be displayed in the language switcher.', 'sitepress' ),
# ),

msgid "This is the order in which the languages will be displayed in the language switcher."
msgstr ""

# 'languages_without_translation' => array(
# 'text' => __( 'Some content may not be translated to all languages. Choose what should appear in the language switcher when translation is missing.', 'sitepress' ),
# ),

msgid "Some content may not be translated to all languages. Choose what should appear in the language switcher when translation is missing."
msgstr ""

# 'preserve_url_arguments'        => array(
# 'text' => __( 'Add a comma-separated list of URL arguments that you want WPML to pass when switching languages.', 'sitepress' ),
# 'link' => array(

msgid "Add a comma-separated list of URL arguments that you want WPML to pass when switching languages."
msgstr ""

# 'link' => array(
# 'text'   => __( 'Preserving URL arguments', 'sitepress' ),
# 'url'    => 'https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore#preserving-url-parameters',

msgid "Preserving URL arguments"
msgstr ""

# 'additional_css'                => array(
# 'text' => __( 'Enter CSS to add to the page. This is useful when you want to add styling to the language switcher, without having to edit the CSS file on the server.', 'sitepress' ),
# 'link' => array(

msgid "Enter CSS to add to the page. This is useful when you want to add styling to the language switcher, without having to edit the CSS file on the server."
msgstr ""

# 'link' => array(
# 'text'   => __( 'Styling the language switcher with additional CSS', 'sitepress' ),
# 'url'    => 'https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore#styling-the-language-switcher-with-additional-css',

msgid "Styling the language switcher with additional CSS"
msgstr ""

# 'section_post_translations'     => array(
# 'text' => __( 'You can display links to translation of posts before the post and after it. These links look like "This post is also available in..."', 'sitepress' ),
# ),

msgid "You can display links to translation of posts before the post and after it. These links look like \"This post is also available in...\""
msgstr ""

# 'add_menu_all_assigned'         => array(
# 'text' => __( 'The button is disabled because all existing menus have language switchers. You can edit the settings of the existing language switchers.', 'sitepress' ),
# ),

msgid "The button is disabled because all existing menus have language switchers. You can edit the settings of the existing language switchers."
msgstr ""

# 'add_menu_no_menu'              => array(
# 'text' => __( 'The button is disabled because there are no menus in the site. Add a menu and you can later enable a language switcher in it.', 'sitepress' ),
# ),

msgid "The button is disabled because there are no menus in the site. Add a menu and you can later enable a language switcher in it."
msgstr ""

# 'add_sidebar_all_assigned'      => array(
# 'text' => __( 'The button is disabled because all existing widget areas have language switchers. You can edit the settings of the existing language switchers.', 'sitepress' ),
# ),

msgid "The button is disabled because all existing widget areas have language switchers. You can edit the settings of the existing language switchers."
msgstr ""

# 'add_sidebar_no_sidebar'        => array(
# 'text' => __( 'The button is disabled because there are no registered widget areas in the site.', 'sitepress' ),
# ),

msgid "The button is disabled because there are no registered widget areas in the site."
msgstr ""

# 'what_to_include'               => array(
# 'text' => __( 'Elements to include in the language switcher.', 'sitepress' ),
# ),

msgid "Elements to include in the language switcher."
msgstr ""

# 'available_menus'               => array(
# 'text' => __( 'Select the menus, in which to display the language switcher.', 'sitepress' ),
# ),

msgid "Select the menus, in which to display the language switcher."
msgstr ""

# 'available_sidebars'            => array(
# 'text' => __( 'Select the widget area where to include the language switcher.', 'sitepress' ),
# ),

msgid "Select the widget area where to include the language switcher."
msgstr ""

# 'available_templates'           => array(
# 'text' => __( 'Select the style of the language switcher.', 'sitepress' ),
# ),

msgid "Select the style of the language switcher."
msgstr ""

# 'menu_style_type'               => array(
# 'text' => __( 'Select how to display the language switcher in the menu. Choose "List of languages" to display all the items at the same level or "Dropdown" to display the current language as parent and other languages as children.', 'sitepress' ),
# ),

msgid "Select how to display the language switcher in the menu. Choose \"List of languages\" to display all the items at the same level or \"Dropdown\" to display the current language as parent and other languages as children."
msgstr ""

# 'menu_position'                 => array(
# 'text' => __( 'Select the position to display the language switcher in the menu.', 'sitepress' ),
# ),

msgid "Select the position to display the language switcher in the menu."
msgstr ""

# 'widget_title'                  => array(
# 'text' => __( 'Enter the title of the widget or leave empty for no title.', 'sitepress' ),
# ),

msgid "Enter the title of the widget or leave empty for no title."
msgstr ""

# 'post_translation_position'     => array(
# 'text' => __( 'Select the position to display the post translations links.', 'sitepress' ),
# ),

msgid "Select the position to display the post translations links."
msgstr ""

# 'alternative_languages_text'    => array(
# 'text' => __( 'This text appears before the list of languages. Your text needs to include the string %s which is a placeholder for the actual links.', 'sitepress' ),
# ),

msgid "This text appears before the list of languages. Your text needs to include the string %s which is a placeholder for the actual links."
msgstr ""

# 'backwards_compatibility'       => array(
# 'text' => __( "Since WPML 3.6.0, the language switchers are not using CSS IDs and the CSS classes have changed. This was required to fix some bugs and match the latest standards. If your theme or your custom CSS is not relying on these old selectors, it's recommended to skip the backwards compatibility. However, it's still possible to re-activate this option later.", 'sitepress' ),
# ),

msgid "Since WPML 3.6.0, the language switchers are not using CSS IDs and the CSS classes have changed. This was required to fix some bugs and match the latest standards. If your theme or your custom CSS is not relying on these old selectors, it's recommended to skip the backwards compatibility. However, it's still possible to re-activate this option later."
msgstr ""

# 'show_in_footer'                => array(
# 'text' => __( "You can display a language switcher in the site's footer. You can customize and style it here.", 'sitepress' ),
# ),

msgid "You can display a language switcher in the site's footer. You can customize and style it here."
msgstr ""

# return array(
# 'section_title'                        => __( 'Language switcher options', 'sitepress' ),
# 'section_description'                  => __( 'All language switchers in your site are affected by the settings in this section.', 'sitepress' ),

msgid "Language switcher options"
msgstr ""

# 'section_title'                        => __( 'Language switcher options', 'sitepress' ),
# 'section_description'                  => __( 'All language switchers in your site are affected by the settings in this section.', 'sitepress' ),
# 'label_language_order'                 => __( 'Order of languages', 'sitepress' ),

msgid "All language switchers in your site are affected by the settings in this section."
msgstr ""

# 'section_description'                  => __( 'All language switchers in your site are affected by the settings in this section.', 'sitepress' ),
# 'label_language_order'                 => __( 'Order of languages', 'sitepress' ),
# 'tip_drag_languages'                   => __( 'Drag and drop the languages to change their order', 'sitepress' ),

msgid "Order of languages"
msgstr ""

# 'label_language_order'                 => __( 'Order of languages', 'sitepress' ),
# 'tip_drag_languages'                   => __( 'Drag and drop the languages to change their order', 'sitepress' ),
# 'label_languages_with_no_translations' => __( 'How to handle languages without translation', 'sitepress' ),

msgid "Drag and drop the languages to change their order"
msgstr ""

# 'tip_drag_languages'                   => __( 'Drag and drop the languages to change their order', 'sitepress' ),
# 'label_languages_with_no_translations' => __( 'How to handle languages without translation', 'sitepress' ),
# 'option_skip_link'                     => __( 'Skip language', 'sitepress' ),

msgid "How to handle languages without translation"
msgstr ""

# 'label_languages_with_no_translations' => __( 'How to handle languages without translation', 'sitepress' ),
# 'option_skip_link'                     => __( 'Skip language', 'sitepress' ),
# 'option_link_home'                     => __( 'Link to home of language for missing translations', 'sitepress' ),

msgid "Skip language"
msgstr ""

# 'option_skip_link'                     => __( 'Skip language', 'sitepress' ),
# 'option_link_home'                     => __( 'Link to home of language for missing translations', 'sitepress' ),
# 'label_preserve_url_args'              => __( 'Preserve URL arguments', 'sitepress' ),

msgid "Link to home of language for missing translations"
msgstr ""

# 'option_link_home'                     => __( 'Link to home of language for missing translations', 'sitepress' ),
# 'label_preserve_url_args'              => __( 'Preserve URL arguments', 'sitepress' ),
# 'label_additional_css'                 => __( 'Additional CSS', 'sitepress' ),

msgid "Preserve URL arguments"
msgstr ""

# 'label_preserve_url_args'              => __( 'Preserve URL arguments', 'sitepress' ),
# 'label_additional_css'                 => __( 'Additional CSS', 'sitepress' ),
# 'label_migrated_toggle'                => __( 'Backwards compatibility', 'sitepress' ),

msgid "Additional CSS"
msgstr ""

# 'label_additional_css'                 => __( 'Additional CSS', 'sitepress' ),
# 'label_migrated_toggle'                => __( 'Backwards compatibility', 'sitepress' ),
# 'label_skip_backwards_compatibility'   => __( 'Skip backwards compatibility', 'sitepress' ),

msgid "Backwards compatibility"
msgstr ""

# 'label_migrated_toggle'                => __( 'Backwards compatibility', 'sitepress' ),
# 'label_skip_backwards_compatibility'   => __( 'Skip backwards compatibility', 'sitepress' ),
# );

msgid "Skip backwards compatibility"
msgstr ""

# return array(
# 'section_title'         => __( 'Menu language switcher', 'sitepress' ),
# 'add_button_label'      => __( 'Add a new language switcher to a menu', 'sitepress' ),

msgid "Menu language switcher"
msgstr ""

# 'section_title'         => __( 'Menu language switcher', 'sitepress' ),
# 'add_button_label'      => __( 'Add a new language switcher to a menu', 'sitepress' ),
# 'select_label'          => __( 'Menu', 'sitepress' ),

msgid "Add a new language switcher to a menu"
msgstr ""

# 'add_button_label'      => __( 'Add a new language switcher to a menu', 'sitepress' ),
# 'select_label'          => __( 'Menu', 'sitepress' ),
# 'select_option_choose'  => __( 'Choose a menu', 'sitepress' ),

msgid "Menu"
msgstr ""

# 'select_label'          => __( 'Menu', 'sitepress' ),
# 'select_option_choose'  => __( 'Choose a menu', 'sitepress' ),
# 'position_label'        => __( 'Position:', 'sitepress' ),

msgid "Choose a menu"
msgstr ""

# 'select_option_choose'  => __( 'Choose a menu', 'sitepress' ),
# 'position_label'        => __( 'Position:', 'sitepress' ),
# 'position_first_item'   => __( 'First menu item', 'sitepress' ),

msgid "Position:"
msgstr ""

# 'position_label'        => __( 'Position:', 'sitepress' ),
# 'position_first_item'   => __( 'First menu item', 'sitepress' ),
# 'position_last_item'    => __( 'Last menu item', 'sitepress' ),

msgid "First menu item"
msgstr ""

# 'position_first_item'   => __( 'First menu item', 'sitepress' ),
# 'position_last_item'    => __( 'Last menu item', 'sitepress' ),
# 'is_hierarchical_label' => __( 'Language menu items style:', 'sitepress' ),

msgid "Last menu item"
msgstr ""

# 'position_last_item'    => __( 'Last menu item', 'sitepress' ),
# 'is_hierarchical_label' => __( 'Language menu items style:', 'sitepress' ),
# 'flat'                  => __( 'List of languages', 'sitepress' ),

msgid "Language menu items style:"
msgstr ""

# 'is_hierarchical_label' => __( 'Language menu items style:', 'sitepress' ),
# 'flat'                  => __( 'List of languages', 'sitepress' ),
# 'flat_desc'             => __( 'good for menus that display items as a list', 'sitepress' ),

msgid "List of languages"
msgstr ""

# 'flat'                  => __( 'List of languages', 'sitepress' ),
# 'flat_desc'             => __( 'good for menus that display items as a list', 'sitepress' ),
# 'hierarchical'          => __( 'Dropdown', 'sitepress' ),

msgid "good for menus that display items as a list"
msgstr ""

# 'flat_desc'             => __( 'good for menus that display items as a list', 'sitepress' ),
# 'hierarchical'          => __( 'Dropdown', 'sitepress' ),
# 'hierarchical_desc'     => __( 'good for menus that support drop-downs', 'sitepress' ),

msgid "Dropdown"
msgstr ""

# 'hierarchical'          => __( 'Dropdown', 'sitepress' ),
# 'hierarchical_desc'     => __( 'good for menus that support drop-downs', 'sitepress' ),
# 'dialog_title'          => __( 'Edit Menu Language Switcher', 'sitepress' ),

msgid "good for menus that support drop-downs"
msgstr ""

# 'hierarchical_desc'     => __( 'good for menus that support drop-downs', 'sitepress' ),
# 'dialog_title'          => __( 'Edit Menu Language Switcher', 'sitepress' ),
# 'dialog_title_new'      => __( 'New Menu Language Switcher', 'sitepress' ),

msgid "Edit Menu Language Switcher"
msgstr ""

# 'dialog_title'          => __( 'Edit Menu Language Switcher', 'sitepress' ),
# 'dialog_title_new'      => __( 'New Menu Language Switcher', 'sitepress' ),
# );

msgid "New Menu Language Switcher"
msgstr ""

# return array(
# 'section_title'        => __( 'Widget language switcher', 'sitepress' ),
# 'add_button_label'     => __( 'Add a new language switcher to a widget area', 'sitepress' ),

msgid "Widget language switcher"
msgstr ""

# 'section_title'        => __( 'Widget language switcher', 'sitepress' ),
# 'add_button_label'     => __( 'Add a new language switcher to a widget area', 'sitepress' ),
# 'select_label'         => __( 'Widget area', 'sitepress' ),

msgid "Add a new language switcher to a widget area"
msgstr ""

# 'add_button_label'     => __( 'Add a new language switcher to a widget area', 'sitepress' ),
# 'select_label'         => __( 'Widget area', 'sitepress' ),
# 'select_option_choose' => __( 'Choose a widget area', 'sitepress' ),

msgid "Widget area"
msgstr ""

# 'select_label'         => __( 'Widget area', 'sitepress' ),
# 'select_option_choose' => __( 'Choose a widget area', 'sitepress' ),
# 'label_widget_title'   => __( 'Widget title:', 'sitepress' ),

msgid "Choose a widget area"
msgstr ""

# 'select_option_choose' => __( 'Choose a widget area', 'sitepress' ),
# 'label_widget_title'   => __( 'Widget title:', 'sitepress' ),
# 'dialog_title'         => __( 'Edit Widget Area Language Switcher', 'sitepress' ),

msgid "Widget title:"
msgstr ""

# 'label_widget_title'   => __( 'Widget title:', 'sitepress' ),
# 'dialog_title'         => __( 'Edit Widget Area Language Switcher', 'sitepress' ),
# 'dialog_title_new'     => __( 'New Widget Area language switcher', 'sitepress' ),

msgid "Edit Widget Area Language Switcher"
msgstr ""

# 'dialog_title'         => __( 'Edit Widget Area Language Switcher', 'sitepress' ),
# 'dialog_title_new'     => __( 'New Widget Area language switcher', 'sitepress' ),
# );

msgid "New Widget Area language switcher"
msgstr ""

# return array(
# 'section_title' => __( 'Footer language switcher', 'sitepress' ),
# 'show'          => __( 'Show language switcher in footer', 'sitepress' ),

msgid "Footer language switcher"
msgstr ""

# 'section_title' => __( 'Footer language switcher', 'sitepress' ),
# 'show'          => __( 'Show language switcher in footer', 'sitepress' ),
# 'dialog_title'  => __( 'Edit Footer Language Switcher', 'sitepress' ),

msgid "Show language switcher in footer"
msgstr ""

# 'show'          => __( 'Show language switcher in footer', 'sitepress' ),
# 'dialog_title'  => __( 'Edit Footer Language Switcher', 'sitepress' ),
# );

msgid "Edit Footer Language Switcher"
msgstr ""

# return array(
# 'section_title'                      => __( 'Links to translation of posts', 'sitepress' ),
# 'show'                               => __( 'Show links above or below posts, offering them in other languages', 'sitepress' ),

msgid "Links to translation of posts"
msgstr ""

# 'section_title'                      => __( 'Links to translation of posts', 'sitepress' ),
# 'show'                               => __( 'Show links above or below posts, offering them in other languages', 'sitepress' ),
# 'position_label'                     => __( 'Position of link(s):', 'sitepress' ),

msgid "Show links above or below posts, offering them in other languages"
msgstr ""

# 'show'                               => __( 'Show links above or below posts, offering them in other languages', 'sitepress' ),
# 'position_label'                     => __( 'Position of link(s):', 'sitepress' ),
# 'position_above'                     => __( 'Above post', 'sitepress' ),

msgid "Position of link(s):"
msgstr ""

# 'position_label'                     => __( 'Position of link(s):', 'sitepress' ),
# 'position_above'                     => __( 'Above post', 'sitepress' ),
# 'position_below'                     => __( 'Below post', 'sitepress' ),

msgid "Above post"
msgstr ""

# 'position_above'                     => __( 'Above post', 'sitepress' ),
# 'position_below'                     => __( 'Below post', 'sitepress' ),
# 'label_alternative_languages_text'   => __( 'Text for alternative languages for posts:', 'sitepress' ),

msgid "Below post"
msgstr ""

# 'position_below'                     => __( 'Below post', 'sitepress' ),
# 'label_alternative_languages_text'   => __( 'Text for alternative languages for posts:', 'sitepress' ),
# 'default_alternative_languages_text' => __( 'This post is also available in: %s', 'sitepress' ),

msgid "Text for alternative languages for posts:"
msgstr ""

# 'label_alternative_languages_text'   => __( 'Text for alternative languages for posts:', 'sitepress' ),
# 'default_alternative_languages_text' => __( 'This post is also available in: %s', 'sitepress' ),
# 'dialog_title'                       => __( 'Edit Post Translations Language Switcher', 'sitepress' ),

msgid "This post is also available in: %s"
msgstr ""

# 'default_alternative_languages_text' => __( 'This post is also available in: %s', 'sitepress' ),
# 'dialog_title'                       => __( 'Edit Post Translations Language Switcher', 'sitepress' ),
# );

msgid "Edit Post Translations Language Switcher"
msgstr ""

# return array(
# 'section_title'          => __( 'Custom language switchers', 'sitepress' ),
# 'section_description'    => sprintf( $description, $description_link ),

msgid "Custom language switchers"
msgstr ""

# 'section_description'    => sprintf( $description, $description_link ),
# 'show'                   => __( 'Enable', 'sitepress' ),
# 'customize_button_label' => __( 'Customize', 'sitepress' ),

msgid "Enable"
msgstr ""

# 'show'                   => __( 'Enable', 'sitepress' ),
# 'customize_button_label' => __( 'Customize', 'sitepress' ),
# 'dialog_title'           => __( 'Edit Shortcode Actions Language Switcher', 'sitepress' ),

msgid "Customize"
msgstr ""

# 'customize_button_label' => __( 'Customize', 'sitepress' ),
# 'dialog_title'           => __( 'Edit Shortcode Actions Language Switcher', 'sitepress' ),
# );

msgid "Edit Shortcode Actions Language Switcher"
msgstr ""

# return array(
# 'panel_title'          => __( 'Language switcher colors', 'sitepress' ),
# 'label_color_preset'   => __( 'Color themes:', 'sitepress' ),

msgid "Language switcher colors"
msgstr ""

# 'panel_title'          => __( 'Language switcher colors', 'sitepress' ),
# 'label_color_preset'   => __( 'Color themes:', 'sitepress' ),
# 'select_option_choose' => __( 'Select a preset', 'sitepress' ),

msgid "Color themes:"
msgstr ""

# 'label_color_preset'   => __( 'Color themes:', 'sitepress' ),
# 'select_option_choose' => __( 'Select a preset', 'sitepress' ),
# 'label_normal_scheme'  => __( 'Normal', 'sitepress' ),

msgid "Select a preset"
msgstr ""

# 'label_hover_scheme'   => __( 'Hover', 'sitepress' ),
# 'background'           => __( 'Background', 'sitepress' ),
# 'border'               => __( 'Border', 'sitepress' ),

msgid "Background"
msgstr ""

# 'background'           => __( 'Background', 'sitepress' ),
# 'border'               => __( 'Border', 'sitepress' ),
# 'font_current'         => __( 'Current language font color', 'sitepress' ),

msgid "Border"
msgstr ""

# 'border'               => __( 'Border', 'sitepress' ),
# 'font_current'         => __( 'Current language font color', 'sitepress' ),
# 'background_current'   => __( 'Current language background color', 'sitepress' ),

msgid "Current language font color"
msgstr ""

# 'font_current'         => __( 'Current language font color', 'sitepress' ),
# 'background_current'   => __( 'Current language background color', 'sitepress' ),
# 'font_other'           => __( 'Other language font color', 'sitepress' ),

msgid "Current language background color"
msgstr ""

# 'background_current'   => __( 'Current language background color', 'sitepress' ),
# 'font_other'           => __( 'Other language font color', 'sitepress' ),
# 'background_other'     => __( 'Other language background color', 'sitepress' ),

msgid "Other language font color"
msgstr ""

# 'font_other'           => __( 'Other language font color', 'sitepress' ),
# 'background_other'     => __( 'Other language background color', 'sitepress' ),
# );

msgid "Other language background color"
msgstr ""

# $model = array(
# 'title'                => __( 'Reset settings', 'sitepress' ),
# 'description'          => sprintf( esc_html__( 'This will change the settings of your language switchers %s to their defaults as set by the theme. Please note that some switchers may be removed and others may be added.', 'sitepress' ), '<strong>(' . $reset_locations . ')</strong>' ),

msgid "Reset settings"
msgstr ""

# 'explanation_text'     => sprintf( esc_html__( '* Your theme has a %s file, which sets the default values for WPML.', 'sitepress' ), '<strong title="' . esc_attr( $theme_wpml_config_file ) . '">wpml-config.xml</strong>' ),
# 'confirmation_message' => __( 'Are you sure you want to reset to the default settings?', 'sitepress' ),
# 'restore_page_url'     => admin_url( 'admin.php?page=' . self::get_page_hook() . '&restore_ls_settings=1&nonce=' . wp_create_nonce( self::RESET_NONCE_NAME ) ),

msgid "Are you sure you want to reset to the default settings?"
msgstr ""

# 'restore_page_url'     => admin_url( 'admin.php?page=' . self::get_page_hook() . '&restore_ls_settings=1&nonce=' . wp_create_nonce( self::RESET_NONCE_NAME ) ),
# 'restore_button_label' => __( 'Restore default', 'sitepress' ),
# );

msgid "Restore default"
msgstr ""

# $notifications['css_not_loaded'] = sprintf(
# __( "%s is defined in your theme. The language switcher can only be customized using the theme's CSS.", 'sitepress' ),
# 'ICL_DONT_LOAD_LANGUAGE_SELECTOR_CSS'

msgid "%s is defined in your theme. The language switcher can only be customized using the theme's CSS."
msgstr ""

# $this->maybe_complete_setup_wizard_step( $new_settings );
# $this->sitepress->get_wp_api()->wp_send_json_success( esc_html__( 'Settings saved', 'sitepress' ) );
# } else {

msgid "Settings saved"
msgstr ""

# } else {
# $this->sitepress->get_wp_api()->wp_send_json_error( esc_html__( "You can't do that!", 'sitepress' ) );
# }

msgid "You can't do that!"
msgstr ""

# if ( ! $preview ) {
# $this->sitepress->get_wp_api()->wp_send_json_error( esc_html__( 'Preview update failed', 'sitepress' ) );
# }

msgid "Preview update failed"
msgstr ""

# return array(
# 'confirmation_item_remove' => esc_html__( 'Do you really want to remove this item?', 'sitepress' ),
# 'leave_text_box_to_save'   => esc_html__( 'Leave the text box to auto-save', 'sitepress' ),

msgid "Do you really want to remove this item?"
msgstr ""

# 'confirmation_item_remove' => esc_html__( 'Do you really want to remove this item?', 'sitepress' ),
# 'leave_text_box_to_save'   => esc_html__( 'Leave the text box to auto-save', 'sitepress' ),
# );

msgid "Leave the text box to auto-save"
msgstr ""

# public function get_reset_ui_model( $theme_wpml_config_file ) {
# $reset_locations = esc_html__( 'in options, menus, widgets, footer and shortcode', 'sitepress' );
# 

msgid "in options, menus, widgets, footer and shortcode"
msgstr ""

# 'title'                => __( 'Reset settings', 'sitepress' ),
# 'description'          => sprintf( esc_html__( 'This will change the settings of your language switchers %s to their defaults as set by the theme. Please note that some switchers may be removed and others may be added.', 'sitepress' ), '<strong>(' . $reset_locations . ')</strong>' ),
# 'theme_config_file'    => $theme_wpml_config_file,

msgid "This will change the settings of your language switchers %s to their defaults as set by the theme. Please note that some switchers may be removed and others may be added."
msgstr ""

# 'theme_config_file'    => $theme_wpml_config_file,
# 'explanation_text'     => sprintf( esc_html__( '* Your theme has a %s file, which sets the default values for WPML.', 'sitepress' ), '<strong title="' . esc_attr( $theme_wpml_config_file ) . '">wpml-config.xml</strong>' ),
# 'confirmation_message' => __( 'Are you sure you want to reset to the default settings?', 'sitepress' ),

msgid "* Your theme has a %s file, which sets the default values for WPML."
msgstr ""

# 'no_templates'                               => __( 'There are no templates available.', 'sitepress' ),
# 'label_preview'                              => _x( 'Preview', 'Language switcher preview', 'sitepress' ),
# 'label_position'                             => _x( 'Position', 'Language switcher preview', 'sitepress' ),

msgctxt "Language switcher preview"
msgid "Preview"
msgstr ""

# 'label_preview'                              => _x( 'Preview', 'Language switcher preview', 'sitepress' ),
# 'label_position'                             => _x( 'Position', 'Language switcher preview', 'sitepress' ),
# 'label_actions'                              => _x( 'Actions', 'Language switcher preview', 'sitepress' ),

msgctxt "Language switcher preview"
msgid "Position"
msgstr ""

# 'label_position'                             => _x( 'Position', 'Language switcher preview', 'sitepress' ),
# 'label_actions'                              => _x( 'Actions', 'Language switcher preview', 'sitepress' ),
# 'label_action'                               => _x( 'Action', 'Language switcher preview', 'sitepress' ),

msgctxt "Language switcher preview"
msgid "Actions"
msgstr ""

# 'label_actions'                              => _x( 'Actions', 'Language switcher preview', 'sitepress' ),
# 'label_action'                               => _x( 'Action', 'Language switcher preview', 'sitepress' ),
# 'button_save'                                => __( 'Save', 'sitepress' ),

msgctxt "Language switcher preview"
msgid "Action"
msgstr ""

# 
# $description_link_text = _x( "insert WPML's switchers in custom locations", 'Custom languuage switcher description: external link text', 'sitepress' );
# $description_link_url  = 'https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore#custom-locations';

msgctxt "Custom languuage switcher description: external link text"
msgid "insert WPML's switchers in custom locations"
msgstr ""

# $description_link      = '<a href="' . $description_link_url . '" target="_blank">' . $description_link_text . '</a>';
# $description           = _x( 'Need more options? See how you can %s.', 'Custom languuage switcher description: text', 'sitepress' );
# 

msgctxt "Custom languuage switcher description: text"
msgid "Need more options? See how you can %s."
msgstr ""

# 
# $dummy_item = esc_html__( 'menu items', 'sitepress' );
# 

msgid "menu items"
msgstr ""

# 'void'  => array(
# 'label'  => esc_html__( 'Clear all colors', 'sitepress' ),
# 'values' => $void,

msgid "Clear all colors"
msgstr ""

# 'gray'  => array(
# 'label'  => esc_html__( 'Gray', 'sitepress' ),
# 'values' => $gray,

msgid "Gray"
msgstr ""

# 'white' => array(
# 'label'  => esc_html__( 'White', 'sitepress' ),
# 'values' => $white,

msgid "White"
msgstr ""

# 'blue'  => array(
# 'label'  => esc_html__( 'Blue', 'sitepress' ),
# 'values' => $blue,

msgid "Blue"
msgstr ""

# 
# $message  = __( 'Some WPML Language Switcher settings were reinitialized because they were corrupted. Please re-configure them:', 'sitepress' );
# $message .= ' ' . join( ', ', $corrupted_settings ) . '.';

msgid "Some WPML Language Switcher settings were reinitialized because they were corrupted. Please re-configure them:"
msgstr ""

# } elseif ( strpos( $path, $this->wpml_file->fix_dir_separator( $this->get_uploads_path() ) ) === 0 ) {
# $name = __( 'Uploads', 'sitepress' ) . ' - ' . $name;
# } elseif (

msgid "Uploads"
msgstr ""

# self::SLUG, // Base ID
# __( 'Language Switcher', 'sitepress' ), // Name
# array(

msgid "Language Switcher"
msgstr ""

# if ( $is_default ) {
# $html_response .= ' (' . __( 'default', 'sitepress' ) . ')';
# }

msgid "default"
msgstr ""

# if ( 1 === $status ) {
# $response['message'] = __( 'WordPress language file (.mo) is missing. Keeping existing display language.', 'sitepress' );
# }

msgid "WordPress language file (.mo) is missing. Keeping existing display language."
msgstr ""

# if ( $response['left'] ) {
# $response['message'] = sprintf( __( 'Duplicating featured images. %d left', 'sitepress' ), $response['left'] );
# } else {

msgid "Duplicating featured images. %d left"
msgstr ""

# $this->set_media_duplication_meta_for_existing_posts( '_wpml_media_featured' );
# $response['message'] = sprintf( __( 'Duplicating featured images: done!', 'sitepress' ), $response['left'] );
# }

msgid "Duplicating featured images: done!"
msgstr ""

# if ( $response['left'] ) {
# $response['message'] = sprintf( __( 'Duplicating media. %d left', 'sitepress' ), $response['left'] );
# } else {

msgid "Duplicating media. %d left"
msgstr ""

# $this->set_media_duplication_meta_for_existing_posts( '_wpml_media_duplicate' );
# $response['message'] = sprintf( __( 'Duplicating media: done!', 'sitepress' ), $response['left'] );
# }

msgid "Duplicating media: done!"
msgstr ""

# if ( $response['left'] ) {
# $response['message'] = sprintf( __( 'Setting language to media. %d left', 'sitepress' ), $response['left'] );
# } else {

msgid "Setting language to media. %d left"
msgstr ""

# } else {
# $response['message'] = sprintf( __( 'Setting language to media: done!', 'sitepress' ), $response['left'] );
# }

msgid "Setting language to media: done!"
msgstr ""

# $this->add_missing_media_duplication_meta_values( '_wpml_media_duplicate' );
# $response['message'] = __( 'Started...', 'sitepress' );
# 

msgid "Started..."
msgstr ""

# 
# $response['message'] = __( 'Done!', 'sitepress' );
# 

msgid "Done!"
msgstr ""

# if ( $response['left'] ) {
# $response['message'] = sprintf( esc_html__( 'Translating media. %d left', 'sitepress' ), $response['left'] );
# } else {

msgid "Translating media. %d left"
msgstr ""

# } else {
# $response['message'] = sprintf( esc_html__( 'Translating media: done!', 'sitepress' ), $response['left'] );
# }

msgid "Translating media: done!"
msgstr ""

# public function mcsetup_navigation_links( array $mcsetup_sections ) {
# $mcsetup_sections[ self::ID ] = esc_html__( 'Media Translation', 'sitepress' );
# 

msgid "Media Translation"
msgstr ""

# <?php wp_nonce_field( 'wpml_media_settings_actions', 'wpml_media_settings_nonce' ); ?>
# <input class="button-primary" name="start" type="submit" value="<?php esc_attr_e( 'Start', 'sitepress' ); ?> &raquo;"/>
# </td>

msgid "Start"
msgstr ""

# <td colspan="2" align="right">
# <input class="button-secondary" name="set_defaults" type="submit" value="<?php esc_attr_e( 'Apply', 'sitepress' ); ?>"/>
# </td>

msgid "Apply"
msgstr ""

# 
# <p><?php esc_html_e( "The Media Translation plugin needs to add languages to your site's media. Without this language information, existing media files will not be displayed in the WordPress admin.", 'sitepress' ); ?></p>
# 

msgid "The Media Translation plugin needs to add languages to your site's media. Without this language information, existing media files will not be displayed in the WordPress admin."
msgstr ""

# 
# <p><?php esc_html_e( 'You can check if some attachments can be duplicated to translated content:', 'sitepress' ); ?></p>
# 

msgid "You can check if some attachments can be duplicated to translated content:"
msgstr ""

# ?>
# disabled="disabled"<?php endif ?> />&nbsp;<?php esc_html_e( 'Set language information for existing media', 'sitepress' ); ?></label></li>
# <li><label><input type="checkbox" id="translate_media" name="translate_media" value="1" checked="checked"/>&nbsp;<?php esc_html_e( 'Translate existing media in all languages', 'sitepress' ); ?></label></li>

msgid "Set language information for existing media"
msgstr ""

# disabled="disabled"<?php endif ?> />&nbsp;<?php esc_html_e( 'Set language information for existing media', 'sitepress' ); ?></label></li>
# <li><label><input type="checkbox" id="translate_media" name="translate_media" value="1" checked="checked"/>&nbsp;<?php esc_html_e( 'Translate existing media in all languages', 'sitepress' ); ?></label></li>
# <li><label><input type="checkbox" id="duplicate_media" name="duplicate_media" value="1" checked="checked"/>&nbsp;<?php esc_html_e( 'Duplicate existing media for translated content', 'sitepress' ); ?></label></li>

msgid "Translate existing media in all languages"
msgstr ""

# <li><label><input type="checkbox" id="translate_media" name="translate_media" value="1" checked="checked"/>&nbsp;<?php esc_html_e( 'Translate existing media in all languages', 'sitepress' ); ?></label></li>
# <li><label><input type="checkbox" id="duplicate_media" name="duplicate_media" value="1" checked="checked"/>&nbsp;<?php esc_html_e( 'Duplicate existing media for translated content', 'sitepress' ); ?></label></li>
# <li><label><input type="checkbox" id="duplicate_featured" name="duplicate_featured" value="1" checked="checked"/>&nbsp;<?php esc_html_e( 'Duplicate the featured images for translated content', 'sitepress' ); ?></label></li>

msgid "Duplicate existing media for translated content"
msgstr ""

# <li><label><input type="checkbox" id="duplicate_media" name="duplicate_media" value="1" checked="checked"/>&nbsp;<?php esc_html_e( 'Duplicate existing media for translated content', 'sitepress' ); ?></label></li>
# <li><label><input type="checkbox" id="duplicate_featured" name="duplicate_featured" value="1" checked="checked"/>&nbsp;<?php esc_html_e( 'Duplicate the featured images for translated content', 'sitepress' ); ?></label></li>
# </ul>

msgid "Duplicate the featured images for translated content"
msgstr ""

# <tr>
# <td><a href="https://wpml.org/documentation/getting-started-guide/media-translation/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore" target="_blank"><?php esc_html_e( 'Media Translation Documentation', 'sitepress' ); ?></a></td>
# <td align="right">

msgid "Media Translation Documentation"
msgstr ""

# <td colspan="2">
# <h4><?php esc_html_e( 'How to handle media for new content:', 'sitepress' ); ?></h4>
# </td>

msgid "How to handle media for new content:"
msgstr ""

# <label><input type="checkbox" name="content_default_always_translate_media"
# value="1" <?php echo $always_translate_media_html_checked; ?> />&nbsp;<?php esc_html_e( 'When uploading media to the Media library, make it available in all languages', 'sitepress' ); ?></label>
# </li>

msgid "When uploading media to the Media library, make it available in all languages"
msgstr ""

# <label><input type="checkbox" name="content_default_duplicate_media"
# value="1" <?php echo $duplicate_media_html_checked; ?> />&nbsp;<?php esc_html_e( 'Duplicate media attachments for translations', 'sitepress' ); ?></label>
# </li>

msgid "Duplicate media attachments for translations"
msgstr ""

# <label><input type="checkbox" name="content_default_duplicate_featured"
# value="1"  <?php echo $duplicate_featured_html_checked; ?> />&nbsp;<?php esc_html_e( 'Duplicate featured images for translations', 'sitepress' ); ?></label>
# </li>

msgid "Duplicate featured images for translations"
msgstr ""

# <div id="wpml_media_all_done" class="hidden updated">
# <p><?php esc_html_e( "You're all done. From now on, all new media files that you upload to content will receive a language. You can automatically duplicate them to translations from the post-edit screen.", 'sitepress' ); ?></p>
# </div>

msgid "You're all done. From now on, all new media files that you upload to content will receive a language. You can automatically duplicate them to translations from the post-edit screen."
msgstr ""

# <label for="<?php echo esc_attr( $name ); ?>" class="otgs-switcher"
# data-on="<?php esc_attr_e( 'YES', 'sitepress' ); ?>"
# data-off="<?php esc_attr_e( 'NO', 'sitepress' ); ?>"

msgid "YES"
msgstr ""

# data-on="<?php esc_attr_e( 'YES', 'sitepress' ); ?>"
# data-off="<?php esc_attr_e( 'NO', 'sitepress' ); ?>"
# >

msgid "NO"
msgstr ""

# <div class="wpml-flex-table-cell text-center translate-automatically">
# <?php esc_html_e( 'Translate', 'sitepress' ); ?>
# <br/><?php esc_html_e( 'automatically', 'sitepress' ); ?>

msgid "Translate"
msgstr ""

# <?php esc_html_e( 'Translate', 'sitepress' ); ?>
# <br/><?php esc_html_e( 'automatically', 'sitepress' ); ?>
# </div>

msgid "automatically"
msgstr ""

# var icl_ajx_url = '<?php echo esc_url( $icl_ajax_url ); ?>',
# icl_ajx_saved = '<?php echo icl_js_escape( __( 'Data saved', 'sitepress' ) ); ?>',
# icl_ajx_error = '<?php echo icl_js_escape( __( 'Error: data not saved', 'sitepress' ) ); ?>',

msgid "Data saved"
msgstr ""

# icl_ajx_saved = '<?php echo icl_js_escape( __( 'Data saved', 'sitepress' ) ); ?>',
# icl_ajx_error = '<?php echo icl_js_escape( __( 'Error: data not saved', 'sitepress' ) ); ?>',
# icl_default_mark = '<?php echo icl_js_escape( __( 'default', 'sitepress' ) ); ?>',

msgid "Error: data not saved"
msgstr ""

# icl_ajxloaderimg_src = '<?php echo esc_url( ICL_PLUGIN_URL ); ?>/res/img/ajax-loader.gif',
# icl_cat_adder_msg = '<?php echo icl_js_escape( sprintf( __( 'To add categories that already exist in other languages go to the <a%s>category management page</a>', 'sitepress' ), ' href="' . admin_url( 'edit-tags.php?taxonomy=category' ) . '"' ) ); ?>';
# // ]]>

msgid "To add categories that already exist in other languages go to the <a%s>category management page</a>"
msgstr ""

# if ( ! $this->sitepress->get_setting( 'ajx_health_checked' ) && ! (bool) get_option( '_wpml_inactive' ) ) {
# $error = __( "WPML can't run normally. There is an installation or server configuration problem. %1\$sShow details%2\$s", 'sitepress' );
# $error_message = sprintf( $error, '<a href="#" onclick="jQuery(this).parent().next().slideToggle()">', '</a>' );

msgid "WPML can't run normally. There is an installation or server configuration problem. %1$sShow details%2$s"
msgstr ""

# }
# jQuery('.wrap').prepend('<div class="error"><p><?php echo icl_js_escape( $error_message );?></p><p style="display:none"><?php echo icl_js_escape( __( 'AJAX Error:', 'sitepress' ) ); ?> ' + msg.statusText + ' [' + msg.status + ']<br />URL:' + icl_ajx_url + '</p></div>');
# }

msgid "AJAX Error:"
msgstr ""

# jQuery('#visibility-radio-private').prop('checked', true);
# jQuery('#post-visibility-display').html('<?php echo icl_js_escape( __( 'Private', 'sitepress' ) ); ?>');
# });

msgid "Private"
msgstr ""

# var post_visibility_display = jQuery('#post-visibility-display');
# post_visibility_display.html(post_visibility_display.html() + ', <?php echo icl_js_escape( __( 'Sticky', 'sitepress' ) ); ?>');
# }

msgid "Sticky"
msgstr ""

# $page_on_front,
# __( 'Your home page does not exist or its translation is not published in %s.', 'sitepress' )
# );

msgid "Your home page does not exist or its translation is not published in %s."
msgstr ""

# $page_for_posts,
# __( 'Your blog page does not exist or its translation is not published in %s.', 'sitepress' ),
# 'margin-top:4px;'

msgid "Your blog page does not exist or its translation is not published in %s."
msgstr ""

# $warn_posts .= '<br />';
# $warn_posts .= '<a href="' . get_edit_post_link( $original_page_id ) . '">' . __(
# 'Edit this page to add translations',

msgid "Edit this page to add translations"
msgstr ""

# var timestamp = jQuery('#timestamp');
# timestamp.find('b').append(( '<span> <?php esc_html_e( 'Copied From the Original', 'sitepress' ); ?></span>'));
# timestamp.next().html('<span style="margin-left:1em;"><?php esc_html_e( 'Edit', 'sitepress' ); ?></span>');

msgid "Copied From the Original"
msgstr ""

# timestamp.find('b').append(( '<span> <?php esc_html_e( 'Copied From the Original', 'sitepress' ); ?></span>'));
# timestamp.next().html('<span style="margin-left:1em;"><?php esc_html_e( 'Edit', 'sitepress' ); ?></span>');
# });

msgid "Edit"
msgstr ""

# 'strings' => array(
# 'title'    => __( "There is content in the following languages but it won't be visible on the site because those languages are not activated.", 'sitepress' ),
# 'language' => __( 'Language', 'sitepress' ),

msgid "There is content in the following languages but it won't be visible on the site because those languages are not activated."
msgstr ""

# 'title'    => __( "There is content in the following languages but it won't be visible on the site because those languages are not activated.", 'sitepress' ),
# 'language' => __( 'Language', 'sitepress' ),
# 'total'    => __( 'Total', 'sitepress' ),

msgid "Language"
msgstr ""

# 'language' => __( 'Language', 'sitepress' ),
# 'total'    => __( 'Total', 'sitepress' ),
# ),

msgid "Total"
msgstr ""

# for="validate_language_domains_<?php echo esc_attr( $code ); ?>">
# <?php esc_html_e( 'Validate on save', 'sitepress' ); ?>
# </label>

msgid "Validate on save"
msgstr ""

# value="1" <?php checked( $is_sso_enabled, true, true ); ?>>
# <?php esc_html_e( 'Auto sign-in and sign-out users from all domains', 'sitepress' ); ?>
# </label>

msgid "Auto sign-in and sign-out users from all domains"
msgstr ""

# <div id="sso_enabled_notice" style="display: none;">
# <?php esc_html_e( 'Please log-out and login again in order to be able to access the admin features in all language domains.', 'sitepress' ); ?>
# </div>

msgid "Please log-out and login again in order to be able to access the admin features in all language domains."
msgstr ""

# /* translators: this is the first of two sentences explaining the "Auto sign-in and sign-out users from all domains" feature */
# echo esc_html_x( 'This feature allows the theme and plugins to work correctly when on sites that use languages in domains.', 'Tooltip: Auto sign-in and sign-out users from all domains', 'sitepress' );
# ?>

msgctxt "Tooltip: Auto sign-in and sign-out users from all domains"
msgid "This feature allows the theme and plugins to work correctly when on sites that use languages in domains."
msgstr ""

# /* translators: this is the second of two sentences explaining the "Auto sign-in and sign-out users from all domains" feature */
# echo esc_html_x( "It requires a call to each of the site's language domains on both log-in and log-out, so there's a small performance penalty to using it.", 'Tooltip: Auto sign-in and sign-out users from all domains', 'sitepress' );
# ?>

msgctxt "Tooltip: Auto sign-in and sign-out users from all domains"
msgid "It requires a call to each of the site's language domains on both log-in and log-out, so there's a small performance penalty to using it."
msgstr ""

# return '<p class="missing-extension-message">'
# . esc_html__( 'It looks like the %1$s extension, which is required by WPML, is not installed. Please refer to this link to know how to install this extension: %2$s.', 'sitepress' )
# . '</p>';

msgid "It looks like the %1$s extension, which is required by WPML, is not installed. Please refer to this link to know how to install this extension: %2$s."
msgstr ""

# private function missing_extension_message_for_php7() {
# return '<p class="missing-extension-message-for-php7">' . esc_html__( 'You are using PHP 7: in some cases, the extension might have been removed during a system update. In this case, please see %3$s.', 'sitepress' ) . '</p>';
# }

msgid "You are using PHP 7: in some cases, the extension might have been removed during a system update. In this case, please see %3$s."
msgstr ""

# private function contact_the_admin() {
# return '<p class="contact-the-admin">' . esc_html__( 'You may need to contact your server administrator or your hosting company to install this extension.', 'sitepress' ) . '</p>';
# }

msgid "You may need to contact your server administrator or your hosting company to install this extension."
msgstr ""

# if ( $screen_options_factory ) {
# $help_title = esc_html__( 'Taxonomy Translation', 'sitepress' );
# $help_text  = $this->get_help_text();

msgid "Taxonomy Translation"
msgstr ""

# /* translators: this is the title of a documentation page used to terminate the sentence "is not possible to ..."  */
# $translate_base_taxonomy_slug_link_title = esc_html__(
# 'translate the base taxonomy slugs with WPML',

msgid "translate the base taxonomy slugs with WPML"
msgstr ""

# /* translators: this is the title of a documentation page used to terminate the sentence "To learn more, please visit our documentation page about..."  */
# $translate_taxonomies_link_title = esc_html__(
# 'translating post categories and custom taxonomies',

msgid "translating post categories and custom taxonomies"
msgstr ""

# $help_sentences   = array();
# $help_sentences[] = esc_html__(
# "WPML allows you to easily translate your site's taxonomies. Only taxonomies marked as translatable will be available for translation. Select the taxonomy in the dropdown menu and then use the list of taxonomy terms that appears to translate them.",

msgid "WPML allows you to easily translate your site's taxonomies. Only taxonomies marked as translatable will be available for translation. Select the taxonomy in the dropdown menu and then use the list of taxonomy terms that appears to translate them."
msgstr ""

# $help_sentences[] = sprintf(
# esc_html__(
# 'Please note that currently, you can translate the slugs of taxonomy terms but it is not possible to %s.',

msgid "Please note that currently, you can translate the slugs of taxonomy terms but it is not possible to %s."
msgstr ""

# $help_sentences[] = sprintf(
# esc_html__(
# 'To learn more, please visit our documentation page about %s.',

msgid "To learn more, please visit our documentation page about %s."
msgstr ""

# $states         = array(
# array( 'value' => WPML_IGNORE_CUSTOM_FIELD, 'text' => __( "Don't translate", 'sitepress' ) ),
# array( 'value' => WPML_COPY_CUSTOM_FIELD, 'text' => __( "Copy", 'sitepress' ) ),

msgid "Don't translate"
msgstr ""

# array( 'value' => WPML_IGNORE_CUSTOM_FIELD, 'text' => __( "Don't translate", 'sitepress' ) ),
# array( 'value' => WPML_COPY_CUSTOM_FIELD, 'text' => __( "Copy", 'sitepress' ) ),
# array( 'value' => WPML_COPY_ONCE_CUSTOM_FIELD, 'text' => __( "Copy once", 'sitepress' ) ),

msgid "Copy"
msgstr ""

# array( 'value' => WPML_COPY_CUSTOM_FIELD, 'text' => __( "Copy", 'sitepress' ) ),
# array( 'value' => WPML_COPY_ONCE_CUSTOM_FIELD, 'text' => __( "Copy once", 'sitepress' ) ),
# array( 'value' => WPML_TRANSLATE_CUSTOM_FIELD, 'text' => __( "Translate", 'sitepress' ) ),

msgid "Copy once"
msgstr ""

# <tr>
# <th colspan="2"><?php esc_html_e( 'Custom fields', 'sitepress' ); ?></th>
# </tr>

msgid "Custom fields"
msgstr ""

# <option value=""<?php selected( true, $admin_default_language_selected ); ?>>
# <?php echo esc_html( sprintf( __( 'Default admin language (currently %s)', 'sitepress' ), $this->admin_default_language ) ); ?>
# </option>

msgid "Default admin language (currently %s)"
msgstr ""

# if ( 1 === count( $hidden_languages ) ) {
# echo esc_html( sprintf( __( '%s is currently hidden to visitors.', 'sitepress' ), $this->all_languages[ end( $hidden_languages ) ]['display_name'] ) );
# } else {

msgid "%s is currently hidden to visitors."
msgstr ""

# $hidden_languages = implode( ', ', $hidden_languages_array );
# echo esc_html( sprintf( __( '%s are currently hidden to visitors.', 'sitepress' ), $hidden_languages ) );
# }

msgid "%s are currently hidden to visitors."
msgstr ""

# <tr class="user-language-wrap">
# <th colspan="2"><h3><a name="wpml"></a><?php esc_html_e( 'WPML language settings', 'sitepress' ); ?></h3></th>
# </tr>

msgid "WPML language settings"
msgstr ""

# <tr class="user-language-wrap" <?php echo $hide_wpml_languages; ?>>
# <th><label for="icl_user_admin_language"><?php esc_html_e( 'Select your language:', 'sitepress' ); ?></label></th>
# <td>

msgid "Select your language:"
msgstr ""

# <span class="description">
# <?php esc_html_e( 'this will be your admin language and will also be used for translating comments.', 'sitepress' ); ?>
# </span>

msgid "this will be your admin language and will also be used for translating comments."
msgstr ""

# <tr class="user-language-wrap">
# <th><?php esc_html_e( 'Editing language:', 'sitepress' ); ?></th>
# <td>

msgid "Editing language:"
msgstr ""

# <input type="checkbox" name="icl_admin_language_for_edit" id="icl_admin_language_for_edit" value="1" <?php checked( true, $use_admin_language_for_edit ); ?> />
# &nbsp;<label for="icl_admin_language_for_edit"><?php esc_html_e( 'Set admin language as editing language.', 'sitepress' ); ?></label>
# </td>

msgid "Set admin language as editing language."
msgstr ""

# <tr class="user-language-wrap">
# <th><?php esc_html_e( 'Hidden languages:', 'sitepress' ); ?></th>
# <td>

msgid "Hidden languages:"
msgstr ""

# } else {
# esc_html_e( 'All languages are currently displayed. Choose what to do when site languages are hidden.', 'sitepress' );
# }

msgid "All languages are currently displayed. Choose what to do when site languages are hidden."
msgstr ""

# <input id="icl_show_hidden_languages" name="icl_show_hidden_languages" type="checkbox" value="1" <?php checked( true, $display_hidden_languages ); ?> />
# &nbsp;<label for="icl_show_hidden_languages"><?php esc_html_e( 'Display hidden languages', 'sitepress' ); ?></label>
# </p>

msgid "Display hidden languages"
msgstr ""

# if ( $this->hide_html_added || $notice->can_be_hidden() ) {
# $result .= ' data-hide-text="' . __( 'Hide', 'sitepress' ) . '" ';
# }

msgid "Hide"
msgstr ""

# } else {
# $hide_html .= esc_html__( 'Hide this notice.', 'sitepress' );
# }

msgid "Hide this notice."
msgstr ""

# } else {
# $dismiss_html .= esc_html__( 'Dismiss this notice.', 'sitepress' );
# }

msgid "Dismiss this notice."
msgstr ""

# $notice->get_collapsed_text(),
# $localized_text ? esc_html( $localized_text ) : esc_html__( 'Show this notice.', 'sitepress' ),
# $notice->get_text()

msgid "Show this notice."
msgstr ""

# 
# wp_send_json_error( __( 'Notice does not exists.', 'sitepress' ) );
# }

msgid "Notice does not exists."
msgstr ""

# 
# wp_send_json_error( __( 'Notice does not exist.', 'sitepress' ) );
# }

msgid "Notice does not exist."
msgstr ""

# }
# wp_send_json_error( __( 'Group does not exist.', 'sitepress' ) );
# }

msgid "Group does not exist."
msgstr ""

# <?php
# echo _e(
# 'Since WPML 4.5.0, the Translation Management plugin is part of WPML core. Please uninstall this plugin and delete it from your plugins folder.',

msgid "Since WPML 4.5.0, the Translation Management plugin is part of WPML core. Please uninstall this plugin and delete it from your plugins folder."
msgstr ""

# <a href="<?php echo $readMoreLink; ?>" target="_blank" class="wpml-external-link">
# <?php _e( 'Read more', 'sitepress' ); ?>
# </a>

msgid "Read more"
msgstr ""

# WPML_CONTENT_TYPE_TRANSLATE                => $formatHeading(
# esc_html__( 'Translatable', 'sitepress' ),
# esc_html__( 'only show translated items', 'sitepress' )

msgid "Translatable"
msgstr ""

# esc_html__( 'Translatable', 'sitepress' ),
# esc_html__( 'only show translated items', 'sitepress' )
# ),

msgid "only show translated items"
msgstr ""

# esc_html__( 'Translatable', 'sitepress' ),
# esc_html__( 'use translation if available or fallback to default language', 'sitepress' )
# ),

msgid "use translation if available or fallback to default language"
msgstr ""

# WPML_CONTENT_TYPE_DONT_TRANSLATE           => $formatHeading(
# esc_html__( 'Not translatable', 'sitepress' ),
# '&nbsp;'

msgid "Not translatable"
msgstr ""

# return array(
# __( 'WPML uses cookies to identify the visitor’s current language, the last visited language and the language of users who have logged in.', 'sitepress' ),
# __( 'While you use the plugin, WPML will share data regarding the site through Installer. No data from the user itself will be shared.', 'sitepress' ),

msgid "WPML uses cookies to identify the visitor’s current language, the last visited language and the language of users who have logged in."
msgstr ""

# __( 'WPML uses cookies to identify the visitor’s current language, the last visited language and the language of users who have logged in.', 'sitepress' ),
# __( 'While you use the plugin, WPML will share data regarding the site through Installer. No data from the user itself will be shared.', 'sitepress' ),
# );

msgid "While you use the plugin, WPML will share data regarding the site through Installer. No data from the user itself will be shared."
msgstr ""

# <div class="error">
# <p><?php esc_html_e( 'WPML is disabled because it requires WordPress version 4.4 or above.', 'sitepress' ); ?></p>
# </div>

msgid "WPML is disabled because it requires WordPress version 4.4 or above."
msgstr ""

# if ( ! $this->is_valid_request() ) {
# wp_send_json_error( __( 'This action is not allowed', 'sitepress' ) );
# } else {

msgid "This action is not allowed"
msgstr ""

# private function add_actions_to_notice( WPML_Notice $notice ) {
# $dismiss_action = new WPML_Notice_Action( __( 'Dismiss', 'sitepress' ), '#', true, false, true, false );
# $notice->add_action( $dismiss_action );

msgid "Dismiss"
msgstr ""

# if ( $this->has_issues( 'page-builders' ) ) {
# $document_action = new WPML_Notice_Action( __( 'Translating content created with page builders', 'sitepress' ), self::DOCUMENTATION_LINK );
# $notice->add_action( $document_action );

msgid "Translating content created with page builders"
msgstr ""

# if ( $this->has_issues( WPML_Integrations::SCOPE_WP_CORE ) ) {
# $document_action = new WPML_Notice_Action( __( 'How to translate Block editor content', 'sitepress' ), self::DOCUMENTATION_LINK_BLOCK_EDITOR );
# $document_action->set_link_target( '_blank' );

msgid "How to translate Block editor content"
msgstr ""

# 
# $enable_action = new WPML_Notice_Action( _x( 'Enable it now', 'Integration requirement notice title for translation editor: enable action', 'sitepress' ), '#', false, false, true );
# $enable_action->set_js_callback( 'js-set-translation-editor' );

msgctxt "Integration requirement notice title for translation editor: enable action"
msgid "Enable it now"
msgstr ""

# $strings = array(
# 'title'   => __( 'Your WPML installation may cause problems with Block editor', 'sitepress' ),
# 'message' => __( 'You are using WPML Translation Management without String Translation. Some of the translations may not work this way. Please download and install WPML String Translation before you translate the content from Block editor.', 'sitepress' ),

msgid "Your WPML installation may cause problems with Block editor"
msgstr ""

# 'title'   => __( 'Your WPML installation may cause problems with Block editor', 'sitepress' ),
# 'message' => __( 'You are using WPML Translation Management without String Translation. Some of the translations may not work this way. Please download and install WPML String Translation before you translate the content from Block editor.', 'sitepress' ),
# );

msgid "You are using WPML Translation Management without String Translation. Some of the translations may not work this way. Please download and install WPML String Translation before you translate the content from Block editor."
msgstr ""

# $strings = array(
# 'title' => sprintf( __( 'To easily translate %s, you need to add the following WPML components:', 'sitepress' ), $this->get_product_names( $issues ) ),
# );

msgid "To easily translate %s, you need to add the following WPML components:"
msgstr ""

# array(
# 'download'   => __( 'Download', 'sitepress' ),
# 'install'    => __( 'Install', 'sitepress' ),

msgid "Download"
msgstr ""

# 'download'   => __( 'Download', 'sitepress' ),
# 'install'    => __( 'Install', 'sitepress' ),
# 'activate'   => __( 'Activate', 'sitepress' ),

msgid "Install"
msgstr ""

# 'install'    => __( 'Install', 'sitepress' ),
# 'activate'   => __( 'Activate', 'sitepress' ),
# 'activating' => __( 'Activating...', 'sitepress' ),

msgid "Activate"
msgstr ""

# 'activate'   => __( 'Activate', 'sitepress' ),
# 'activating' => __( 'Activating...', 'sitepress' ),
# 'activated'  => __( 'Activated', 'sitepress' ),

msgid "Activating..."
msgstr ""

# 'activating' => __( 'Activating...', 'sitepress' ),
# 'activated'  => __( 'Activated', 'sitepress' ),
# 'error'      => __( 'Error', 'sitepress' ),

msgid "Activated"
msgstr ""

# 'activated'  => __( 'Activated', 'sitepress' ),
# 'error'      => __( 'Error', 'sitepress' ),
# ),

msgid "Error"
msgstr ""

# /* translators: %s will be replaced with a list of plugins or themes. */
# 'title'        => sprintf( __( 'One more step before you can translate on %s', 'sitepress' ), $this->build_items_in_sentence( $integrations ) ),
# 'message'      => __( "You need to enable WPML's Translation Editor, to translate conveniently.", 'sitepress' ),

msgid "One more step before you can translate on %s"
msgstr ""

# 'title'        => sprintf( __( 'One more step before you can translate on %s', 'sitepress' ), $this->build_items_in_sentence( $integrations ) ),
# 'message'      => __( "You need to enable WPML's Translation Editor, to translate conveniently.", 'sitepress' ),
# 'enable_done'  => __( 'Done.', 'sitepress' ),

msgid "You need to enable WPML's Translation Editor, to translate conveniently."
msgstr ""

# 'message'      => __( "You need to enable WPML's Translation Editor, to translate conveniently.", 'sitepress' ),
# 'enable_done'  => __( 'Done.', 'sitepress' ),
# 'enable_error' => __( 'Something went wrong. Please try again or contact the support.', 'sitepress' ),

msgid "Done."
msgstr ""

# 'enable_done'  => __( 'Done.', 'sitepress' ),
# 'enable_error' => __( 'Something went wrong. Please try again or contact the support.', 'sitepress' ),
# ),

msgid "Something went wrong. Please try again or contact the support."
msgstr ""

# /* translators: Used between elements of a two elements list */
# $product_names = implode( ' ' . _x( 'and', 'Used between elements of a two elements list', 'sitepress' ) . ' ', $items );
# 

msgctxt "Used between elements of a two elements list"
msgid "and"
msgstr ""

# /* translators: Used before the last element of a three or more elements list */
# $product_names = implode( _x( ', and', 'Used before the last element of a three or more elements list', 'sitepress' ) . ' ', $both );
# 

msgctxt "Used before the last element of a three or more elements list"
msgid ", and"
msgstr ""

# '<li>' .
# __( 'This will be the last version of WPML which works with the currently installed PHP version', 'sitepress' ) .
# '</li>' .

msgid "This will be the last version of WPML which works with the currently installed PHP version"
msgstr ""

# '<li>' .
# __( 'This version of WPML will only receive security fixes for the next 12 months', 'sitepress' ) .
# '</li>';

msgid "This version of WPML will only receive security fixes for the next 12 months"
msgstr ""

# return [
# 'wpml_manage_translation_management'        => __( 'Manage Translation Management', 'sitepress' ),
# 'wpml_manage_languages'                     => __( 'Manage Languages', 'sitepress' ),

msgid "Manage Translation Management"
msgstr ""

# 'wpml_manage_translation_management'        => __( 'Manage Translation Management', 'sitepress' ),
# 'wpml_manage_languages'                     => __( 'Manage Languages', 'sitepress' ),
# 'wpml_manage_theme_and_plugin_localization' => __( 'Manage Theme and Plugin localization', 'sitepress' ),

msgid "Manage Languages"
msgstr ""

# 'wpml_manage_languages'                     => __( 'Manage Languages', 'sitepress' ),
# 'wpml_manage_theme_and_plugin_localization' => __( 'Manage Theme and Plugin localization', 'sitepress' ),
# 'wpml_manage_support'                       => __( 'Manage Support', 'sitepress' ),

msgid "Manage Theme and Plugin localization"
msgstr ""

# 'wpml_manage_theme_and_plugin_localization' => __( 'Manage Theme and Plugin localization', 'sitepress' ),
# 'wpml_manage_support'                       => __( 'Manage Support', 'sitepress' ),
# 'wpml_manage_woocommerce_multilingual'      => __( 'Manage WooCommerce Multilingual', 'sitepress' ),

msgid "Manage Support"
msgstr ""

# 'wpml_manage_support'                       => __( 'Manage Support', 'sitepress' ),
# 'wpml_manage_woocommerce_multilingual'      => __( 'Manage WooCommerce Multilingual', 'sitepress' ),
# 'wpml_operate_woocommerce_multilingual'     => __( 'Operate WooCommerce Multilingual. Everything on WCML except the settings tab.', 'sitepress' ),

msgid "Manage WooCommerce Multilingual"
msgstr ""

# 'wpml_manage_woocommerce_multilingual'      => __( 'Manage WooCommerce Multilingual', 'sitepress' ),
# 'wpml_operate_woocommerce_multilingual'     => __( 'Operate WooCommerce Multilingual. Everything on WCML except the settings tab.', 'sitepress' ),
# 'wpml_manage_media_translation'             => __( 'Manage Media translation', 'sitepress' ),

msgid "Operate WooCommerce Multilingual. Everything on WCML except the settings tab."
msgstr ""

# 'wpml_operate_woocommerce_multilingual'     => __( 'Operate WooCommerce Multilingual. Everything on WCML except the settings tab.', 'sitepress' ),
# 'wpml_manage_media_translation'             => __( 'Manage Media translation', 'sitepress' ),
# 'wpml_manage_navigation'                    => __( 'Manage Navigation', 'sitepress' ),

msgid "Manage Media translation"
msgstr ""

# 'wpml_manage_media_translation'             => __( 'Manage Media translation', 'sitepress' ),
# 'wpml_manage_navigation'                    => __( 'Manage Navigation', 'sitepress' ),
# 'wpml_manage_sticky_links'                  => __( 'Manage Sticky Links', 'sitepress' ),

msgid "Manage Navigation"
msgstr ""

# 'wpml_manage_navigation'                    => __( 'Manage Navigation', 'sitepress' ),
# 'wpml_manage_sticky_links'                  => __( 'Manage Sticky Links', 'sitepress' ),
# 'wpml_manage_string_translation'            => __( 'Manage String Translation', 'sitepress' ),

msgid "Manage Sticky Links"
msgstr ""

# 'wpml_manage_sticky_links'                  => __( 'Manage Sticky Links', 'sitepress' ),
# 'wpml_manage_string_translation'            => __( 'Manage String Translation', 'sitepress' ),
# 'wpml_manage_translation_analytics'         => __( 'Manage Translation Analytics', 'sitepress' ),

msgid "Manage String Translation"
msgstr ""

# 'wpml_manage_string_translation'            => __( 'Manage String Translation', 'sitepress' ),
# 'wpml_manage_translation_analytics'         => __( 'Manage Translation Analytics', 'sitepress' ),
# 'wpml_manage_wp_menus_sync'                 => __( 'Manage WPML Menus Sync', 'sitepress' ),

msgid "Manage Translation Analytics"
msgstr ""

# 'wpml_manage_translation_analytics'         => __( 'Manage Translation Analytics', 'sitepress' ),
# 'wpml_manage_wp_menus_sync'                 => __( 'Manage WPML Menus Sync', 'sitepress' ),
# 'wpml_manage_taxonomy_translation'          => __( 'Manage Taxonomy Translation', 'sitepress' ),

msgid "Manage WPML Menus Sync"
msgstr ""

# 'wpml_manage_wp_menus_sync'                 => __( 'Manage WPML Menus Sync', 'sitepress' ),
# 'wpml_manage_taxonomy_translation'          => __( 'Manage Taxonomy Translation', 'sitepress' ),
# 'wpml_manage_troubleshooting'               => __( 'Manage Troubleshooting', 'sitepress' ),

msgid "Manage Taxonomy Translation"
msgstr ""

# 'wpml_manage_taxonomy_translation'          => __( 'Manage Taxonomy Translation', 'sitepress' ),
# 'wpml_manage_troubleshooting'               => __( 'Manage Troubleshooting', 'sitepress' ),
# 'wpml_manage_translation_options'           => __( 'Translation options', 'sitepress' ),

msgid "Manage Troubleshooting"
msgstr ""

# 'wpml_manage_troubleshooting'               => __( 'Manage Troubleshooting', 'sitepress' ),
# 'wpml_manage_translation_options'           => __( 'Translation options', 'sitepress' ),
# ];

msgid "Translation options"
msgstr ""

# foreach ( array( 1, 10 ) as $priority ) {
# $label = __( 'As early as possible', 'sitepress' );
# if ( $priority > 1 ) {

msgid "As early as possible"
msgstr ""

# if ( $priority > 1 ) {
# $label = sprintf( esc_html__( 'Later in the head section (priority %d)', 'sitepress' ), $priority );
# }

msgid "Later in the head section (priority %d)"
msgstr ""

# <div class="wpml-section-header">
# <h3><?php esc_html_e( 'SEO Options', 'sitepress' ); ?></h3>
# </div>

msgid "SEO Options"
msgstr ""

# value="1"/>
# <label for="icl_seo_head_langs"><?php esc_html_e( 'Display alternative languages in the HEAD section.', 'sitepress' ); ?></label>
# </p>

msgid "Display alternative languages in the HEAD section."
msgstr ""

# <p>
# <label for="wpml-seo-head-langs-priority"><?php esc_html_e( 'Position of hreflang links', 'sitepress' ); ?></label>
# <select name="wpml_seo_head_langs_priority" id="wpml-seo-head-langs-priority"

msgid "Position of hreflang links"
msgstr ""

# Plugins::updateTMAllowedOption();
# return Right::of( __( 'Thank you for registering WPML on this site. You will receive automatic updates when new versions are available.', 'sitepress' ) );
# }

msgid "Thank you for registering WPML on this site. You will receive automatic updates when new versions are available."
msgstr ""

# 'strings' => array(
# 'title' => __( 'PHP', 'sitepress' ),
# ),

msgid "PHP"
msgstr ""

# 'version'            => array(
# 'label'      => __( 'Version', 'sitepress' ),
# 'value'      => $php_version,

msgid "Version"
msgstr ""

# 'messages'   => array(
# sprintf( __( 'PHP %1$s and above are recommended. PHP %2$s is the minimum requirement.', 'sitepress' ), $minimum_recommended_php_version, $minimum_required_php_version ) => 'https://wpml.org/home/minimum-requirements/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore',
# __( 'Find how you can update PHP.', 'sitepress' )                                                                                                                         => 'http://www.wpupdatephp.com/update/',

msgid "PHP %1$s and above are recommended. PHP %2$s is the minimum requirement."
msgstr ""

# sprintf( __( 'PHP %1$s and above are recommended. PHP %2$s is the minimum requirement.', 'sitepress' ), $minimum_recommended_php_version, $minimum_required_php_version ) => 'https://wpml.org/home/minimum-requirements/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore',
# __( 'Find how you can update PHP.', 'sitepress' )                                                                                                                         => 'http://www.wpupdatephp.com/update/',
# ),

msgid "Find how you can update PHP."
msgstr ""

# 'memory_limit'       => array(
# 'label'    => __( 'Memory limit', 'sitepress' ),
# 'value'    => $php_memory_limit,

msgid "Memory limit"
msgstr ""

# 'messages' => array(
# sprintf( __( 'A memory limit of at least %s is required.', 'sitepress' ), $minimum_required_memory ) => 'https://wpml.org/home/minimum-requirements/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore',
# ),

msgid "A memory limit of at least %s is required."
msgstr ""

# 'memory_usage'       => array(
# 'label' => __( 'Memory usage', 'sitepress' ),
# 'value' => $memory_usage,

msgid "Memory usage"
msgstr ""

# 'max_execution_time' => array(
# 'label' => __( 'Max execution time', 'sitepress' ),
# 'value' => $max_execution_time,

msgid "Max execution time"
msgstr ""

# 'max_input_vars'     => array(
# 'label' => __( 'Max input vars', 'sitepress' ),
# 'value' => $max_input_vars,

msgid "Max input vars"
msgstr ""

# 'utf8mb4_charset' => array(
# 'label'      => __( 'Utf8mb4 charset', 'sitepress' ),
# 'value' => $this->support_info->is_utf8mb4_charset_supported() ? __( 'Yes' ) : __( 'No' ),

msgid "Utf8mb4 charset"
msgstr ""

# 'messages'   => array(
# __( 'Some features related to String Translations may not work correctly without utf8mb4 character.', 'sitepress' ) => 'https://wpml.org/home/minimum-requirements/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore',
# ),

msgid "Some features related to String Translations may not work correctly without utf8mb4 character."
msgstr ""

# 'strings' => array(
# 'title' => __( 'WordPress', 'sitepress' ),
# ),

msgid "WordPress"
msgstr ""

# 'messages' => array(
# __( 'WordPress 3.9 or later is required.', 'sitepress' ) => 'https://wpml.org/home/minimum-requirements/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore',
# ),

msgid "WordPress 3.9 or later is required."
msgstr ""

# 'multisite'        => array(
# 'label' => __( 'Multisite', 'sitepress' ),
# 'value' => $this->support_info->get_wp_multisite() ? __( 'Yes' ) : __( 'No' ),

msgid "Multisite"
msgstr ""

# 'messages' => array(
# __( 'A memory limit of at least 128MB is required.', 'sitepress' ) => 'https://wpml.org/home/minimum-requirements/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore',
# ),

msgid "A memory limit of at least 128MB is required."
msgstr ""

# 'max_memory_limit' => array(
# 'label'    => __( 'Max memory limit', 'sitepress' ),
# 'value'    => $this->support_info->get_wp_max_memory_limit(),

msgid "Max memory limit"
msgstr ""

# 'rest_enabled' => array(
# 'label'    => __( 'REST enabled', 'sitepress' ),
# 'value'    => wpml_is_rest_enabled() ? __( 'Yes' ) : __( 'No' ),

msgid "REST enabled"
msgstr ""

# 'messages' => array(
# __( 'REST API is disabled, blocking some features of WPML', 'sitepress' ) => 'https://wpml.org/documentation/support/rest-api-dependencies/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore',
# ),

msgid "REST API is disabled, blocking some features of WPML"
msgstr ""

# $blocks['php']['data']['eval_suhosin'] = array(
# 'label'    => __( 'eval() availability from Suhosin', 'sitepress' ),
# 'value'    => $this->support_info->eval_disabled_by_suhosin() ? __( 'Not available', 'sitepress' ) : __( 'Available', 'sitepress' ),

msgid "eval() availability from Suhosin"
msgstr ""

# 'label'    => __( 'eval() availability from Suhosin', 'sitepress' ),
# 'value'    => $this->support_info->eval_disabled_by_suhosin() ? __( 'Not available', 'sitepress' ) : __( 'Available', 'sitepress' ),
# 'url'      => 'https://suhosin.org/stories/configuration.html#suhosin-executor-disable-eval',

msgid "Not available"
msgstr ""

# 'label'    => __( 'eval() availability from Suhosin', 'sitepress' ),
# 'value'    => $this->support_info->eval_disabled_by_suhosin() ? __( 'Not available', 'sitepress' ) : __( 'Available', 'sitepress' ),
# 'url'      => 'https://suhosin.org/stories/configuration.html#suhosin-executor-disable-eval',

msgid "Available"
msgstr ""

# 'messages' => array(
# __( 'The eval() PHP function must be enabled.', 'sitepress' ) => 'https://wpml.org/home/minimum-requirements/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore#eval-usage',
# ),

msgid "The eval() PHP function must be enabled."
msgstr ""

# $model = array(
# 'title'  => __( 'Info', 'sitepress' ),
# 'blocks' => $blocks,

msgid "Info"
msgstr ""

# $link_to_taxonomy_translation_screen = $this->build_tag_to_taxonomy_translation( $taxonomy );
# $text                                = sprintf( esc_html__( 'Translating %1$s? Use the %2$s table for easier translation.', 'sitepress' ), $taxonomy->labels->name, $link_to_taxonomy_translation_screen );
# $this->set_notice( new WPML_Notice( $taxonomy->name, $text, self::NOTICE_GROUP ) );

msgid "Translating %1$s? Use the %2$s table for easier translation."
msgstr ""

# return '<a href="' . esc_url( $url ) . '">' .
# sprintf( esc_html__( ' %s translation', 'sitepress' ), $taxonomy->labels->singular_name ) . '</a>';
# }

msgid " %s translation"
msgstr ""

# /* translators: %s: Cache directory path */
# $text = sprintf( __( 'WPML could not create a cache directory in %s', 'sitepress' ), $this->cache_directory );
# } else {

msgid "WPML could not create a cache directory in %s"
msgstr ""

# /* translators: %s: Cache directory path */
# $text = sprintf( __( 'WPML could not write in the cache directory: %s', 'sitepress' ), $this->cache_directory );
# }

msgid "WPML could not write in the cache directory: %s"
msgstr ""

# 'nonce_value'            => wp_create_nonce( WPML_Theme_Plugin_Localization_Options_Ajax::NONCE_LOCALIZATION_OPTIONS ),
# 'section_label'          => __( 'Localization options', 'sitepress' ),
# 'top_options'            => array(

msgid "Localization options"
msgstr ""

# 'value'   => 1,
# 'label'   => __( "Automatically load the theme's .mo file using 'load_textdomain'", 'sitepress' ),
# 'checked' => checked( $this->sitepress->get_setting( 'theme_localization_load_textdomain' ), true, false ),

msgid "Automatically load the theme's .mo file using 'load_textdomain'"
msgstr ""

# 'value' => $this->sitepress->get_setting( 'gettext_theme_domain_name', '' ),
# 'label' => __( 'Enter textdomain:', 'sitepress' ),
# ),

msgid "Enter textdomain:"
msgstr ""

# 'button_label'           => __( 'Save', 'sitepress' ),
# 'scanning_progress_msg'  => __( "Scanning now, please don't close this page.", 'sitepress' ),
# 'scanning_results_title' => __( 'Scanning Results', 'sitepress' ),

msgid "Scanning now, please don't close this page."
msgstr ""

# 'scanning_progress_msg'  => __( "Scanning now, please don't close this page.", 'sitepress' ),
# 'scanning_results_title' => __( 'Scanning Results', 'sitepress' ),
# );

msgid "Scanning Results"
msgstr ""

# if ( ! $feedback ) {
# throw new WPML_TF_AJAX_Exception( esc_html__( 'Failed to update the feedback.', 'sitepress' ) );
# }

msgid "Failed to update the feedback."
msgstr ""

# $message = sprintf(
# esc_html__( 'Missing key "%s".', 'sitepress' ),
# $key

msgid "Missing key \"%s\"."
msgstr ""

# $menu['order']      = 1200;
# $menu['page_title'] = __( 'Translation Feedback', 'sitepress' );
# $menu['menu_title'] = __( 'Translation Feedback', 'sitepress' );

msgid "Translation Feedback"
msgstr ""

# $key_to_insert_before = 'date';
# $column_name          = __( 'Translation rating', 'sitepress' );
# 

msgid "Translation rating"
msgstr ""

# public function get_reviewer_display_name() {
# $display_name = __( 'Unknown reviewer', 'sitepress' );
# 

msgid "Unknown reviewer"
msgstr ""

# case 'pending':
# return __( 'New', 'sitepress' );
# 

msgid "New"
msgstr ""

# if ( $this->is_admin_user() ) {
# return __( 'Sent to translator', 'sitepress' );
# }

msgid "Sent to translator"
msgstr ""

# if ( $this->is_admin_user() ) {
# return __( 'Translator replied', 'sitepress' );
# }

msgid "Translator replied"
msgstr ""

# 
# return __( 'Replied', 'sitepress' );
# 

msgid "Replied"
msgstr ""

# 
# return __( 'Admin replied', 'sitepress' );
# 

msgid "Admin replied"
msgstr ""

# case 'sent_to_ts_manual':
# return __( 'Sent to translation service', 'sitepress' );
# 

msgid "Sent to translation service"
msgstr ""

# case 'sent_to_ts_email':
# return __( 'E-mail sent to translation service', 'sitepress' );
# 

msgid "E-mail sent to translation service"
msgstr ""

# case 'fixed':
# return __( 'Translation fixed', 'sitepress' );
# 

msgid "Translation fixed"
msgstr ""

# case 'publish':
# return __( 'Approved', 'sitepress' );
# }

msgid "Approved"
msgstr ""

# 'value' => 'sent_to_translator',
# 'label' => __( 'Send to translator', 'sitepress' ),
# );

msgid "Send to translator"
msgstr ""

# 'value' => 'admin_replied',
# 'label' => __( 'Reply to translator', 'sitepress' ),
# );

msgid "Reply to translator"
msgstr ""

# 'value' => 'translator_replied',
# 'label' => __( 'Reply to admin', 'sitepress' ),
# );

msgid "Reply to admin"
msgstr ""

# return array(
# 'display_for_manual' => __( '%1s cannot receive feedback about the translation automatically. Please log-in to %1s website and report these issues manually.', 'sitepress' ),
# 'display_for_email'  => __( 'An email has been sent to %s to report the issue. Please check your email for a feedback from their part.', 'sitepress' ),

msgid "%1s cannot receive feedback about the translation automatically. Please log-in to %1s website and report these issues manually."
msgstr ""

# 'display_for_manual' => __( '%1s cannot receive feedback about the translation automatically. Please log-in to %1s website and report these issues manually.', 'sitepress' ),
# 'display_for_email'  => __( 'An email has been sent to %s to report the issue. Please check your email for a feedback from their part.', 'sitepress' ),
# 'display_for_api'    => __( 'Issue tracking in %s', 'sitepress' ),

msgid "An email has been sent to %s to report the issue. Please check your email for a feedback from their part."
msgstr ""

# 'display_for_email'  => __( 'An email has been sent to %s to report the issue. Please check your email for a feedback from their part.', 'sitepress' ),
# 'display_for_api'    => __( 'Issue tracking in %s', 'sitepress' ),
# );

msgid "Issue tracking in %s"
msgstr ""

# public function get_author_display_label() {
# $label = __( 'Translator', 'sitepress' );
# 

msgid "Translator"
msgstr ""

# if ( user_can( $this->get_author_id(), 'manage_options' ) ) {
# $label = __( 'Admin', 'sitepress' );
# }

msgid "Admin"
msgstr ""

# $active_service = $this->get_tp_client()->services()->get_active();
# $service_name = isset( $active_service->name ) ? $active_service->name : esc_html__( 'Translation Service', 'sitepress' );
# 

msgid "Translation Service"
msgstr ""

# $error_message = sprintf(
# esc_html__( 'Could not send the report to %s.', 'sitepress' ),
# $service_name

msgid "Could not send the report to %s."
msgstr ""

# $error_message .= ' ' . sprintf(
# esc_html__( "This means that %s isn't yet aware of the problem in the translation and cannot fix it.", 'sitepress' ),
# $service_name

msgid "This means that %s isn't yet aware of the problem in the translation and cannot fix it."
msgstr ""

# $error_message = sprintf(
# esc_html__( 'Could not fetch the status from %s.', 'sitepress' ),
# $service_name

msgid "Could not fetch the status from %s."
msgstr ""

# $error_message .= ' ' . sprintf(
# esc_html__( "Let's get it working for you. Please contact %1sWPML support%2s and give them the following error details:", 'sitepress' ),
# '<a href="https://wpml.org/forums/forum/english-support/" target="_blank">',

msgid "Let's get it working for you. Please contact %1sWPML support%2s and give them the following error details:"
msgstr ""

# $error_message .= '<br><div class="js-wpml-tf-error-details"><a href="#">' .
# esc_html__( 'Show details', 'sitepress' ) . '</a>' .
# '<pre style="display:none;">' . esc_html( $this->get_tp_client()->feedback()->get_error_message() ) .

msgid "Show details"
msgstr ""

# throw new WPML_TF_Feedback_Update_Exception(
# esc_html__( 'WPML cannot communicate with the remote translation service. Please make sure WPML Translation Management is active.', 'sitepress' )
# );

msgid "WPML cannot communicate with the remote translation service. Please make sure WPML Translation Management is active."
msgstr ""

# $message .= ' ' . sprintf(
# __( 'The trashed feedback will be permanently deleted after %d days.', 'sitepress' ),
# $permanent_trash_delay

msgid "The trashed feedback will be permanently deleted after %d days."
msgstr ""

# 
# $message = _n( '%d feedback was updated.', '%d feedback were updated.', $count_feedback, 'sitepress' );
# 

msgid "%d feedback was updated."
msgstr ""

# 
# $message = _n( '%d feedback was updated.', '%d feedback were updated.', $count_feedback, 'sitepress' );
# 

msgid "%d feedback were updated."
msgstr ""

# 
# $message  = _n( '%d feedback was trashed.', '%d feedback were trashed.', $count_feedback, 'sitepress' );
# $message .= ' ' . sprintf(

msgid "%d feedback was trashed."
msgstr ""

# 
# $message  = _n( '%d feedback was trashed.', '%d feedback were trashed.', $count_feedback, 'sitepress' );
# $message .= ' ' . sprintf(

msgid "%d feedback were trashed."
msgstr ""

# } elseif ( 'untrash' === $action ) {
# $message = _n( '%d feedback was restored.', '%d feedback were restored.', $count_feedback, 'sitepress' );
# } elseif ( 'delete' === $action ) {

msgid "%d feedback was restored."
msgstr ""

# } elseif ( 'untrash' === $action ) {
# $message = _n( '%d feedback was restored.', '%d feedback were restored.', $count_feedback, 'sitepress' );
# } elseif ( 'delete' === $action ) {

msgid "%d feedback were restored."
msgstr ""

# } elseif ( 'delete' === $action ) {
# $message = _n( '%d feedback was permanently deleted.', '%d feedback were permanently deleted.', $count_feedback, 'sitepress' );
# }

msgid "%d feedback was permanently deleted."
msgstr ""

# } elseif ( 'delete' === $action ) {
# $message = _n( '%d feedback was permanently deleted.', '%d feedback were permanently deleted.', $count_feedback, 'sitepress' );
# }

msgid "%d feedback were permanently deleted."
msgstr ""

# 
# $text = '<h2>' . __( 'Want to know if recent translations you received have problems?', 'sitepress' ) . '</h2>';
# $text .= '<p>';

msgid "Want to know if recent translations you received have problems?"
msgstr ""

# $text .= '<p>';
# $text .= __( 'You got back several jobs from translation and they now appear on your site.', 'sitepress' );
# $text .= ' ' . __( 'WPML lets you open these pages for feedback, so that visitors can tell you if they notice anything wrong.', 'sitepress' );

msgid "You got back several jobs from translation and they now appear on your site."
msgstr ""

# $text .= __( 'You got back several jobs from translation and they now appear on your site.', 'sitepress' );
# $text .= ' ' . __( 'WPML lets you open these pages for feedback, so that visitors can tell you if they notice anything wrong.', 'sitepress' );
# $text .= '<br><br>';

msgid "WPML lets you open these pages for feedback, so that visitors can tell you if they notice anything wrong."
msgstr ""

# $text .= '<br><br>';
# $text .= '<a href="' . $settings_url . '" class="button-secondary">' . __( 'Enable Translation Feedback', 'sitepress' ) . '</a>';
# $text .= ' <a href="' . self::DOC_URL . '" target="_blank">' . __( 'Learn more about translation feedback', 'sitepress' ) . '</a>';

msgid "Enable Translation Feedback"
msgstr ""

# $text .= '<a href="' . $settings_url . '" class="button-secondary">' . __( 'Enable Translation Feedback', 'sitepress' ) . '</a>';
# $text .= ' <a href="' . self::DOC_URL . '" target="_blank">' . __( 'Learn more about translation feedback', 'sitepress' ) . '</a>';
# $text .= '</p>';

msgid "Learn more about translation feedback"
msgstr ""

# $translator_name  = get_the_author_meta( 'display_name', $translation_job->translator_id );
# $translator_name .= ' (' . __( 'local translator', 'sitepress' ) . ')';
# } else {

msgid "local translator"
msgstr ""

# } else {
# $translator_name = __( 'Unknown remote translation service', 'sitepress' );
# $tp_client       = $this->get_tp_client();

msgid "Unknown remote translation service"
msgstr ""

# 'count'   => $this->feedback_query->get_total_items_count(),
# 'label'   => __( 'All', 'sitepress' ),
# 'url'     => $this->get_reset_filters_url(),

msgid "All"
msgstr ""

# 'count'   => $this->feedback_query->get_total_trashed_items_count(),
# 'label'   => __( 'Trash', 'sitepress' ),
# 'url'     => $this->get_filter_url( 'status', 'trash' ),

msgid "Trash"
msgstr ""

# 'label'   => sprintf(
# __( 'For "%s"', 'sitepress' ),
# mb_strimwidth( $post->post_title, 0, 40, '...' )

msgid "For \"%s\""
msgstr ""

# $average = get_post_meta( $post_id, self::AVERAGE_KEY, true );
# $title   = sprintf( __( 'Average rating - %s', 'sitepress' ), $average );
# $stars   = round( $average );

msgid "Average rating - %s"
msgstr ""

# 'page_title'    => __( 'Translation Feedback', 'sitepress' ),
# 'page_subtitle' => __( 'Issues with translations', 'sitepress' ),
# 'table_header'  => WPML_TF_Backend_Feedback_Row_View::get_columns_strings(),

msgid "Issues with translations"
msgstr ""

# 'screen_reader' => array(
# 'select_all' => __( 'Select All', 'sitepress' ),
# ),

msgid "Select All"
msgstr ""

# 'pagination'    => array(
# 'list_navigation' => __( 'Feedback list navigation', 'sitepress' ),
# 'first_page'      => __( 'First page', 'sitepress' ),

msgid "Feedback list navigation"
msgstr ""

# 'list_navigation' => __( 'Feedback list navigation', 'sitepress' ),
# 'first_page'      => __( 'First page', 'sitepress' ),
# 'previous_page'   => __( 'Previous page', 'sitepress' ),

msgid "First page"
msgstr ""

# 'first_page'      => __( 'First page', 'sitepress' ),
# 'previous_page'   => __( 'Previous page', 'sitepress' ),
# 'next_page'       => __( 'Next page', 'sitepress' ),

msgid "Previous page"
msgstr ""

# 'previous_page'   => __( 'Previous page', 'sitepress' ),
# 'next_page'       => __( 'Next page', 'sitepress' ),
# 'last_page'       => __( 'Last page', 'sitepress' ),

msgid "Next page"
msgstr ""

# 'next_page'       => __( 'Next page', 'sitepress' ),
# 'last_page'       => __( 'Last page', 'sitepress' ),
# 'current_page'    => __( 'Current page', 'sitepress' ),

msgid "Last page"
msgstr ""

# 'last_page'       => __( 'Last page', 'sitepress' ),
# 'current_page'    => __( 'Current page', 'sitepress' ),
# 'of'              => __( 'of', 'sitepress' ),

msgid "Current page"
msgstr ""

# 'current_page'    => __( 'Current page', 'sitepress' ),
# 'of'              => __( 'of', 'sitepress' ),
# ),

msgid "of"
msgstr ""

# 'bulk_actions'  => array(
# 'select'       => __( 'Select bulk action', 'sitepress' ),
# 'apply_button' => __( 'Apply', 'sitepress' ),

msgid "Select bulk action"
msgstr ""

# 'options'      => array(
# '-1'      => __( 'Bulk Actions', 'sitepress' ),
# 'fixed'   => __( 'Mark as fixed', 'sitepress' ),

msgid "Bulk Actions"
msgstr ""

# '-1'      => __( 'Bulk Actions', 'sitepress' ),
# 'fixed'   => __( 'Mark as fixed', 'sitepress' ),
# 'pending' => __( 'Mark as new', 'sitepress' ),

msgid "Mark as fixed"
msgstr ""

# 'fixed'   => __( 'Mark as fixed', 'sitepress' ),
# 'pending' => __( 'Mark as new', 'sitepress' ),
# 'trash'   => __( 'Move to trash', 'sitepress' ),

msgid "Mark as new"
msgstr ""

# 'pending' => __( 'Mark as new', 'sitepress' ),
# 'trash'   => __( 'Move to trash', 'sitepress' ),
# 

msgid "Move to trash"
msgstr ""

# 'row_details'   => WPML_TF_Backend_Feedback_Row_View::get_details_strings(),
# 'no_feedback'   => __( 'No feedback found.', 'sitepress' ),
# );

msgid "No feedback found."
msgstr ""

# '-1'      => __( 'Bulk Actions', 'sitepress' ),
# 'untrash' => __( 'Restore', 'sitepress' ),
# 'delete'  => __( 'Delete permanently', 'sitepress' ),

msgid "Restore"
msgstr ""

# 'untrash' => __( 'Restore', 'sitepress' ),
# 'delete'  => __( 'Delete permanently', 'sitepress' ),
# 

msgid "Delete permanently"
msgstr ""

# return array(
# 'feedback' => __( 'Feedback', 'sitepress' ),
# 'rating'   => __( 'Rating', 'sitepress' ),

msgid "Feedback"
msgstr ""

# 'feedback' => __( 'Feedback', 'sitepress' ),
# 'rating'   => __( 'Rating', 'sitepress' ),
# 'status'   => __( 'Status', 'sitepress' ),

msgid "Rating"
msgstr ""

# 'rating'   => __( 'Rating', 'sitepress' ),
# 'status'   => __( 'Status', 'sitepress' ),
# 'document' => __( 'Translated post', 'sitepress' ),

msgid "Status"
msgstr ""

# 'status'   => __( 'Status', 'sitepress' ),
# 'document' => __( 'Translated post', 'sitepress' ),
# 'date'     => __( 'Date', 'sitepress' ),

msgid "Translated post"
msgstr ""

# 'document' => __( 'Translated post', 'sitepress' ),
# 'date'     => __( 'Date', 'sitepress' ),
# );

msgid "Date"
msgstr ""

# return array(
# 'select_validation' => __( 'Select Validation', 'sitepress' ),
# 'inline_actions'    => array(

msgid "Select Validation"
msgstr ""

# 'inline_actions'    => array(
# 'review'    => __( 'Review', 'sitepress' ),
# 'trash'     => __( 'Trash', 'sitepress' ),

msgid "Review"
msgstr ""

# 'trash'     => __( 'Trash', 'sitepress' ),
# 'view_post' => __( 'View post', 'sitepress' ),
# 'untrash'   => __( 'Restore', 'sitepress' ),

msgid "View post"
msgstr ""

# 'title'                     => __( 'Translation Feedback', 'sitepress' ),
# 'translation'               => __( 'Translation:', 'sitepress' ),
# 'edit_translation'          => __( 'Edit translation', 'sitepress' ),

msgid "Translation:"
msgstr ""

# 'translation'               => __( 'Translation:', 'sitepress' ),
# 'edit_translation'          => __( 'Edit translation', 'sitepress' ),
# 'original_post'             => __( 'Original post:', 'sitepress' ),

msgid "Edit translation"
msgstr ""

# 'edit_translation'          => __( 'Edit translation', 'sitepress' ),
# 'original_post'             => __( 'Original post:', 'sitepress' ),
# 'rating'                    => __( 'Rating:', 'sitepress' ),

msgid "Original post:"
msgstr ""

# 'original_post'             => __( 'Original post:', 'sitepress' ),
# 'rating'                    => __( 'Rating:', 'sitepress' ),
# 'feedback'                  => __( 'Feedback:', 'sitepress' ),

msgid "Rating:"
msgstr ""

# 'rating'                    => __( 'Rating:', 'sitepress' ),
# 'feedback'                  => __( 'Feedback:', 'sitepress' ),
# 'edit_feedback'             => __( 'Edit feedback', 'sitepress' ),

msgid "Feedback:"
msgstr ""

# 'feedback'                  => __( 'Feedback:', 'sitepress' ),
# 'edit_feedback'             => __( 'Edit feedback', 'sitepress' ),
# 'status'                    => __( 'Status:', 'sitepress' ),

msgid "Edit feedback"
msgstr ""

# 'edit_feedback'             => __( 'Edit feedback', 'sitepress' ),
# 'status'                    => __( 'Status:', 'sitepress' ),
# 'refresh_status'            => __( 'Check for updates', 'sitepress' ),

msgid "Status:"
msgstr ""

# 'status'                    => __( 'Status:', 'sitepress' ),
# 'refresh_status'            => __( 'Check for updates', 'sitepress' ),
# 'translated_by'             => __( 'Translated by:', 'sitepress' ),

msgid "Check for updates"
msgstr ""

# 'refresh_status'            => __( 'Check for updates', 'sitepress' ),
# 'translated_by'             => __( 'Translated by:', 'sitepress' ),
# 'corrected_by'              => __( 'Corrected by:', 'sitepress' ),

msgid "Translated by:"
msgstr ""

# 'translated_by'             => __( 'Translated by:', 'sitepress' ),
# 'corrected_by'              => __( 'Corrected by:', 'sitepress' ),
# 'reviewed_by'               => __( 'Reviewed by:', 'sitepress' ),

msgid "Corrected by:"
msgstr ""

# 'corrected_by'              => __( 'Corrected by:', 'sitepress' ),
# 'reviewed_by'               => __( 'Reviewed by:', 'sitepress' ),
# 'add_note_to_translator'    => __( 'Add a note to the translator', 'sitepress' ),

msgid "Reviewed by:"
msgstr ""

# 'reviewed_by'               => __( 'Reviewed by:', 'sitepress' ),
# 'add_note_to_translator'    => __( 'Add a note to the translator', 'sitepress' ),
# 'add_note_to_admin'         => __( 'Add a note to the administrator', 'sitepress' ),

msgid "Add a note to the translator"
msgstr ""

# 'add_note_to_translator'    => __( 'Add a note to the translator', 'sitepress' ),
# 'add_note_to_admin'         => __( 'Add a note to the administrator', 'sitepress' ),
# 'communication'             => __( 'Communication:', 'sitepress' ),

msgid "Add a note to the administrator"
msgstr ""

# 'add_note_to_admin'         => __( 'Add a note to the administrator', 'sitepress' ),
# 'communication'             => __( 'Communication:', 'sitepress' ),
# 'reply_to_translator_label' => __( 'Reply to translator:', 'sitepress' ),

msgid "Communication:"
msgstr ""

# 'communication'             => __( 'Communication:', 'sitepress' ),
# 'reply_to_translator_label' => __( 'Reply to translator:', 'sitepress' ),
# 'reply_to_admin_label'      => __( 'Reply to admin:', 'sitepress' ),

msgid "Reply to translator:"
msgstr ""

# 'reply_to_translator_label' => __( 'Reply to translator:', 'sitepress' ),
# 'reply_to_admin_label'      => __( 'Reply to admin:', 'sitepress' ),
# 'cancel_button'             => __( 'Cancel', 'sitepress' ),

msgid "Reply to admin:"
msgstr ""

# 'translation_fixed_button'  => __( 'Mark as fixed', 'sitepress' ),
# 'no_translator_available'   => __( 'No translator available for this language pair.', 'sitepress' ),
# );

msgid "No translator available for this language pair."
msgstr ""

# 'section_title'              => __( 'Translation Feedback', 'sitepress' ),
# 'button_mode_section_title'  => __( 'Translation Feedback button on front-end:', 'sitepress' ),
# 'icon_style_section_title'   => __( 'Icon style:', 'sitepress' ),

msgid "Translation Feedback button on front-end:"
msgstr ""

# 'button_mode_section_title'  => __( 'Translation Feedback button on front-end:', 'sitepress' ),
# 'icon_style_section_title'   => __( 'Icon style:', 'sitepress' ),
# 'languages_to_section_title' => __( 'Show Translation Feedback module for these languages:', 'sitepress' ),

msgid "Icon style:"
msgstr ""

# 'icon_style_section_title'   => __( 'Icon style:', 'sitepress' ),
# 'languages_to_section_title' => __( 'Show Translation Feedback module for these languages:', 'sitepress' ),
# 'expiration_section_title'   => __( 'Expiration date for Translation Feedback module:', 'sitepress' ),

msgid "Show Translation Feedback module for these languages:"
msgstr ""

# 'languages_to_section_title' => __( 'Show Translation Feedback module for these languages:', 'sitepress' ),
# 'expiration_section_title'   => __( 'Expiration date for Translation Feedback module:', 'sitepress' ),
# );

msgid "Expiration date for Translation Feedback module:"
msgstr ""

# 'value'    => 1,
# 'label'    => __( 'Enable Translation Feedback module', 'sitepress' ),
# 'selected' => $this->settings->is_enabled(),

msgid "Enable Translation Feedback module"
msgstr ""

# 'value'    => WPML_TF_Settings::BUTTON_MODE_LEFT,
# 'label'    => __( 'Show on the left side of the screen', 'sitepress' ),
# 'selected' => false,

msgid "Show on the left side of the screen"
msgstr ""

# 'value'    => WPML_TF_Settings::BUTTON_MODE_RIGHT,
# 'label'    => __( 'Show on the right side of the screen', 'sitepress' ),
# 'selected' => false,

msgid "Show on the right side of the screen"
msgstr ""

# 'value'    => WPML_TF_Settings::BUTTON_MODE_CUSTOM,
# 'label'    => __( 'I will add it manually (%1$sinstructions%2$s)', 'sitepress' ),
# 'link'     => 'https://wpml.org/wpml-hook/wpml_tf_feedback_open_link/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore',

msgid "I will add it manually (%1$sinstructions%2$s)"
msgstr ""

# 'value'    => WPML_TF_Settings::BUTTON_MODE_DISABLED,
# 'label'    => __( 'Do not show it', 'sitepress' ),
# 'selected' => false,

msgid "Do not show it"
msgstr ""

# 'value'    => WPML_TF_Settings::DISPLAY_ALWAYS,
# 'label'    => __( 'Always ask for feedback (no time limit for feedback)', 'sitepress' ),
# 'selected' => false,

msgid "Always ask for feedback (no time limit for feedback)"
msgstr ""

# 'value'    => WPML_TF_Settings::EXPIRATION_ON_PUBLISH_OR_UPDATE,
# 'label'    => __( 'published or updated', 'sitepress' ),
# 'selected' => false,

msgid "published or updated"
msgstr ""

# 'value'    => WPML_TF_Settings::EXPIRATION_ON_PUBLISH_ONLY,
# 'label'    => __( 'published', 'sitepress' ),
# 'selected' => false,

msgid "published"
msgstr ""

# 'value'    => WPML_TF_Settings::EXPIRATION_ON_UPDATE_ONLY,
# 'label'    => __( 'updated', 'sitepress' ),
# 'selected' => false,

msgid "updated"
msgstr ""

# 'value'    => WPML_TF_Settings::DELAY_DAY,
# 'label'    => __( 'day(s)', 'sitepress' ),
# 'selected' => false,

msgid "day(s)"
msgstr ""

# 'value'    => WPML_TF_Settings::DELAY_WEEK,
# 'label'    => __( 'week(s)', 'sitepress' ),
# 'selected' => false,

msgid "week(s)"
msgstr ""

# 'value'    => WPML_TF_Settings::DELAY_MONTH,
# 'label'    => __( 'month(s)', 'sitepress' ),
# 'selected' => false,

msgid "month(s)"
msgstr ""

# 'value'    => WPML_TF_Settings::DISPLAY_CUSTOM,
# 'label'    => esc_html__( 'Ask for feedback about translated content that was %1$s in the last %2$s %3$s', 'sitepress' ),
# 'selected' => false,

msgid "Ask for feedback about translated content that was %1$s in the last %2$s %3$s"
msgstr ""

# 'strings'       => array(
# 'dialog_title'      => __( 'Rate translation', 'sitepress' ),
# 'thank_you_rating'  => __( 'Thank you for your rating!', 'sitepress' ),

msgid "Rate translation"
msgstr ""

# 'dialog_title'      => __( 'Rate translation', 'sitepress' ),
# 'thank_you_rating'  => __( 'Thank you for your rating!', 'sitepress' ),
# 'thank_you_comment' => __( 'Thank you for your rating and comment!', 'sitepress' ),

msgid "Thank you for your rating!"
msgstr ""

# 'thank_you_rating'  => __( 'Thank you for your rating!', 'sitepress' ),
# 'thank_you_comment' => __( 'Thank you for your rating and comment!', 'sitepress' ),
# 'translated_from'   => __( 'This page was translated from:', 'sitepress' ),

msgid "Thank you for your rating and comment!"
msgstr ""

# 'thank_you_comment' => __( 'Thank you for your rating and comment!', 'sitepress' ),
# 'translated_from'   => __( 'This page was translated from:', 'sitepress' ),
# 'please_rate'       => __( 'Please rate this translation:', 'sitepress' ),

msgid "This page was translated from:"
msgstr ""

# 'translated_from'   => __( 'This page was translated from:', 'sitepress' ),
# 'please_rate'       => __( 'Please rate this translation:', 'sitepress' ),
# 'your_rating'       => __( 'Your rating:', 'sitepress' ),

msgid "Please rate this translation:"
msgstr ""

# 'please_rate'       => __( 'Please rate this translation:', 'sitepress' ),
# 'your_rating'       => __( 'Your rating:', 'sitepress' ),
# 'star5_title'       => __( 'It is perfect!', 'sitepress' ),

msgid "Your rating:"
msgstr ""

# 'your_rating'       => __( 'Your rating:', 'sitepress' ),
# 'star5_title'       => __( 'It is perfect!', 'sitepress' ),
# 'star4_title'       => __( 'It is OK', 'sitepress' ),

msgid "It is perfect!"
msgstr ""

# 'star5_title'       => __( 'It is perfect!', 'sitepress' ),
# 'star4_title'       => __( 'It is OK', 'sitepress' ),
# 'star3_title'       => __( 'It could be improved', 'sitepress' ),

msgid "It is OK"
msgstr ""

# 'star4_title'       => __( 'It is OK', 'sitepress' ),
# 'star3_title'       => __( 'It could be improved', 'sitepress' ),
# 'star2_title'       => __( 'I can see a lot of language errors', 'sitepress' ),

msgid "It could be improved"
msgstr ""

# 'star3_title'       => __( 'It could be improved', 'sitepress' ),
# 'star2_title'       => __( 'I can see a lot of language errors', 'sitepress' ),
# 'star1_title'       => __( "I can't understand anything", 'sitepress' ),

msgid "I can see a lot of language errors"
msgstr ""

# 'star2_title'       => __( 'I can see a lot of language errors', 'sitepress' ),
# 'star1_title'       => __( "I can't understand anything", 'sitepress' ),
# 'change_rating'     => __( 'Change', 'sitepress' ),

msgid "I can't understand anything"
msgstr ""

# 'star1_title'       => __( "I can't understand anything", 'sitepress' ),
# 'change_rating'     => __( 'Change', 'sitepress' ),
# 'error_examples'    => __( 'Please give some examples of errors and how would you improve them:', 'sitepress' ),

msgid "Change"
msgstr ""

# 'change_rating'     => __( 'Change', 'sitepress' ),
# 'error_examples'    => __( 'Please give some examples of errors and how would you improve them:', 'sitepress' ),
# 'send_button'       => __( 'Send', 'sitepress' ),

msgid "Please give some examples of errors and how would you improve them:"
msgstr ""

# 'error_examples'    => __( 'Please give some examples of errors and how would you improve them:', 'sitepress' ),
# 'send_button'       => __( 'Send', 'sitepress' ),
# 'honeypot_label'    => __( 'If you are a human, do not fill in this field.', 'sitepress' ),

msgid "Send"
msgstr ""

# 'send_button'       => __( 'Send', 'sitepress' ),
# 'honeypot_label'    => __( 'If you are a human, do not fill in this field.', 'sitepress' ),
# ),

msgid "If you are a human, do not fill in this field."
msgstr ""

# 'strings'             => array(
# 'form_open_title' => __( 'Rate translation of this page', 'sitepress' ),
# ),

msgid "Rate translation of this page"
msgstr ""

# protected function msgUserNotFound() {
# return __( 'User not found', 'sitepress' );
# }

msgid "User not found"
msgstr ""

# 'username'        => $manager->display_name,
# 'intro_message_1' => sprintf( __( 'You are the Translation Manager for %s. This role lets you manage everything related to translation for this site.', 'sitepress' ), $siteName ),
# 'intro_message_2' => __( 'Before you can start sending content to translation, you need to complete a short setup.', 'sitepress' ),

msgid "You are the Translation Manager for %s. This role lets you manage everything related to translation for this site."
msgstr ""

# 'intro_message_1' => sprintf( __( 'You are the Translation Manager for %s. This role lets you manage everything related to translation for this site.', 'sitepress' ), $siteName ),
# 'intro_message_2' => __( 'Before you can start sending content to translation, you need to complete a short setup.', 'sitepress' ),
# 'setup'           => __( 'Set-up the translation', 'sitepress' ),

msgid "Before you can start sending content to translation, you need to complete a short setup."
msgstr ""

# 'intro_message_2' => __( 'Before you can start sending content to translation, you need to complete a short setup.', 'sitepress' ),
# 'setup'           => __( 'Set-up the translation', 'sitepress' ),
# 'reminder'        => sprintf( __( '* Remember, your login name for %1$s is %2$s. If you need help with your password, use the password reset in the login page.', 'sitepress' ), $siteName, $manager->user_login ),

msgid "Set-up the translation"
msgstr ""

# 'setup'           => __( 'Set-up the translation', 'sitepress' ),
# 'reminder'        => sprintf( __( '* Remember, your login name for %1$s is %2$s. If you need help with your password, use the password reset in the login page.', 'sitepress' ), $siteName, $manager->user_login ),
# 'at_your_service' => __( 'At your service', 'sitepress' ),

msgid "* Remember, your login name for %1$s is %2$s. If you need help with your password, use the password reset in the login page."
msgstr ""

# 'reminder'        => sprintf( __( '* Remember, your login name for %1$s is %2$s. If you need help with your password, use the password reset in the login page.', 'sitepress' ), $siteName, $manager->user_login ),
# 'at_your_service' => __( 'At your service', 'sitepress' ),
# 'admin_name'      => $adminUser->display_name,

msgid "At your service"
msgstr ""

# 'admin_name'      => $adminUser->display_name,
# 'admin_for_site'  => sprintf( __( 'Administrator for %s', 'sitepress' ), $siteName ),
# ];

msgid "Administrator for %s"
msgstr ""

# );
# $subject = sprintf( __( 'You are now the Translation Manager for %s - action needed', 'sitepress' ), $siteName );
# 

msgid "You are now the Translation Manager for %s - action needed"
msgstr ""

# } else {
# return Either::left( __( 'The user could not be created', 'sitepress' ) );
# }

msgid "The user could not be created"
msgstr ""

# <input id="wpml_fix_tables_collation" type="button" class="button-secondary"
# value="<?php _e( 'Fix WPML tables collation', 'sitepress' ); ?>"/><br/>
# <?php wp_nonce_field( self::AJAX_ACTION, 'wpml-fix-tables-collation-nonce' ); ?>

msgid "Fix WPML tables collation"
msgstr ""

# <?php wp_nonce_field( self::AJAX_ACTION, 'wpml-fix-tables-collation-nonce' ); ?>
# <small style="margin-left:10px;"><?php esc_attr_e( 'Fixes the collation of WPML tables in order to match the collation of default WP tables.', 'sitepress' ); ?></small>
# </p>

msgid "Fixes the collation of WPML tables in order to match the collation of default WP tables."
msgstr ""

# if ( ! $response ) {
# wp_send_json_error( array( 'message' => esc_html__( 'Invalid nonce.', 'sitepress' ) ) );
# return $response;

msgid "Invalid nonce."
msgstr ""

# if ( ! array_key_exists( 'post_type', $_POST ) || ! array_key_exists( 'batch_number', $_POST ) ) {
# wp_send_json_error( array( 'message' => esc_html__( 'Some parameters are missing for this request.', 'sitepress' ) ) );
# return;

msgid "Some parameters are missing for this request."
msgstr ""

# 'batch_number' => $new_batch_number,
# 'message'      => sprintf( esc_html__( 'Running now batch #%d', 'sitepress' ), $new_batch_number ),
# );

msgid "Running now batch #%d"
msgstr ""

# $response_data['completed'] = true;
# $response_data['message']   = sprintf( esc_html__( 'Completed: %1$d posts were processed for "%2$s".', 'sitepress' ), $total_posts_processed, $post_type );
# }

msgid "Completed: %1$d posts were processed for \"%2$s\"."
msgstr ""

# class="button-secondary wpml-button-lock js-wpml-sync-lock"
# title="<?php esc_html_e( 'This setting is controlled by a wpml-config.xml file. Click here to unlock and override this setting.', 'sitepress' ); ?>"
# data-radio-name="<?php echo $radio_name; ?>"

msgid "This setting is controlled by a wpml-config.xml file. Click here to unlock and override this setting."
msgstr ""

# <div class="js-thankyou-content" style="display: none">
# <p><?php echo sprintf( esc_html__( 'Thank you for choosing. You can always change your selection in %sPost Types Translation setup%s.', 'sitepress' ), '<a href="' . $setup_url . '">', '</a>' ); ?></p>
# </div>

msgid "Thank you for choosing. You can always change your selection in %sPost Types Translation setup%s."
msgstr ""

# <div class="js-main-content">
# <h2><?php esc_html_e( 'Display mode for blog posts has changed', 'sitepress' ); ?></h2>
# 

msgid "Display mode for blog posts has changed"
msgstr ""

# 
# <p><?php esc_html_e( 'Until now, your site was set to display "all blog posts", even if they are not translated. That feature is now replaced with a better and more complete translation mode.', 'sitepress' ); ?></p>
# 

msgid "Until now, your site was set to display \"all blog posts\", even if they are not translated. That feature is now replaced with a better and more complete translation mode."
msgstr ""

# 
# <p><?php esc_html_e( "Which blog posts do you want to display on your site's translations?", 'sitepress' ); ?></p>
# 

msgid "Which blog posts do you want to display on your site's translations?"
msgstr ""

# <p><label><input type="radio" name="mode"
# value="display-as-translated"/> <?php esc_html_e( "Blog posts from the site's default language, or translations when they exist", 'sitepress' ); ?>
# </label></p>

msgid "Blog posts from the site's default language, or translations when they exist"
msgstr ""

# <p><label><input type="radio" name="mode"
# value="translate"/> <?php esc_html_e( "Only translated blog posts (never display posts from the default language on translation languages)", 'sitepress' ); ?>
# </label></p>

msgid "Only translated blog posts (never display posts from the default language on translation languages)"
msgstr ""

# $data = array(
# 'response' => esc_html__( 'The upgrade is complete.', 'sitepress' ),
# 'complete' => true,

msgid "The upgrade is complete."
msgstr ""

# $data = array(
# 'response' => sprintf( esc_html__( '%d items remaining...', 'sitepress' ), $remaining ),
# 'complete' => false,

msgid "%d items remaining..."
msgstr ""

# var errorData = '<p>status code: '+jqXHR.status+'</p><p>errorThrown: ' + errorThrown + '</p><p>jqXHR.responseText:</p><div>'+jqXHR.responseText + '</div>';
# upgradeProgress.html( '<?php echo esc_html__( 'The following exception has occurred while running the migration, please try again later or contact support if the problem persists.', 'sitepress' ); ?><hr>' + errorData );
# console.log('jqXHR:');

msgid "The following exception has occurred while running the migration, please try again later or contact support if the problem persists."
msgstr ""

# <div class="js-main-content">
# <h2><?php esc_html_e( "WPML needs to upgrade the post's media information.", 'sitepress' ); ?></h2>
# 

msgid "WPML needs to upgrade the post's media information."
msgstr ""

# 
# <p><?php esc_html_e( "We couldn't complete the whole process in one request. Please click on the \"Upgrade\" button to continue.", 'sitepress' ); ?></p>
# 

msgid "We couldn't complete the whole process in one request. Please click on the \"Upgrade\" button to continue."
msgstr ""

# <input type="button" class="button-primary" name="upgrade" value="<?php esc_attr_e( 'Upgrade' ); ?>"/>
# <span class="js-wpml-upgrade-progress" style="display:none"><?php esc_html_e( 'Starting...', 'sitepress' ); ?></span>
# <?php wp_nonce_field( $action . '-nonce', $action . '-nonce' ); ?>

msgid "Starting..."
msgstr ""

# $options[] = array(
# 'label'    => __( 'Choose language:', 'sitepress' ),
# 'value'    => 0,

msgid "Choose language:"
msgstr ""

# return [
# 'listNavigation' => __( 'Navigation', 'sitepress' ),
# 'firstPage'      => __( 'First page', 'sitepress' ),

msgid "Navigation"
msgstr ""

# 'totalItemsText' => sprintf(
# _n( '%s item', '%s items', $totalItems, 'sitepress' ),
# $totalItems

msgid "%s item"
msgstr ""

# 'totalItemsText' => sprintf(
# _n( '%s item', '%s items', $totalItems, 'sitepress' ),
# $totalItems

msgid "%s items"
msgstr ""

# src="' . esc_url( $url ) . '"
# alt="' . esc_attr( sprintf( __( 'Flag for %s', 'sitepress' ), $lang_code ) ) . '"
# />';

msgid "Flag for %s"
msgstr ""

# if ( '' === trim( $url ) ) {
# $errors[] = __( 'The URL of the HTML file is required', 'sitepress' );
# 

msgid "The URL of the HTML file is required"
msgstr ""

# if ( $this->is_external( $url ) ) {
# $errors[] = __( 'You are trying to use an external URL: this is not allowed.', 'sitepress' );
# 

msgid "You are trying to use an external URL: this is not allowed."
msgstr ""

# if ( 200 !== (int) $response['response']['code'] ) {
# $errors[] = __( 'An attempt to open the URL specified as a root page failed with the following error:', 'sitepress' );
# $errors[] = $response['response']['code'] . ': ' . $response['response']['message'];

msgid "An attempt to open the URL specified as a root page failed with the following error:"
msgstr ""

# $permalinks_settings_url = get_admin_url( null, 'options-permalink.php' );
# $save_permalinks_link    = '<a href="' . $permalinks_settings_url . '">' . _x( 're-save the site permalinks', 'You may need to {re-save the site permalinks} - 2/2', 'sitepress' ) . '</a>';
# $save_permalinks_message = sprintf( _x( 'You may need to %s.', 'You may need to {re-save the site permalinks} - 1/2', 'sitepress' ), $save_permalinks_link );

msgctxt "You may need to {re-save the site permalinks} - 2/2"
msgid "re-save the site permalinks"
msgstr ""

# $save_permalinks_link    = '<a href="' . $permalinks_settings_url . '">' . _x( 're-save the site permalinks', 'You may need to {re-save the site permalinks} - 2/2', 'sitepress' ) . '</a>';
# $save_permalinks_message = sprintf( _x( 'You may need to %s.', 'You may need to {re-save the site permalinks} - 1/2', 'sitepress' ), $save_permalinks_link );
# wp_send_json_success( $save_permalinks_message );

msgctxt "You may need to {re-save the site permalinks} - 1/2"
msgid "You may need to %s."
msgstr ""

# 'show_please_select' => true,
# 'please_select_text' => __( '-- Please select --', 'sitepress' ),
# 'selected'           => '',

msgid "-- Please select --"
msgstr ""

# if ( 1 === $languages_count ) {
# $text   = __( 'You need to configure at least one more language in order to access "Theme and plugins localization" and "Media translation".', 'sitepress' );
# $notice = new WPML_Notice( self::NOTICE_ID_MISSING_MENU_ITEMS, $text, self::NOTICE_GROUP );

msgid "You need to configure at least one more language in order to access \"Theme and plugins localization\" and \"Media translation\"."
msgstr ""

# if ( $not_found_languages ) {
# $list_item_pattern = __( '%1$s (current locale: %2$s) - suggested locale(s): %3$s', 'sitepress' );
# 

msgid "%1$s (current locale: %2$s) - suggested locale(s): %3$s"
msgstr ""

# $text .= '<p>';
# $text .= __( 'WordPress cannot automatically download translations for the following languages:', 'sitepress' );
# $text .= '</p>';

msgid "WordPress cannot automatically download translations for the following languages:"
msgstr ""

# $languages_edit_link  = '<a href="' . $languages_edit_url . '">';
# $languages_edit_link .= __( 'Edit Languages', 'sitepress' );
# $languages_edit_link .= '</a>';

msgid "Edit Languages"
msgstr ""

# $text .= '<p>';
# $text .= sprintf( __( 'To fix, open "%s" and set the "default locale" values as shown above.', 'sitepress' ), $languages_edit_link );
# $text .= '</p>';

msgid "To fix, open \"%s\" and set the \"default locale\" values as shown above."
msgstr ""

# 'code'        => 'all',
# 'native_name' => __( 'All Languages', 'sitepress' ),
# );

msgid "All Languages"
msgstr ""

# 'strings'           => array(
# 'label' => __( 'Display on language:', 'sitepress' ),
# ),

msgid "Display on language:"
msgstr ""

# /* translators: "%s" will be replaced with a link to "WPML Site Languages section" page */
# $message = sprintf( __( 'When WPML is activated, the site language should be changed in the %s.', 'sitepress' ), $link );
# 

msgid "When WPML is activated, the site language should be changed in the %s."
msgstr ""

# /* translators: "WPML Site Languages section" is the title of the WPML settings page where administrators can configure the site's languages */
# esc_html__( 'WPML Site Languages section', 'sitepress' ) .
# '</a>';

msgid "WPML Site Languages section"
msgstr ""

# 
# $show_logs = $notices->get_new_notice_action( __( 'Detailed error log', 'sitepress' ), $log_url );
# 

msgid "Detailed error log"
msgstr ""

# );
# $retry     = $notices->get_new_notice_action( __( 'Retry', 'sitepress' ), $retry_url, false, false, true );
# 

msgid "Retry"
msgstr ""

# 
# $text = '<p>' . esc_html__( 'WPML could not load configuration files, which your site needs.', 'sitepress' ) . '</p>';
# 

msgid "WPML could not load configuration files, which your site needs."
msgstr ""

# 'strings' => array(
# 'title'     => __( 'Remote XML Config Log', 'sitepress' ),
# 'message'   => __( "WPML needs to load configuration files, which tell it how to translate your theme and the plugins that you use. If there's a problem, use the Retry button. If the problem continues, contact WPML support, show the error details and we'll help you resolve it.", 'sitepress' ),

msgid "Remote XML Config Log"
msgstr ""

# 'title'     => __( 'Remote XML Config Log', 'sitepress' ),
# 'message'   => __( "WPML needs to load configuration files, which tell it how to translate your theme and the plugins that you use. If there's a problem, use the Retry button. If the problem continues, contact WPML support, show the error details and we'll help you resolve it.", 'sitepress' ),
# 'details'   => __( 'Details', 'sitepress' ),

msgid "WPML needs to load configuration files, which tell it how to translate your theme and the plugins that you use. If there's a problem, use the Retry button. If the problem continues, contact WPML support, show the error details and we'll help you resolve it."
msgstr ""

# 'message'   => __( "WPML needs to load configuration files, which tell it how to translate your theme and the plugins that you use. If there's a problem, use the Retry button. If the problem continues, contact WPML support, show the error details and we'll help you resolve it.", 'sitepress' ),
# 'details'   => __( 'Details', 'sitepress' ),
# 'empty_log' => __( 'The remote XML Config Log is empty', 'sitepress' ),

msgid "Details"
msgstr ""

# 'details'   => __( 'Details', 'sitepress' ),
# 'empty_log' => __( 'The remote XML Config Log is empty', 'sitepress' ),
# ),

msgid "The remote XML Config Log is empty"
msgstr ""

# 'clear' => array(
# 'label' => __( 'Clear log', 'sitepress' ),
# 'url'   => null,

msgid "Clear log"
msgstr ""

# 'icl_duplicate_message' => $success,
# 'icl_duplicate_fail'    => __( 'Unable to remove relationship!', 'sitepress' ),
# );

msgid "Unable to remove relationship!"
msgstr ""

# public function localize_scripts() {
# $success        = _x( 'You are updating a duplicate post.', '1/2 Confirm to make duplicated translations independent', 'sitepress' ) . "\n";
# $success       .= _x( 'To not lose your changes, WPML will set this post to be translated independently.', '2/2 Confirm to make duplicated translations independent', 'sitepress' ) . "\n";

msgctxt "1/2 Confirm to make duplicated translations independent"
msgid "You are updating a duplicate post."
msgstr ""

# $success        = _x( 'You are updating a duplicate post.', '1/2 Confirm to make duplicated translations independent', 'sitepress' ) . "\n";
# $success       .= _x( 'To not lose your changes, WPML will set this post to be translated independently.', '2/2 Confirm to make duplicated translations independent', 'sitepress' ) . "\n";
# $duplicate_data = array(

msgctxt "2/2 Confirm to make duplicated translations independent"
msgid "To not lose your changes, WPML will set this post to be translated independently."
msgstr ""

# private function get_message() {
# $msg = esc_html_x(
# 'You are using DIVI theme, and you have chosen to use the standard editor for translating content.',

msgctxt "Use Translation Editor notice 1/3"
msgid "You are using DIVI theme, and you have chosen to use the standard editor for translating content."
msgstr ""

# 
# $msg .= ' ' . esc_html_x(
# 'Some functionalities may not work properly. We encourage you to switch to use the Translation Editor.',

msgctxt "Use Translation Editor notice 2/3"
msgid "Some functionalities may not work properly. We encourage you to switch to use the Translation Editor."
msgstr ""

# /* translators: %s will be replaced with a URL. */
# esc_html_x(
# 'You can find more information here: %s',

msgctxt "Use Translation Editor notice 2/3"
msgid "You can find more information here: %s"
msgstr ""

# // translators: 1 and 2 are html <strong></strong> tags.
# __( '%1$sWarning:%2$s You are trying to add a translation using the Fusion Builder Live editor but your site is configured to use the WPML Translation Editor.', 'sitepress' ),
# '<strong>',

msgid "%1$sWarning:%2$s You are trying to add a translation using the Fusion Builder Live editor but your site is configured to use the WPML Translation Editor."
msgstr ""

# $message = '<p>' . $message . '</p>';
# $button  = '<button>' . __( 'OK', 'sitepress' ) . '</button>';
# $warning = '<div class="wpml-fusion-builder-live-edit-warning"><div class="wpml-message">' . $message . $button . '</div></div>';

msgid "OK"
msgstr ""

# if ( 1 < count( $languages ) ) {
# echo isset( $before ) ? esc_html( $before ) : esc_html__( 'This post is also available in: ', 'sitepress' );
# foreach ( $languages as $l ) {

msgid "This post is also available in: "
msgstr ""

# /* general string translation */
# $translation_priority_default = __( 'Optional', 'sitepress' );
# $table_name                   = $wpdb->prefix . 'icl_strings';

msgid "Optional"
msgstr ""

# $sitepress->switch_locale( $lang_code );
# $tr_cat  = __( 'Uncategorized', 'sitepress' );
# $tr_cat  = $tr_cat === 'Uncategorized' && $lang_code !== 'en' ? 'Uncategorized @' . $lang_code : $tr_cat;

msgid "Uncategorized"
msgstr ""

# if ( ! $batch_data || ! isset( $batch_data->batch_name ) ) {
# $batch_name = __( 'No Batch', 'sitepress' );
# } else {

msgid "No Batch"
msgstr ""

# array(
# 'title'     => __( 'Contact the translator', 'sitepress' ),
# 'unload_cb' => 'icl_thickbox_refresh',

msgid "Contact the translator"
msgstr ""

# case ICL_TM_NOT_TRANSLATED:
# $text = __( 'Not translated', 'sitepress' );
# break;

msgid "Not translated"
msgstr ""

# case ICL_TM_WAITING_FOR_TRANSLATOR:
# $text = __( 'Waiting for translator', 'sitepress' );
# break;

msgid "Waiting for translator"
msgstr ""

# case ICL_TM_IN_PROGRESS:
# $text = __( 'In progress', 'sitepress' );
# break;

msgid "In progress"
msgstr ""

# case ICL_TM_NEEDS_UPDATE:
# $text = __( 'Needs update', 'sitepress' );
# break;

msgid "Needs update"
msgstr ""

# case ICL_TM_DUPLICATE:
# $text = __( 'Duplicate', 'sitepress' );
# break;

msgid "Duplicate"
msgstr ""

# case ICL_TM_COMPLETE:
# $text = __( 'Complete', 'sitepress' );
# break;

msgid "Complete"
msgstr ""

# case ICL_TM_TRANSLATION_READY_TO_DOWNLOAD:
# $text = __( 'Translation ready to download', 'sitepress' );
# break;

msgid "Translation ready to download"
msgstr ""

# case ICL_TM_ATE_NEEDS_RETRY:
# $text = __( 'In progress - needs retry', 'sitepress' );
# break;

msgid "In progress - needs retry"
msgstr ""

# } else {
# $error = sprintf( __( 'Translation entry not found for: %d', 'sitepress' ), $job_id );
# }

msgid "Translation entry not found for: %d"
msgstr ""

# if ( ! $error ) {
# $message = __( 'Job removed', 'sitepress' );
# }

msgid "Job removed"
msgstr ""

# if ( $needs_update ) {
# $job_status_text .= __( ' - (needs update)', 'sitepress' );
# }

msgid " - (needs update)"
msgstr ""

# 'type' => 'updated',
# 'text' => __( 'Preferences saved.', 'sitepress' ),
# );

msgid "Preferences saved."
msgstr ""

# $this->cancel_translation_request( $data['icl_translation_id'] );
# $message['text'] = __( 'Translation requests cancelled.', 'sitepress' );
# } else {

msgid "Translation requests cancelled."
msgstr ""

# } else {
# $message['text'] = __( 'No Translation requests selected.', 'sitepress' );
# }

msgid "No Translation requests selected."
msgstr ""

# if ( icl_st_is_registered_string( $es_context, $name ) ) {
# $edit_link = '[<a href="' . admin_url( 'admin.php?page=' . WPML_ST_FOLDER . '/menu/string-translation.php&context=' . esc_html( $es_context ) ) . '">' . esc_html__( 'translate', 'sitepress' ) . '</a>]';
# } else {

msgid "translate"
msgstr ""

# } else {
# $edit_link = '<div class="updated below-h2">' . esc_html__( 'string not registered', 'sitepress' ) . '</div>';
# }

msgid "string not registered"
msgstr ""

# if ( false !== strpos( $name, '*' ) ) {
# $o_value = '<span style="color:#bbb">{{ ' . esc_html__( 'Multiple options', 'sitepress' ) . ' }}</span>';
# } else {

msgid "Multiple options"
msgstr ""

# if ( ! icl_st_is_registered_string( $es_context, $name ) ) {
# $notice = '<div class="updated below-h2">' . esc_html__( 'some strings might be not registered', 'sitepress' ) . '</div>';
# echo $notice;

msgid "some strings might be not registered"
msgstr ""

# 
# return array( 'message' => __( 'Processing translations...', 'sitepress' ) );
# break;

msgid "Processing translations..."
msgstr ""

# }
# $message = $processing ? __( 'Processing translations...', 'sitepress' ) : __( 'Finalizing upgrade...', 'sitepress' );
# return array( 'message' => $message );

msgid "Finalizing upgrade..."
msgstr ""

# return array(
# 'message'   => __( 'Done', 'sitepress' ),
# 'completed' => 1,

msgid "Done"
msgstr ""

# return array(
# 'error' => __( 'Missing step', 'sitepress' ),
# 'stop'  => 1,

msgid "Missing step"
msgstr ""

# $link             = 'index.php?icl_ajx_action=' . $ajax_action . '&nonce=' . $ajax_action_none;
# $txt              = get_option( 'icl_temp_upgrade_data', false ) ? __( 'Resume Upgrade Process', 'sitepress' ) : __( 'Run Upgrade Process', 'sitepress' );
# echo '<div class="message error" id="icl-migrate"><p><strong>' . __( 'WPML requires database upgrade', 'sitepress' ) . '</strong></p>'

msgid "Resume Upgrade Process"
msgstr ""

# $link             = 'index.php?icl_ajx_action=' . $ajax_action . '&nonce=' . $ajax_action_none;
# $txt              = get_option( 'icl_temp_upgrade_data', false ) ? __( 'Resume Upgrade Process', 'sitepress' ) : __( 'Run Upgrade Process', 'sitepress' );
# echo '<div class="message error" id="icl-migrate"><p><strong>' . __( 'WPML requires database upgrade', 'sitepress' ) . '</strong></p>'

msgid "Run Upgrade Process"
msgstr ""

# $txt              = get_option( 'icl_temp_upgrade_data', false ) ? __( 'Resume Upgrade Process', 'sitepress' ) : __( 'Run Upgrade Process', 'sitepress' );
# echo '<div class="message error" id="icl-migrate"><p><strong>' . __( 'WPML requires database upgrade', 'sitepress' ) . '</strong></p>'
# . '<p>' . __( 'This normally takes a few seconds, but may last up to several minutes of very large databases.', 'sitepress' ) . '</p>'

msgid "WPML requires database upgrade"
msgstr ""

# echo '<div class="message error" id="icl-migrate"><p><strong>' . __( 'WPML requires database upgrade', 'sitepress' ) . '</strong></p>'
# . '<p>' . __( 'This normally takes a few seconds, but may last up to several minutes of very large databases.', 'sitepress' ) . '</p>'
# . '<p><a href="' . $link . '" style="" id="icl-migrate-start">' . $txt . '</a></p>'

msgid "This normally takes a few seconds, but may last up to several minutes of very large databases."
msgstr ""

# $stop      = 0;
# $message   = __( 'Starting the upgrade process...', 'sitepress' );
# include_once WPML_PLUGIN_PATH . '/inc/upgrade-functions/2.0.0/stepper.php';

msgid "Starting the upgrade process..."
msgstr ""

# 'step'    => $migration->getNextStep(),
# 'message' => __( 'Creating new tables...', 'sitepress' ),
# 'stop'    => $stop,

msgid "Creating new tables..."
msgstr ""

# $menu['order']      = 700;
# $menu['page_title'] = __( 'WP Menus Sync', 'sitepress' );
# $menu['menu_title'] = __( 'WP Menus Sync', 'sitepress' );

msgid "WP Menus Sync"
msgstr ""

# $langsel .= '<div class="icl_nav_menu_text" style="float:right;">';
# $langsel .= __( 'Translations:', 'sitepress' );
# foreach ( $sitepress->get_active_languages() as $lang ) {

msgid "Translations:"
msgstr ""

# $menu_id = $wpdb->get_var( $wpdb->prepare( "SELECT term_id FROM {$wpdb->term_taxonomy} WHERE term_taxonomy_id=%d", $this->current_menu['translations'][ $lang['code'] ]->element_id ) );
# $label   = __( 'edit translation', 'sitepress' );
# $tr_link = '<a style="text-decoration:none" title="' . esc_attr( $label ) . '" href="' . admin_url( 'nav-menus.php' ) .

msgid "edit translation"
msgstr ""

# } else {
# $label   = __( 'add translation', 'sitepress' );
# $tr_link = '<a style="text-decoration:none" title="' . esc_attr( $label ) . '" href="' . admin_url( 'nav-menus.php' ) .

msgid "add translation"
msgstr ""

# $langsel .= '<div class="icl_nav_menu_text" style="float:right; clear:right">';
# $langsel .= '<div><a href="' . admin_url( 'admin.php?page=' . WPML_PLUGIN_FOLDER . '/menu/menu-sync/menus-sync.php' ) . '">' . __( 'Synchronize menus between languages.', 'sitepress' ) . '</a></div>';
# $langsel .= '</div>';

msgid "Synchronize menus between languages."
msgstr ""

# $disabled = empty( $this->current_menu['id'] ) && isset( $_GET['trid'] ) ? ' disabled="disabled"' : '';
# $out     .= '<label class="menu-name-label howto"><span>' . __( 'Translation of', 'sitepress' ) . '</span>&nbsp;';
# $out     .= '<select name="icl_translation_of" id="icl_menu_translation_of"' . $disabled . '>';

msgid "Translation of"
msgstr ""

# $out     .= '<select name="icl_translation_of" id="icl_menu_translation_of"' . $disabled . '>';
# $out     .= '<option value="none">--' . __( 'none', 'sitepress' ) . '--</option>';
# foreach ( $menus as $mtrid => $m ) {

msgid "none"
msgstr ""

# if (location_menu_id.length > 0) {
# location_menu_id.find('option').first().html('<?php echo esc_js( __( 'not translated in current language', 'sitepress' ) ); ?>');
# location_menu_id.css('font-style', 'italic');

msgid "not translated in current language"
msgstr ""

# function admin_notices() {
# echo '<div class="updated"><p>' . esc_html__( 'Menu(s) syncing complete.', 'sitepress' ) . '</p></div>';
# }

msgid "Menu(s) syncing complete."
msgstr ""

# $response = array(
# 'label' => esc_html__( 'Translate menu strings and URLs for:', 'sitepress' ),
# 'items' => $menu_links,

msgid "Translate menu strings and URLs for:"
msgstr ""

# if ( $lang_code === $default_language ) {
# esc_html_e( 'Menu Option: auto_add', 'sitepress' );
# continue;

msgid "Menu Option: auto_add"
msgstr ""

# echo '<p>';
# esc_html_e( "Your menu includes custom items, which you need to translate using WPML's String Translation.", 'sitepress' );
# echo '<br/>';

msgid "Your menu includes custom items, which you need to translate using WPML's String Translation."
msgstr ""

# echo '<br/>';
# esc_html_e( '1. Translate these strings: ', 'sitepress' );
# $i = 0;

msgid "1. Translate these strings: "
msgstr ""

# echo '<br/>';
# esc_html_e( "2. When you're done translating, return here and run the menu synchronization again. This will use the strings that you translated to update the menus.", 'sitepress' );
# echo '</p>';

msgid "2. When you're done translating, return here and run the menu synchronization again. This will use the strings that you translated to update the menus."
msgstr ""

# WPML_PLUGIN_FOLDER . '/menu/network.php',
# __( 'Network settings', 'sitepress' ),
# __( 'Network settings', 'sitepress' ),

msgid "Network settings"
msgstr ""

# $endpoint = $sitepress->is_setup_complete() ? 'languages.php' : 'setup.php';
# $links[]  = '<a href="admin.php?page=' . WPML_PLUGIN_FOLDER . '/menu/' . $endpoint . '">' . __( 'Configure', 'sitepress' ) . '</a>';
# }

msgid "Configure"
msgstr ""

# $time_offset = get_option( 'gmt_offset' ) * 3600;
# $local_time  = __( 'Last Update Time could not be determined', 'sitepress' );
# 

msgid "Last Update Time could not be determined"
msgstr ""

# 
# $delete_post_link  = '<a href="' . esc_url( get_delete_post_link( $post->ID, '', true ) ) . '">' . esc_html__( 'delete it permanently', 'sitepress' ) . '</a>';
# $restore_post_link = '<a href="' . wp_nonce_url( admin_url( sprintf( $post_type_object->_edit_link . '&amp;action=untrash', $post->ID ) ), 'untrash-post_' . $post->ID ) . '">' . esc_html__( 'restore', 'sitepress' ) . '</a>';

msgid "delete it permanently"
msgstr ""

# $delete_post_link  = '<a href="' . esc_url( get_delete_post_link( $post->ID, '', true ) ) . '">' . esc_html__( 'delete it permanently', 'sitepress' ) . '</a>';
# $restore_post_link = '<a href="' . wp_nonce_url( admin_url( sprintf( $post_type_object->_edit_link . '&amp;action=untrash', $post->ID ) ), 'untrash-post_' . $post->ID ) . '">' . esc_html__( 'restore', 'sitepress' ) . '</a>';
# $ret               = '<p>' . sprintf( esc_html__( 'This translation is currently in the trash. You need to either %1$s or %2$s it in order to continue.' ), $delete_post_link, $restore_post_link );

msgid "restore"
msgstr ""

# <div class="message error">
# <h3><?php esc_html_e( "WPML can't be functional because it requires a disabled PHP extension!", 'sitepress' ); ?></h3>
# 

msgid "WPML can't be functional because it requires a disabled PHP extension!"
msgstr ""

# 
# <p><?php esc_html_e( 'To ensure and improve the security of your website, WPML makes use of the ', 'sitepress' ); ?><a href="http://php.net/manual/en/book.filter.php">PHP Data Filtering</a> extension.<br><br>
# <?php

msgid "To ensure and improve the security of your website, WPML makes use of the "
msgstr ""

# <?php
# esc_html_e(
# 'The filter extension is enabled by default as of PHP 5.2.0. Before this time an experimental PECL extension was

msgid "The filter extension is enabled by default as of PHP 5.2.0. Before this time an experimental PECL extension was\n            used, however, the PECL version is no longer recommended to be used or updated. (source: "
msgstr ""

# <br>
# <?php esc_html_e( 'The filter extension is enabled by default as of PHP 5.2, therefore it must have been disabled by either you or your host.', 'sitepress' ); ?>
# <br><?php esc_html_e( "To enable it, either you or your host will need to open your website's php.ini file and either:", 'sitepress' ); ?><br>

msgid "The filter extension is enabled by default as of PHP 5.2, therefore it must have been disabled by either you or your host."
msgstr ""

# <?php esc_html_e( 'The filter extension is enabled by default as of PHP 5.2, therefore it must have been disabled by either you or your host.', 'sitepress' ); ?>
# <br><?php esc_html_e( "To enable it, either you or your host will need to open your website's php.ini file and either:", 'sitepress' ); ?><br>
# <ol>

msgid "To enable it, either you or your host will need to open your website's php.ini file and either:"
msgstr ""

# <ol>
# <li><?php esc_html_e( "Remove the 'filter_var' string from the 'disable_functions' directive or...", 'sitepress' ); ?>
# </li>

msgid "Remove the 'filter_var' string from the 'disable_functions' directive or..."
msgstr ""

# </li>
# <li><?php esc_html_e( 'Add the following line:', 'sitepress' ); ?> <code class="inline-code">extension=filter.so</code></li>
# </ol>

msgid "Add the following line:"
msgstr ""

# ?>
# <strong><?php esc_html_e( 'Your php.ini file is located at', 'sitepress' ) . ' ' . esc_html( $ini_location ); ?>.</strong>
# <?php

msgid "Your php.ini file is located at"
msgstr ""

# <p>
# <input id="icl_restore_notifications" type="button" class="button-secondary" value="<?php echo __( 'Restore messages and notification', 'sitepress' ); ?>"/>
# <br/>

msgid "Restore messages and notification"
msgstr ""

# <br/>
# <input id="icl_restore_notifications_all_users" name="icl_restore_notifications_all_users" type="checkbox" value="1"/><label for="icl_restore_notifications_all_users"><?php echo __( 'Apply to all users', 'sitepress' ); ?></label>
# <br/>

msgid "Apply to all users"
msgstr ""

# <br/>
# <small style="margin-left:10px;"><?php echo __( 'Restore dismissed and hidden messages and notifications.', 'sitepress' ); ?></small>
# </p>

msgid "Restore dismissed and hidden messages and notifications."
msgstr ""

# <p>
# <input id="icl_remove_notifications" type="button" class="button-secondary" value="<?php echo __( 'Remove all messages and notifications', 'sitepress' ); ?>"/>
# <br/>

msgid "Remove all messages and notifications"
msgstr ""

# <br/>
# <small style="margin-left:10px;"><?php echo __( 'Remove all messages and notifications, for all users.', 'sitepress' ); ?></small>
# </p>

msgid "Remove all messages and notifications, for all users."
msgstr ""

# ?>
# <h4><?php _e( 'Messages and notifications', 'sitepress' ); ?></h4>
# <?php

msgid "Messages and notifications"
msgstr ""

# 
# $out = '<h3>' . esc_html__('Select Language', 'sitepress') . '</h3><p><select name="icl_post_language">';
# foreach ($langs as $lang) {

msgid "Select Language"
msgstr ""

# echo '<div class="error"><ul><li><strong>';
# esc_html_e( 'WPML cannot be activated together with these older plugins:', 'sitepress' );
# echo '<ul style="list-style:disc;margin:20px;">';

msgid "WPML cannot be activated together with these older plugins:"
msgstr ""

# echo '</ul>';
# esc_html_e( 'WPML will be deactivated', 'sitepress' );
# echo '</strong></li></ul></div>';

msgid "WPML will be deactivated"
msgstr ""

# echo '<a name="icl_inc_plugins_notice"></a><div class="error" style="padding:10px;">';
# esc_html_e( 'These plugins are known to have compatibiliy issues with WPML:', 'sitepress' );
# echo '<ul style="list-style:disc;margin-left:20px;">';

msgid "These plugins are known to have compatibiliy issues with WPML:"
msgstr ""

# function wpml_get_roles() {
# $wp_roles['label']        = __( 'WPML capabilities', 'sitepress' );
# $wp_roles['capabilities'] = wpml_get_capabilities();

msgid "WPML capabilities"
msgstr ""

# $output .= '
# <fieldset id="wpml_cf_translation_preferences_fieldset_' . $id . '" class="wpml_cf_translation_preferences_fieldset ' . $class . '-form-fieldset form-fieldset fieldset">' . '<legend>' . __( 'Translation preferences', 'sitepress' ) . '</legend>';
# }

msgid "Translation preferences"
msgstr ""

# '<div style="color:Red;font-style:italic;margin: 10px 0 0 0;">'
# . __( 'The translation preference for this field are being controlled by a language configuration XML file. If you want to control it manually, remove the entry from the configuration file.', 'sitepress' )
# . '</div>';

msgid "The translation preference for this field are being controlled by a language configuration XML file. If you want to control it manually, remove the entry from the configuration file."
msgstr ""

# } elseif ( ! $suppress_error ) {
# $output  .= '<span style="color:#FF0000;">' . __( "To synchronize values for translations, you need to enable WPML's Translation Management module.", 'sitepress' ) . '</span>';
# $disabled = true;

msgid "To synchronize values for translations, you need to enable WPML's Translation Management module."
msgstr ""

# } elseif ( ! $suppress_error ) {
# $output  .= '<span style="color:#FF0000;">' . __( 'Error: Something is wrong with field value. Translation preferences can not be set.', 'sitepress' ) . '</span>';
# $disabled = true;

msgid "Error: Something is wrong with field value. Translation preferences can not be set."
msgstr ""

# // $disabled = !empty($disabled) ? ' readonly="readonly" disabled="disabled"' : '';
# $output .= '<div class="description ' . $class . '-form-description ' . $class . '-form-description-fieldset description-fieldset">' . __( 'Choose what to do when translating content with this field:', 'sitepress' ) . '</div>';
# 

msgid "Choose what to do when translating content with this field:"
msgstr ""

# $output .= '</li><li>';
# $output .= wpml_translation_preference_input_helper( $args, 'wpml_cf_translation_preferences_option_copy_', WPML_COPY_CUSTOM_FIELD, __( 'Copy from original to translation', 'sitepress' ) );
# $output .= '</li><li>';

msgid "Copy from original to translation"
msgstr ""

# $ccf_note                            = '<img src="' . ICL_PLUGIN_URL . '/res/img/alert.png" alt="Notice" width="16" height="16" style="margin-right:8px" />';
# $copied_cf['copy_message']           = $ccf_note . sprintf( __( 'WPML will copy this field from %s when you save this post.', 'sitepress' ), $lang_details['display_name'] );
# 

msgid "WPML will copy this field from %s when you save this post."
msgstr ""

# if ( empty( $post_id ) ) {
# return new WP_Error( 'missing_id', __( 'Missing post ID', 'sitepress' ) );
# }

msgid "Missing post ID"
msgstr ""

# // translators: Post id.
# return new WP_Error( 'missing_post', sprintf( __( 'No such post for ID = %d', 'sitepress' ), $post_id ) );
# }

msgid "No such post for ID = %d"
msgstr ""

# 'callback' => 'wpml_custom_post_translation_options',
# 'title'    => __( 'Translation', 'sitepress' ),
# 'default'  => 'normal',

msgid "Translation"
msgstr ""

# 
# $out .= sprintf( __( '%1$s is translated via WPML. %2$sClick here to change translation options.%3$s', 'sitepress' ), '<strong>' . $type->labels->singular_name . '</strong>', '<a href="' . $link . '">', '</a>' );
# 

msgid "%1$s is translated via WPML. %2$sClick here to change translation options.%3$s"
msgstr ""

# if ( ! $settings->is_translated( $type_id ) ) {
# $out .= '<ul><li>' . __( 'Slugs are currently not translated.', 'sitepress' ) . '<li></ul>';
# } else {

msgid "Slugs are currently not translated."
msgstr ""

# } else {
# $out .= '<ul><li>' . __( 'Slugs are currently translated. Click the link above to edit the translations.', 'sitepress' ) . '<li></ul>';
# }

msgid "Slugs are currently translated. Click the link above to edit the translations."
msgstr ""

# } else {
# $out .= '<ul><li>' . sprintf( __( 'Slug translation is currently disabled in WPML. %1$sClick here to enable.%2$s', 'sitepress' ), '<a href="' . $link2 . '">', '</a>' ) . '</li></ul>';
# }

msgid "Slug translation is currently disabled in WPML. %1$sClick here to enable.%2$s"
msgstr ""

# 
# $out .= sprintf( __( '%1$s is not translated. %2$sClick here to make this post type translatable.%3$s', 'sitepress' ), '<strong>' . $type->labels->singular_name . '</strong>', '<a href="' . $link . '">', '</a>' );
# }

msgid "%1$s is not translated. %2$sClick here to make this post type translatable.%3$s"
msgstr ""

# printf(
# __( '<strong>WPML notice:</strong> Upgrades to this version are only supported from versions %1$s and above. To upgrade from version %2$s, first, download <a%3$s>2.0.4</a>, do the DB upgrade and then go to this version.', 'sitepress' ),
# '1.7.0',

msgid "<strong>WPML notice:</strong> Upgrades to this version are only supported from versions %1$s and above. To upgrade from version %2$s, first, download <a%3$s>2.0.4</a>, do the DB upgrade and then go to this version."
msgstr ""

# <br>
# <?php echo sprintf( esc_html__( '%s orphan comments found.', 'sitepress' ), '<span class="count">0</span>' ); ?>
# </p>

msgid "%s orphan comments found."
msgstr ""

# <div id="wpml_orphans">
# <h4><?php esc_html_e( "Remove comments that don't match the content's language", 'sitepress' ); ?></h4>
# <div id="wpml_orphans_count" style="display:none;">

msgid "Remove comments that don't match the content's language"
msgstr ""

# <p>
# <?php esc_html_e( "This will check for comments that have a language different than the content they belong to. If found, we can delete these comments for you. We call these 'orphan comments'.", 'sitepress' ); ?>
# </p>

msgid "This will check for comments that have a language different than the content they belong to. If found, we can delete these comments for you. We call these 'orphan comments'."
msgstr ""

# <button type="button" class="button-secondary check-orphans">
# <?php esc_html_e( 'Check for orphan comments', 'sitepress' ); ?>
# </button>

msgid "Check for orphan comments"
msgstr ""

# <span class="spinner is-active" style="float:none;"></span>
# <?php esc_html_e( 'Checking...', 'sitepress' ); ?>
# </div>

msgid "Checking..."
msgstr ""

# <br>
# <?php esc_html_e( 'Good news! Your site has no orphan comments.', 'sitepress' ); ?>
# </div>

msgid "Good news! Your site has no orphan comments."
msgstr ""

# <button type="button" class="button-secondary clean-orphans">
# <?php esc_html_e( 'Clean orphan comments', 'sitepress' ); ?>
# </button>

msgid "Clean orphan comments"
msgstr ""

# <p>
# <?php esc_html_e( '* The clean task may take several minutes to complete.', 'sitepress' ); ?>
# </p>

msgid "* The clean task may take several minutes to complete."
msgstr ""

# <div class="delete-in-progress">
# <span class="spinner is-active" style="float:none;"></span>&nbsp;<?php esc_html_e( 'Deleted comments:', 'sitepress' ); ?>&nbsp;<span class="deleted">0</span>
# </div>

msgid "Deleted comments:"
msgstr ""

# } else {
# $fields_contents[ 'error' ] = __( 'Post not found', 'sitepress' );
# }

msgid "Post not found"
msgstr ""

# if ( (bool) $taxonomies ) {
# $text      = __(
# '<p>Some taxonomy terms are out of sync between languages. This means that content in some languages will not have the correct tags or categories.</p>

msgid "<p>Some taxonomy terms are out of sync between languages. This means that content in some languages will not have the correct tags or categories.</p>\n\t\t\t <p>In order to synchronize the taxonomies, you need to go over each of them from the following list and click the \"Update taxonomy hierarchy\" button.</p>"
msgstr ""

# if ( ! empty( $res ) ) {
# wp_send_json_success( __( 'Valid', 'sitepress' ) );
# }

msgid "Valid"
msgstr ""

# }
# wp_send_json_error( __( 'Not valid', 'sitepress' ) );
# }

msgid "Not valid"
msgstr ""

# <h2><?php esc_html_e( 'WP Menus Sync', 'sitepress' ); ?></h2>
# <p><?php printf( esc_html__( 'Menu synchronization will sync the menu structure from the default language of %s to the secondary languages.', 'sitepress' ), $def_lang['display_name'] ); ?></p>
# 

msgid "Menu synchronization will sync the menu structure from the default language of %s to the secondary languages."
msgstr ""

# <td><?php echo esc_html( $lang_details['display_name'] ); ?></td>
# <td><?php printf( esc_html__( 'Add menu translation:  %s', 'sitepress' ), '<strong>' . esc_html( $name ) . '</strong>' ); ?> </td>
# </tr>

msgid "Add menu translation:  %s"
msgstr ""

# printf(
# esc_html__( 'The menus on this page may not sync because it requires more input variables. Please modify the %1$s setting in your php.ini or .htaccess files to %2$s or more.', 'sitepress' ),
# '<strong>max_input_vars</strong>',

msgid "The menus on this page may not sync because it requires more input variables. Please modify the %1$s setting in your php.ini or .htaccess files to %2$s or more."
msgstr ""

# value="<?php esc_attr_e( 'Apply changes' ); ?>"
# data-message="<?php esc_attr_e( 'Syncing menus %1 of %2', 'sitepress' ); ?>"
# data-message-complete="<?php esc_attr_e( 'The selected menus have been synchonized.', 'sitepress' ); ?>"

msgid "Syncing menus %1 of %2"
msgstr ""

# data-message="<?php esc_attr_e( 'Syncing menus %1 of %2', 'sitepress' ); ?>"
# data-message-complete="<?php esc_attr_e( 'The selected menus have been synchonized.', 'sitepress' ); ?>"
# <?php echo $icl_menu_sync_submit_disabled; ?> />&nbsp;

msgid "The selected menus have been synchonized."
msgstr ""

# <input id="icl_msync_sync" type="submit" class="button-primary"
# value="<?php esc_attr_e( 'Sync', 'sitepress' ); ?>"
# <?php disabled( ! $need_sync ); ?>

msgid "Sync"
msgstr ""

# <input id="icl_msync_sync" type="submit" class="button-primary"
# value="<?php esc_attr_e( 'Nothing Sync', 'sitepress' ); ?>"<?php disabled( ! $need_sync ); ?>
# />

msgid "Nothing Sync"
msgstr ""

# <th><?php esc_html_e( 'Language', 'sitepress' ); ?></th>
# <th><?php esc_html_e( 'Action', 'sitepress' ); ?></th>
# </tr>

msgid "Action"
msgstr ""

# <tr>
# <td align="center" colspan="3"><?php esc_html_e( 'Nothing to sync.', 'sitepress' ); ?></td>
# </tr>

msgid "Nothing to sync."
msgstr ""

# <tr>
# <td align="center" colspan="<?php echo count( $active_languages ); ?>"><?php esc_html_e( 'No menus found', 'sitepress' ); ?></td>
# </tr>

msgid "No menus found"
msgstr ""

# />
# <small><?php esc_html_e( 'Auto-generated title. Click to edit.', 'sitepress' ); ?></small>
# <input type="hidden" value=""

msgid "Auto-generated title. Click to edit."
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_add"><?php esc_html_e( 'Item will be added', 'sitepress' ); ?></span>
# <?php

msgid "Item will be added"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_del"><?php esc_html_e( 'Item will be removed', 'sitepress' ); ?></span>
# <?php

msgid "Item will be removed"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_not"><?php esc_html_e( 'Item cannot be added (parent not translated)', 'sitepress' ); ?></span>
# <?php

msgid "Item cannot be added (parent not translated)"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_mov"><?php esc_html_e( 'Item changed position', 'sitepress' ); ?></span>
# <?php

msgid "Item changed position"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_copy"><?php esc_html_e( 'Item will be copied', 'sitepress' ); ?></span>
# <?php

msgid "Item will be copied"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_label_changed"><?php esc_html_e( 'Strings for menus will be updated', 'sitepress' ); ?></span>
# <?php

msgid "Strings for menus will be updated"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_url_changed"><?php esc_html_e( 'URLs for menus will be updated', 'sitepress' ); ?></span>
# <?php

msgid "URLs for menus will be updated"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_options_changed"><?php esc_html_e( 'Menu Options will be updated', 'sitepress' ); ?></span>
# <?php

msgid "Menu Options will be updated"
msgstr ""

# <span class="icl_msync_item icl_msync_label_missing">
# <?php esc_html_e( 'Untranslated strings for menus', 'sitepress' ); ?>
# </span>

msgid "Untranslated strings for menus"
msgstr ""

# <span class="icl_msync_item icl_msync_url_missing">
# <?php esc_html_e( 'Untranslated URLs for menus', 'sitepress' ); ?>
# </span>

msgid "Untranslated URLs for menus"
msgstr ""

# $this->labels = array(
# 'del'             => array( esc_html__( 'Remove %s', 'sitepress' ), '' ),
# 'label_changed'   => array( esc_html__( 'Rename label to %s', 'sitepress' ), '' ),

msgid "Remove %s"
msgstr ""

# 'del'             => array( esc_html__( 'Remove %s', 'sitepress' ), '' ),
# 'label_changed'   => array( esc_html__( 'Rename label to %s', 'sitepress' ), '' ),
# 'url_changed'     => array( esc_html__( 'Update URL to %s', 'sitepress' ), '' ),

msgid "Rename label to %s"
msgstr ""

# 'label_changed'   => array( esc_html__( 'Rename label to %s', 'sitepress' ), '' ),
# 'url_changed'     => array( esc_html__( 'Update URL to %s', 'sitepress' ), '' ),
# 'url_missing'     => array( esc_html__( 'Untranslated URL %s', 'sitepress' ), '' ),

msgid "Update URL to %s"
msgstr ""

# 'url_changed'     => array( esc_html__( 'Update URL to %s', 'sitepress' ), '' ),
# 'url_missing'     => array( esc_html__( 'Untranslated URL %s', 'sitepress' ), '' ),
# 'mov'             => array( esc_html__( 'Change menu order for %s', 'sitepress' ), '' ),

msgid "Untranslated URL %s"
msgstr ""

# 'url_missing'     => array( esc_html__( 'Untranslated URL %s', 'sitepress' ), '' ),
# 'mov'             => array( esc_html__( 'Change menu order for %s', 'sitepress' ), '' ),
# 'add'             => array( esc_html__( 'Add %s', 'sitepress' ), '' ),

msgid "Change menu order for %s"
msgstr ""

# 'mov'             => array( esc_html__( 'Change menu order for %s', 'sitepress' ), '' ),
# 'add'             => array( esc_html__( 'Add %s', 'sitepress' ), '' ),
# 'options_changed' => array( esc_html__( 'Update %1$s menu option to %2$s', 'sitepress' ), '' ),

msgid "Add %s"
msgstr ""

# 'add'             => array( esc_html__( 'Add %s', 'sitepress' ), '' ),
# 'options_changed' => array( esc_html__( 'Update %1$s menu option to %2$s', 'sitepress' ), '' ),
# );

msgid "Update %1$s menu option to %2$s"
msgstr ""

# $this->labels['label_missing'] = array(
# esc_html__( 'Untranslated string %s', 'sitepress' ),
# $this->print_label_missing_text( $icl_ms, $menu_id ),

msgid "Untranslated string %s"
msgstr ""

# $res               = '&nbsp;' . sprintf(
# esc_html__(
# 'The selected strings can now be translated using the %1$s string translation %2$s screen',

msgid "The selected strings can now be translated using the %1$s string translation %2$s screen"
msgstr ""

# title="<?php esc_attr_e( sprintf( 'Choose a %s to assign', get_post_type_object( get_post_type( $this->post ) )->labels->singular_name ), 'sitepress' ); ?>"
# data-set_as_source-text="<?php echo esc_attr( sprintf( __( 'Make %s the original language for this %s', 'sitepress' ), $language_name, $this->post->post_type ) ); ?>"
# data-alert-text="<?php esc_attr_e( "Please make sure to save your post, if you've made any change, before proceeding with this action!", 'sitepress' ); ?>"

msgid "Make %s the original language for this %s"
msgstr ""

# }
# $this->add_translation_of_option( 'none', __( '--None--', 'sitepress' ), false );
# if ( $element_id && ! isset( $_GET['icl_ajx'] ) ) {

msgid "--None--"
msgstr ""

# if ( trim( $label ) == '' ) {
# $label = '{' . __( 'Post without a title', 'sitepress' ) . '}';
# }

msgid "Post without a title"
msgstr ""

# sprintf(
# __(
# 'The current content of this %s will be permanently lost. WPML will copy the %s content and replace the current content.',

msgid "The current content of this %s will be permanently lost. WPML will copy the %s content and replace the current content."
msgstr ""

# $disabled_duplication       = false;
# $disabled_duplication_title = esc_attr__( 'Create duplicate', 'sitepress' );
# $element_key                = array( 'trid' => $this->trid, 'language_code' => $lang['code'] );

msgid "Create duplicate"
msgstr ""

# if ( ICL_TM_DUPLICATE === (int) $translation_status ) {
# $disabled_duplication_title = esc_attr__( 'This post is already duplicated.', 'sitepress' );
# } else {

msgid "This post is already duplicated."
msgstr ""

# } else {
# $disabled_duplication_title = esc_attr__( "Can't create a duplicate. A translation is in progress.", 'sitepress' );
# }

msgid "Can't create a duplicate. A translation is in progress."
msgstr ""

# <div class="icl_cyan_box"><?php
# printf( esc_html__( 'This document is a duplicate of %s and it is maintained by WPML.', 'sitepress' ), '<a href="' . esc_url( get_edit_post_link( $duplicate_original_id ) ) . '">' . esc_html( get_the_title( $duplicate_original_id ) ) . '</a>' );
# ?>

msgid "This document is a duplicate of %s and it is maintained by WPML."
msgstr ""

# <?php wp_nonce_field( 'reset_duplication_nonce', '_icl_nonce_rd' ) ?>
# <i><?php printf( esc_html__( 'WPML will no longer synchronize this %s with the original content.', 'sitepress' ), $this->post->post_type ); ?></i>
# </div>

msgid "WPML will no longer synchronize this %s with the original content."
msgstr ""

# <label for="icl_post_language">
# <strong><?php printf( esc_html__( 'Language of this %s', 'sitepress' ), esc_html( $this->post_type_label ) ); ?></strong>
# </label>

msgid "Language of this %s"
msgstr ""

# <?php if ( isset( $dupes[ $lang['code'] ] ) ) {
# echo ' (' . esc_html__( 'duplicate', 'sitepress' ) . ')';
# } ?>

msgid "duplicate"
msgstr ""

# private function media_options( $post ) {
# echo '<br /><br /><strong>' . esc_html__( 'Media attachments', 'sitepress' ) . '</strong>';
# 

msgid "Media attachments"
msgstr ""

# if( ! $original_post_id || (int) $post->ID === $original_post_id ){
# $duplicate_media_label =  esc_html__('Duplicate uploaded media to translations', 'sitepress');
# $duplicate_featured_label =  esc_html__('Duplicate featured image to translations', 'sitepress');

msgid "Duplicate uploaded media to translations"
msgstr ""

# $duplicate_media_label =  esc_html__('Duplicate uploaded media to translations', 'sitepress');
# $duplicate_featured_label =  esc_html__('Duplicate featured image to translations', 'sitepress');
# } else {

msgid "Duplicate featured image to translations"
msgstr ""

# } else {
# $duplicate_media_label =  esc_html__('Duplicate uploaded media from original', 'sitepress');
# $duplicate_featured_label =  esc_html__('Duplicate featured image from original', 'sitepress');

msgid "Duplicate uploaded media from original"
msgstr ""

# $duplicate_media_label =  esc_html__('Duplicate uploaded media from original', 'sitepress');
# $duplicate_featured_label =  esc_html__('Duplicate featured image from original', 'sitepress');
# }

msgid "Duplicate featured image from original"
msgstr ""

# echo '<input id="icl_cfo" class="button-secondary" type="button" value="' . sprintf(
# esc_html__( 'Copy content from %s', 'sitepress' ),
# $source_lang_name

msgid "Copy content from %s"
msgstr ""

# data-tippy-zindex="999999"
# title="<?php echo  esc_html__("This operation copies the content from the original language onto this translation. It's meant for when you want to start with the original content, but keep translating in this language. This button is only enabled when there's no content in the editor.",'sitepress');?>"></i>
# <?php }

msgid "This operation copies the content from the original language onto this translation. It's meant for when you want to start with the original content, but keep translating in this language. This button is only enabled when there's no content in the editor."
msgstr ""

# <input id="icl_set_duplicate" type="button" class="button-secondary"
# value="<?php printf( esc_html__( 'Overwrite with %s content.', 'sitepress' ), $source_lang_name ) ?>"
# data-wpml_original_post_id="<?php echo absint( $original_post_id ); ?>"

msgid "Overwrite with %s content."
msgstr ""

# data-tippy-zindex="999999"
# title="	  <?php echo esc_html__("This operation will synchronize this translation with the original language. When you edit the original, this translation will update immediately. It's meant when you want the content in this language to always be the same as the content in the original language.",'sitepress') ?>"></i>
# <?php

msgid "This operation will synchronize this translation with the original language. When you edit the original, this translation will update immediately. It's meant when you want the content in this language to always be the same as the content in the original language."
msgstr ""

# data-set_as_source-text="<?php echo esc_attr( sprintf( __( 'Make %s the original language for this %s', 'sitepress' ), $language_name, $this->post->post_type ) ); ?>"
# data-alert-text="<?php esc_attr_e( "Please make sure to save your post, if you've made any change, before proceeding with this action!", 'sitepress' ); ?>"
# data-cancel-label="<?php esc_attr_e( 'Cancel', 'sitepress' ); ?>"

msgid "Please make sure to save your post, if you've made any change, before proceeding with this action!"
msgstr ""

# data-cancel-label="<?php esc_attr_e( 'Cancel', 'sitepress' ); ?>"
# data-ok-label="<?php esc_attr_e( 'Ok', 'sitepress' ); ?>">
# <p class="js-ajax-loader ajax-loader">

msgid "Ok"
msgstr ""

# <div id="connect_translations_dialog_confirm"
# title="<?php esc_attr_e( 'Connect this post?', 'sitepress' ); ?>"
# data-cancel-label="<?php esc_attr_e( 'Cancel', 'sitepress' ); ?>"

msgid "Connect this post?"
msgstr ""

# data-cancel-label="<?php esc_attr_e( 'Cancel', 'sitepress' ); ?>"
# data-assign-label="<?php esc_attr_e( 'Assign', 'sitepress' ); ?>">
# <p>

msgid "Assign"
msgstr ""

# ?>
# <p><input id="icl_translate_independent" class="button-secondary" type="button" value="<?php esc_html_e( 'Translate independently', 'sitepress' ) ?>"/></p>
# <?php wp_nonce_field( 'reset_duplication_nonce', '_icl_nonce_rd' ) ?>

msgid "Translate independently"
msgstr ""

# <label for="icl_translation_priority_dropdown">
# <strong><?php esc_html_e( 'Translation Priority', 'sitepress' ); ?></strong>
# </label>

msgid "Translation Priority"
msgstr ""

# <a href="<?php echo admin_url( 'edit-tags.php?taxonomy=translation_priority' ); ?>"
# target="_blank"><?php esc_html_e( 'edit terms', 'sitepress' ); ?></a>
# </div>

msgid "edit terms"
msgstr ""

# <a class="js-set-post-as-source" href="#">
# <?php esc_html_e( 'Connect with translations', 'sitepress' ); ?>
# </a>

msgid "Connect with translations"
msgstr ""

# <p class="js-ajax-loader ajax-loader">
# <?php esc_html_e( 'Loading', 'sitepress' ); ?>&hellip; <span class="spinner"></span>
# </p>

msgid "Loading"
msgstr ""

# <label id="post-label" for="post_search">
# <?php esc_html_e( 'Type a post title', 'sitepress' ); ?>: </label>
# <input id="post_search" type="text">

msgid "Type a post title"
msgstr ""

# </div>
# <p class="js-no-posts-found no-posts-found"><?php esc_html_e( 'No posts found', 'sitepress' ) ?></p>
# <input type="hidden" id="assign_to_trid">

msgid "No posts found"
msgstr ""

# <p>
# <span class="ui-icon ui-icon-alert"></span> <?php esc_html_e( 'You are about to connect the current post with these following posts', 'sitepress' ); ?>
# : </p>

msgid "You are about to connect the current post with these following posts"
msgstr ""

# <div id="icl_translation_of_panel" class="icl_box_paragraph">
# <label for="icl_translation_of"><?php esc_html_e( 'This is a translation of', 'sitepress' ); ?></label>&nbsp;
# <select name="icl_translation_of" id="icl_translation_of" <?php echo $disabled; ?>>

msgid "This is a translation of"
msgstr ""

# ?>
# <p style="clear:both;"><b><?php esc_html_e( 'Translate this Document', 'sitepress' ); ?></b></p>
# 

msgid "Translate this Document"
msgstr ""

# <div class="icl_box_paragraph">
# <p><b><?php esc_html_e( 'Translations', 'sitepress' ) ?></b>
# (<a class="icl_toggle_show_translations" href="#" <?php if ( $not_show_flags ) : ?>style="display:none;"<?php endif; ?>><?php esc_html_e( 'hide', 'sitepress' ); ?></a><a class="icl_toggle_show_translations" href="#" <?php if ( ! $not_show_flags ) : ?>style="display:none;"<?php endif; ?>><?php esc_html_e( 'show', 'sitepress' ) ?></a>)

msgid "Translations"
msgstr ""

# <p><b><?php esc_html_e( 'Translations', 'sitepress' ) ?></b>
# (<a class="icl_toggle_show_translations" href="#" <?php if ( $not_show_flags ) : ?>style="display:none;"<?php endif; ?>><?php esc_html_e( 'hide', 'sitepress' ); ?></a><a class="icl_toggle_show_translations" href="#" <?php if ( ! $not_show_flags ) : ?>style="display:none;"<?php endif; ?>><?php esc_html_e( 'show', 'sitepress' ) ?></a>)
# </p>

msgid "hide"
msgstr ""

# <p><b><?php esc_html_e( 'Translations', 'sitepress' ) ?></b>
# (<a class="icl_toggle_show_translations" href="#" <?php if ( $not_show_flags ) : ?>style="display:none;"<?php endif; ?>><?php esc_html_e( 'hide', 'sitepress' ); ?></a><a class="icl_toggle_show_translations" href="#" <?php if ( ! $not_show_flags ) : ?>style="display:none;"<?php endif; ?>><?php esc_html_e( 'show', 'sitepress' ) ?></a>)
# </p>

msgid "show"
msgstr ""

# $ccf_note .= sprintf(
# esc_html__( 'WPML will copy %s from %s when you save this post.', 'sitepress' ),
# '<i><strong>' . join( '</strong>, <strong>', $copied_cf ) . '</strong></i>',

msgid "WPML will copy %s from %s when you save this post."
msgstr ""

# );
# $ccf_note .= '<a class="icl_user_notice_hide notice-dismiss" href="#hide_custom_fields_copy"><span class="screen-reader-text">'. esc_html__( 'Never show this', 'sitepress' ) . '</span></a>';
# $this->sitepress->admin_notices( $ccf_note, 'notice notice-info otgs-notice otgs-is-dismissible' );

msgid "Never show this"
msgstr ""

# $labels = array(
# 'Show'                            => __( 'Show', 'sitepress' ),
# 'untranslated'                    => __( 'untranslated', 'sitepress' ),

msgid "Show"
msgstr ""

# 'Show'                            => __( 'Show', 'sitepress' ),
# 'untranslated'                    => __( 'untranslated', 'sitepress' ),
# 'all'                             => __( 'all', 'sitepress' ),

msgid "untranslated"
msgstr ""

# 'untranslated'                    => __( 'untranslated', 'sitepress' ),
# 'all'                             => __( 'all', 'sitepress' ),
# 'in'                              => __( 'in', 'sitepress' ),

msgid "all"
msgstr ""

# 'all'                             => __( 'all', 'sitepress' ),
# 'in'                              => __( 'in', 'sitepress' ),
# 'to'                              => __( 'to', 'sitepress' ),

msgid "in"
msgstr ""

# 'in'                              => __( 'in', 'sitepress' ),
# 'to'                              => __( 'to', 'sitepress' ),
# 'of'                              => __( 'of', 'sitepress' ),

msgid "to"
msgstr ""

# 'of'                              => __( 'of', 'sitepress' ),
# 'taxonomy'                        => __( 'Taxonomy', 'sitepress' ),
# 'anyLang'                         => __( 'any language', 'sitepress' ),

msgid "Taxonomy"
msgstr ""

# 'taxonomy'                        => __( 'Taxonomy', 'sitepress' ),
# 'anyLang'                         => __( 'any language', 'sitepress' ),
# 'apply'                           => __( 'Refresh', 'sitepress' ),

msgid "any language"
msgstr ""

# 'anyLang'                         => __( 'any language', 'sitepress' ),
# 'apply'                           => __( 'Refresh', 'sitepress' ),
# 'synchronizeBtn'                  => __( 'Update Taxonomy Hierarchy', 'sitepress' ),

msgid "Refresh"
msgstr ""

# 'apply'                           => __( 'Refresh', 'sitepress' ),
# 'synchronizeBtn'                  => __( 'Update Taxonomy Hierarchy', 'sitepress' ),
# 'searchPlaceHolder'               => __( 'Search', 'sitepress' ),

msgid "Update Taxonomy Hierarchy"
msgstr ""

# 'synchronizeBtn'                  => __( 'Update Taxonomy Hierarchy', 'sitepress' ),
# 'searchPlaceHolder'               => __( 'Search', 'sitepress' ),
# 'selectParent'                    => __( 'select parent', 'sitepress' ),

msgid "Search"
msgstr ""

# 'searchPlaceHolder'               => __( 'Search', 'sitepress' ),
# 'selectParent'                    => __( 'select parent', 'sitepress' ),
# 'taxToTranslate'                  => __( 'Select the taxonomy to translate: ', 'sitepress' ),

msgid "select parent"
msgstr ""

# 'selectParent'                    => __( 'select parent', 'sitepress' ),
# 'taxToTranslate'                  => __( 'Select the taxonomy to translate: ', 'sitepress' ),
# 'translate'                       => sprintf( __( '%1$s Translation', 'sitepress' ), '%taxonomy%' ),

msgid "Select the taxonomy to translate: "
msgstr ""

# 'taxToTranslate'                  => __( 'Select the taxonomy to translate: ', 'sitepress' ),
# 'translate'                       => sprintf( __( '%1$s Translation', 'sitepress' ), '%taxonomy%' ),
# 'Synchronize'                     => __( 'Hierarchy Synchronization', 'sitepress' ),

msgid "%1$s Translation"
msgstr ""

# 'translate'                       => sprintf( __( '%1$s Translation', 'sitepress' ), '%taxonomy%' ),
# 'Synchronize'                     => __( 'Hierarchy Synchronization', 'sitepress' ),
# 'lowercaseTranslate'              => __( 'translate', 'sitepress' ),

msgid "Hierarchy Synchronization"
msgstr ""

# 'lowercaseTranslate'              => __( 'translate', 'sitepress' ),
# 'copyToAllLanguages'              => __( 'Copy to all languages', 'sitepress' ),
# 'copyToAllMessage'                => sprintf( __( 'Copy this term from original: %1$s to all other languages?' ), '%language%' ),

msgid "Copy to all languages"
msgstr ""

# 'copyToAllMessage'                => sprintf( __( 'Copy this term from original: %1$s to all other languages?' ), '%language%' ),
# 'copyAllOverwrite'                => __( 'Overwrite existing translations', 'sitepress' ),
# 'willBeRemoved'                   => __( 'Will be removed', 'sitepress' ),

msgid "Overwrite existing translations"
msgstr ""

# 'copyAllOverwrite'                => __( 'Overwrite existing translations', 'sitepress' ),
# 'willBeRemoved'                   => __( 'Will be removed', 'sitepress' ),
# 'willBeAdded'                     => __( 'Will be added', 'sitepress' ),

msgid "Will be removed"
msgstr ""

# 'willBeRemoved'                   => __( 'Will be removed', 'sitepress' ),
# 'willBeAdded'                     => __( 'Will be added', 'sitepress' ),
# 'legend'                          => __( 'Legend:', 'sitepress' ),

msgid "Will be added"
msgstr ""

# 'willBeAdded'                     => __( 'Will be added', 'sitepress' ),
# 'legend'                          => __( 'Legend:', 'sitepress' ),
# 'refLang'                         => sprintf( __( 'Synchronize taxonomy hierarchy according to: %1$s language.', 'sitepress' ), '%language%' ),

msgid "Legend:"
msgstr ""

# 'legend'                          => __( 'Legend:', 'sitepress' ),
# 'refLang'                         => sprintf( __( 'Synchronize taxonomy hierarchy according to: %1$s language.', 'sitepress' ), '%language%' ),
# 'targetLang'                      => __( 'Target Language', 'sitepress' ),

msgid "Synchronize taxonomy hierarchy according to: %1$s language."
msgstr ""

# 'refLang'                         => sprintf( __( 'Synchronize taxonomy hierarchy according to: %1$s language.', 'sitepress' ), '%language%' ),
# 'targetLang'                      => __( 'Target Language', 'sitepress' ),
# 'termPopupDialogTitle'            => __( 'Term translation', 'sitepress' ),

msgid "Target Language"
msgstr ""

# 'targetLang'                      => __( 'Target Language', 'sitepress' ),
# 'termPopupDialogTitle'            => __( 'Term translation', 'sitepress' ),
# 'originalTermPopupDialogTitle'    => __( 'Original term', 'sitepress' ),

msgid "Term translation"
msgstr ""

# 'termPopupDialogTitle'            => __( 'Term translation', 'sitepress' ),
# 'originalTermPopupDialogTitle'    => __( 'Original term', 'sitepress' ),
# 'labelPopupDialogTitle'           => __( 'Label translation', 'sitepress' ),

msgid "Original term"
msgstr ""

# 'originalTermPopupDialogTitle'    => __( 'Original term', 'sitepress' ),
# 'labelPopupDialogTitle'           => __( 'Label translation', 'sitepress' ),
# 'copyFromOriginal'                => __( 'Copy from original', 'sitepress' ),

msgid "Label translation"
msgstr ""

# 'labelPopupDialogTitle'           => __( 'Label translation', 'sitepress' ),
# 'copyFromOriginal'                => __( 'Copy from original', 'sitepress' ),
# 'original'                        => __( 'Original:', 'sitepress' ),

msgid "Copy from original"
msgstr ""

# 'copyFromOriginal'                => __( 'Copy from original', 'sitepress' ),
# 'original'                        => __( 'Original:', 'sitepress' ),
# 'translationTo'                   => __( 'Translation to:', 'sitepress' ),

msgid "Original:"
msgstr ""

# 'original'                        => __( 'Original:', 'sitepress' ),
# 'translationTo'                   => __( 'Translation to:', 'sitepress' ),
# 'Name'                            => __( 'Name', 'sitepress' ),

msgid "Translation to:"
msgstr ""

# 'translationTo'                   => __( 'Translation to:', 'sitepress' ),
# 'Name'                            => __( 'Name', 'sitepress' ),
# 'Slug'                            => __( 'Slug', 'sitepress' ),

msgid "Name"
msgstr ""

# 'Name'                            => __( 'Name', 'sitepress' ),
# 'Slug'                            => __( 'Slug', 'sitepress' ),
# 'Description'                     => __( 'Description', 'sitepress' ),

msgid "Slug"
msgstr ""

# 'Slug'                            => __( 'Slug', 'sitepress' ),
# 'Description'                     => __( 'Description', 'sitepress' ),
# 'Ok'                              => __( 'OK', 'sitepress' ),

msgid "Description"
msgstr ""

# 'save'                            => __( 'Save', 'sitepress' ),
# 'Singular'                        => __( 'Singular', 'sitepress' ),
# 'Plural'                          => __( 'Plural', 'sitepress' ),

msgid "Singular"
msgstr ""

# 'Singular'                        => __( 'Singular', 'sitepress' ),
# 'Plural'                          => __( 'Plural', 'sitepress' ),
# 'changeLanguage'                  => __( 'Change language', 'sitepress' ),

msgid "Plural"
msgstr ""

# 'Plural'                          => __( 'Plural', 'sitepress' ),
# 'changeLanguage'                  => __( 'Change language', 'sitepress' ),
# 'cancel'                          => __( 'Cancel', 'sitepress' ),

msgid "Change language"
msgstr ""

# 'cancel'                          => __( 'Cancel', 'sitepress' ),
# 'loading'                         => __( 'loading', 'sitepress' ),
# 'Save'                            => __( 'Save', 'sitepress' ),

msgid "loading"
msgstr ""

# 'currentPage'                     => __( 'Current page', 'sitepress' ),
# 'goToPreviousPage'                => __( 'Go to previous page', 'sitepress' ),
# 'goToNextPage'                    => __( 'Go to the next page', 'sitepress' ),

msgid "Go to previous page"
msgstr ""

# 'goToPreviousPage'                => __( 'Go to previous page', 'sitepress' ),
# 'goToNextPage'                    => __( 'Go to the next page', 'sitepress' ),
# 'goToFirstPage'                   => __( 'Go to the first page', 'sitepress' ),

msgid "Go to the next page"
msgstr ""

# 'goToNextPage'                    => __( 'Go to the next page', 'sitepress' ),
# 'goToFirstPage'                   => __( 'Go to the first page', 'sitepress' ),
# 'goToLastPage'                    => __( 'Go to the last page', 'sitepress' ),

msgid "Go to the first page"
msgstr ""

# 'goToFirstPage'                   => __( 'Go to the first page', 'sitepress' ),
# 'goToLastPage'                    => __( 'Go to the last page', 'sitepress' ),
# 'hieraSynced'                     => __( 'The taxonomy hierarchy is now synchronized.', 'sitepress' ),

msgid "Go to the last page"
msgstr ""

# 'goToLastPage'                    => __( 'Go to the last page', 'sitepress' ),
# 'hieraSynced'                     => __( 'The taxonomy hierarchy is now synchronized.', 'sitepress' ),
# 'hieraAlreadySynced'              => __( 'The taxonomy hierarchy is already synchronized.', 'sitepress' ),

msgid "The taxonomy hierarchy is now synchronized."
msgstr ""

# 'hieraSynced'                     => __( 'The taxonomy hierarchy is now synchronized.', 'sitepress' ),
# 'hieraAlreadySynced'              => __( 'The taxonomy hierarchy is already synchronized.', 'sitepress' ),
# 'noTermsFound'                    => sprintf( __( 'No %1$s found.', 'sitepress' ), '%taxonomy%' ),

msgid "The taxonomy hierarchy is already synchronized."
msgstr ""

# 'hieraAlreadySynced'              => __( 'The taxonomy hierarchy is already synchronized.', 'sitepress' ),
# 'noTermsFound'                    => sprintf( __( 'No %1$s found.', 'sitepress' ), '%taxonomy%' ),
# 'items'                           => __( 'items', 'sitepress' ),

msgid "No %1$s found."
msgstr ""

# 'noTermsFound'                    => sprintf( __( 'No %1$s found.', 'sitepress' ), '%taxonomy%' ),
# 'items'                           => __( 'items', 'sitepress' ),
# 'item'                            => __( 'item', 'sitepress' ),

msgid "items"
msgstr ""

# 'items'                           => __( 'items', 'sitepress' ),
# 'item'                            => __( 'item', 'sitepress' ),
# 'summaryTerms'                    => sprintf( __( 'Translation of %1$s', 'sitepress' ), '%taxonomy%' ),

msgid "item"
msgstr ""

# 'item'                            => __( 'item', 'sitepress' ),
# 'summaryTerms'                    => sprintf( __( 'Translation of %1$s', 'sitepress' ), '%taxonomy%' ),
# 'summaryLabels'                   => sprintf( __( 'Translations of taxonomy %1$s labels and slug', 'sitepress' ), '%taxonomy%' ),

msgid "Translation of %1$s"
msgstr ""

# 'summaryTerms'                    => sprintf( __( 'Translation of %1$s', 'sitepress' ), '%taxonomy%' ),
# 'summaryLabels'                   => sprintf( __( 'Translations of taxonomy %1$s labels and slug', 'sitepress' ), '%taxonomy%' ),
# 'activateStringTranslation'       => sprintf( __( 'To translate taxonomy labels and slug you need %s plugin.', 'sitepress' ), $st_plugin ),

msgid "Translations of taxonomy %1$s labels and slug"
msgstr ""

# 'summaryLabels'                   => sprintf( __( 'Translations of taxonomy %1$s labels and slug', 'sitepress' ), '%taxonomy%' ),
# 'activateStringTranslation'       => sprintf( __( 'To translate taxonomy labels and slug you need %s plugin.', 'sitepress' ), $st_plugin ),
# 'preparingTermsData'              => __( 'Loading ...', 'sitepress' ),

msgid "To translate taxonomy labels and slug you need %s plugin."
msgstr ""

# 'activateStringTranslation'       => sprintf( __( 'To translate taxonomy labels and slug you need %s plugin.', 'sitepress' ), $st_plugin ),
# 'preparingTermsData'              => __( 'Loading ...', 'sitepress' ),
# 'firstColumnHeading'              => sprintf( __( '%1$s terms (in original language)', 'sitepress' ), '%taxonomy%' ),

msgid "Loading ..."
msgstr ""

# 'preparingTermsData'              => __( 'Loading ...', 'sitepress' ),
# 'firstColumnHeading'              => sprintf( __( '%1$s terms (in original language)', 'sitepress' ), '%taxonomy%' ),
# 'resultsTruncated'                => sprintf( __( 'Because too many %1$s were found, only the first %2$s results are listed. You can refine the results using the Search field below.', 'sitepress' ), '%taxonomy%', '<strong>' . $term_results_cap . '</strong>' ),

msgid "%1$s terms (in original language)"
msgstr ""

# 'firstColumnHeading'              => sprintf( __( '%1$s terms (in original language)', 'sitepress' ), '%taxonomy%' ),
# 'resultsTruncated'                => sprintf( __( 'Because too many %1$s were found, only the first %2$s results are listed. You can refine the results using the Search field below.', 'sitepress' ), '%taxonomy%', '<strong>' . $term_results_cap . '</strong>' ),
# 'wpml_save_term_nonce'            => wp_create_nonce( 'wpml_save_term_nonce' ),

msgid "Because too many %1$s were found, only the first %2$s results are listed. You can refine the results using the Search field below."
msgstr ""

# 
# 'addTranslation'                  => __( 'Add translation', 'sitepress' ),
# 'editTranslation'                 => __( 'Edit translation', 'sitepress' ),

msgid "Add translation"
msgstr ""

# 'editTranslation'                 => __( 'Edit translation', 'sitepress' ),
# 'originalLanguage'                => __( 'Original language', 'sitepress' ),
# 'termMetaLabel'                   => __( 'This term has additional meta fields:', 'sitepress' ),

msgid "Original language"
msgstr ""

# 'originalLanguage'                => __( 'Original language', 'sitepress' ),
# 'termMetaLabel'                   => __( 'This term has additional meta fields:', 'sitepress' ),
# );

msgid "This term has additional meta fields:"
msgstr ""

# if ( ! isset( $_POST['nonce'] ) || ! wp_verify_nonce( $_POST['nonce'], 'wpml_taxonomy_translation_nonce' ) ) {
# wp_send_json_error( __( 'Wrong nonce', 'sitepress' ) );
# return;

msgid "Wrong nonce"
msgstr ""

# echo '<div id="icl_tax_adding_notice" class="updated fade"><p>'
# . sprintf( esc_html__( 'Adding translation for: %s.', 'sitepress' ), $tax_name )
# . '</p></div>';

msgid "Adding translation for: %s."
msgstr ""

# if ( $elements ) {
# $msg     = esc_html( __( "You haven't set your synchronization preferences for these %1\$s: %2\$s. Default value was selected.", 'sitepress' ) );
# $notice .= '<div class="updated below-h2"><p>';

msgid "You haven't set your synchronization preferences for these %1$s: %2$s. Default value was selected."
msgstr ""

# <div class="wpml-flex-table wpml-translation-setup-table wpml-margin-top-sm">
# <?php $custom_post_types_ui->render_custom_types_header_ui( esc_html__( 'Post types', 'sitepress' ) ); ?>
# <div class="wpml-flex-table-body">

msgid "Post types"
msgstr ""

# <div class="wpml-section-header">
# <h3><?php esc_html_e( 'Post Types Translation', 'sitepress' ); ?></h3>
# </div>

msgid "Post Types Translation"
msgstr ""

# <div class="wpml-section-header">
# <h3><?php esc_html_e( 'Taxonomies Translation', 'sitepress' ); ?></h3>
# </div>

msgid "Taxonomies Translation"
msgstr ""

# $link_to_documentation = '<a class="wpml-external-link" target="_blank" href="' . $nginx_documentation_url . '">'
# . esc_html__( 'server requirements for sites that use nginx', 'sitepress' )
# . '</a>';

msgid "server requirements for sites that use nginx"
msgstr ""

# /* translators: $s: a link with "server requirements for sites that use nginx" as a text  */
# echo sprintf( esc_html__( ' Read more about the %s.', 'sitepress' ), $link_to_documentation );
# 

msgid " Read more about the %s."
msgstr ""

# <div class="wpml-section-header">
# <h3><?php esc_html_e( 'Login and registration pages', 'sitepress' ); ?></h3>
# </div>

msgid "Login and registration pages"
msgstr ""

# value="1"/>
# <?php esc_html_e( 'Allow translating the login and registration pages', 'sitepress' ); ?>
# </label>

msgid "Allow translating the login and registration pages"
msgstr ""

# class="wpml-external-link">
# <?php esc_html_e( 'How to translate login and registration pages', 'sitepress' ); ?>
# </a>

msgid "How to translate login and registration pages"
msgstr ""

# <?php
# esc_html_e( 'If your site uses nginx, you may need to adjust your server settings. ', 'sitepress' );
# 

msgid "If your site uses nginx, you may need to adjust your server settings. "
msgstr ""

# <div class="wpml-section-header">
# <h3><?php esc_html_e( 'Posts and pages synchronization', 'sitepress' ); ?></h3>
# </div>

msgid "Posts and pages synchronization"
msgstr ""

# <label><input type="checkbox" id="icl_sync_page_ordering" name="icl_sync_page_ordering" <?php checked( $sitepress_settings['sync_page_ordering'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize page order for translations', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize page order for translations"
msgstr ""

# <label><input type="checkbox" id="icl_sync_page_parent" name="icl_sync_page_parent" <?php checked( $sitepress_settings['sync_page_parent'] ) ?> value="1" />
# <?php esc_html_e( 'Set page parent for translation according to page parent of the original language', 'sitepress' ) ?></label>
# </p>

msgid "Set page parent for translation according to page parent of the original language"
msgstr ""

# <label><input type="checkbox" name="icl_sync_page_template" <?php checked( $sitepress_settings['sync_page_template'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize page template', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize page template"
msgstr ""

# <label><input type="checkbox" name="icl_sync_comment_status" <?php checked( $sitepress_settings['sync_comment_status'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize comment status', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize comment status"
msgstr ""

# <label><input type="checkbox" name="icl_sync_ping_status" <?php checked( $sitepress_settings['sync_ping_status'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize ping status', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize ping status"
msgstr ""

# <label><input type="checkbox" name="icl_sync_sticky_flag" <?php checked( $sitepress_settings['sync_sticky_flag'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize sticky flag', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize sticky flag"
msgstr ""

# <label><input type="checkbox" name="icl_sync_password" <?php checked( $sitepress_settings['sync_password'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize password for password protected posts', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize password for password protected posts"
msgstr ""

# <label><input type="checkbox" name="icl_sync_private_flag" <?php checked( $sitepress_settings['sync_private_flag'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize private flag', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize private flag"
msgstr ""

# <label><input type="checkbox" name="icl_sync_post_format" <?php checked( $sitepress_settings['sync_post_format'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize posts format', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize posts format"
msgstr ""

# <label><input type="checkbox" name="icl_sync_delete" <?php checked( $sitepress_settings['sync_delete'] ) ?> value="1" />
# <?php esc_html_e( 'When deleting a post, delete translations as well', 'sitepress' ) ?></label>
# </p>

msgid "When deleting a post, delete translations as well"
msgstr ""

# <label><input type="checkbox" name="icl_sync_delete_tax" <?php checked( $sitepress_settings['sync_delete_tax'] ) ?> value="1" />
# <?php esc_html_e( 'When deleting a taxonomy (category, tag or custom), delete translations as well', 'sitepress' ) ?></label>
# </p>

msgid "When deleting a taxonomy (category, tag or custom), delete translations as well"
msgstr ""

# <label><input type="checkbox" name="icl_sync_post_taxonomies" <?php checked( $sitepress_settings['sync_post_taxonomies'] ) ?> value="1" />
# <?php esc_html_e( 'Copy taxonomy to translations', 'sitepress' ) ?></label>
# </p>

msgid "Copy taxonomy to translations"
msgstr ""

# <label><input type="checkbox" name="icl_sync_post_date" <?php checked( $sitepress_settings['sync_post_date'] ) ?> value="1" />
# <?php esc_html_e( 'Copy publishing date to translations', 'sitepress' ) ?></label>
# </p>

msgid "Copy publishing date to translations"
msgstr ""

# <label><input type="checkbox" name="icl_sync_comments_on_duplicates" <?php checked( $sitepress->get_setting( 'sync_comments_on_duplicates' ) ) ?> value="1" />
# <?php esc_html_e( 'Synchronize comments on duplicate content', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize comments on duplicate content"
msgstr ""

# <div class="wpml-section-content-inner">
# <h4><?php esc_html_e( 'Page builders options', 'sitepress' ) ?></h4>
# <?php $wpml_page_builder_options = new WPML_Page_Builder_Settings(); ?>

msgid "Page builders options"
msgstr ""

# <label><input type="checkbox" name="wpml_pb_translate_raw_html" <?php checked( $wpml_page_builder_options->is_raw_html_translatable() ); ?> value="1" />
# <?php esc_html_e( 'Send to translation the content of raw HTML cells', 'sitepress' ) ?></label>
# </p>

msgid "Send to translation the content of raw HTML cells"
msgstr ""

# <div class="inside">
# <p><?php _e( 'This information allows our support team to see the versions of WordPress, plugins and theme on your site. Provide this information if requested in our support forum. No passwords or other confidential information is included.', 'sitepress' ); ?></p>
# <br/>

msgid "This information allows our support team to see the versions of WordPress, plugins and theme on your site. Provide this information if requested in our support forum. No passwords or other confidential information is included."
msgstr ""

# } catch ( Exception $ex ) {
# $this->set_errors( __( 'Upload directory cannot be created. Check your permissions.', 'sitepress' ) );
# }

msgid "Upload directory cannot be created. Check your permissions."
msgstr ""

# } else {
# $this->set_errors( __( 'Upload dir is not writable', 'sitepress' ) );
# }

msgid "Upload dir is not writable"
msgstr ""

# <?php
# echo esc_js( sprintf( __( 'Are you sure you want to delete this language?%sALL the data associated with this language will be ERASED!', 'sitepress' ), "\n" ) )
# ?>

msgid "Are you sure you want to delete this language?%sALL the data associated with this language will be ERASED!"
msgstr ""

# if ( ! isset( $_POST['icl_edit_languages'] ) || ! is_array( $_POST['icl_edit_languages'] ) ) {
# $this->set_errors( __( 'Please, enter valid data.', 'sitepress' ) );
# 

msgid "Please, enter valid data."
msgstr ""

# if ( ! $this->insert_translation( $translation_value, $data['code'], $translation_code ) ) {
# $this->set_errors( sprintf( __( 'Error adding translation %1$s for %2$s.', 'sitepress' ), $data['code'], $translation_code ) );
# }

msgid "Error adding translation %1$s for %2$s."
msgstr ""

# $data['flag'] = $data['code'] . '.png';
# $this->set_errors( __( 'Error uploading flag file.', 'sitepress' ) );
# }

msgid "Error uploading flag file."
msgstr ""

# if ( ! Languages::add( $data['code'], $data['english_name'], $data['default_locale'], 0, 1, $data['encode_url'], $data['tag'] ) ) {
# $this->set_errors( __( 'Adding language failed.', 'sitepress' ) );
# 

msgid "Adding language failed."
msgstr ""

# if ( ! $this->insert_translation( $data['translations']['add'], $data['code'], $data['code'] ) ) {
# $this->set_errors( __( 'Error adding native name.', 'sitepress' ) );
# }

msgid "Error adding native name."
msgstr ""

# if ( ! $this->insert_flag( $data['code'], $data['flag'], $from_template ) ) {
# $this->set_errors( __( 'Error adding flag.', 'sitepress' ) );
# }

msgid "Error adding flag."
msgstr ""

# if ( ! $this->is_language_code_valid( $data[ $name ] ) ) {
# $this->set_errors( __( 'Invalid character in language code.', 'sitepress' ) );
# $this->set_validation_failed( $id );

msgid "Invalid character in language code."
msgstr ""

# }
# $this->set_errors( __( 'Please, enter required data.', 'sitepress' ) );
# if ( 'add' === $id ) {

msgid "Please, enter required data."
msgstr ""

# if ( in_array( $lang->code, array_values( icl_get_languages_codes() ), true ) ) {
# $error = __( "Error: This is a built in language. You can't delete it.", 'sitepress' );
# } else {

msgid "Error: This is a built in language. You can't delete it."
msgstr ""

# } else {
# $error = __( 'Error: Language not found.', 'sitepress' );
# }

msgid "Error: Language not found."
msgstr ""

# if ( ! in_array( strtolower( $extension ), [ 'png', 'gif', 'jpg', 'svg' ], true ) ) {
# $this->set_errors( __( 'File extension not allowed.', 'sitepress' ) );
# 

msgid "File extension not allowed."
msgstr ""

# <br/>
# <?php echo sprintf( esc_html__( '(allowed: %s)', 'sitepress' ), implode( ', ', $allowed_types ) ); ?>
# </div>

msgid "(allowed: %s)"
msgstr ""

# $unique_columns = [
# 'code'           => esc_html__( 'The Language code already exists.', 'sitepress' ),
# 'english_name'   => esc_html__( 'The Language name already exists.', 'sitepress' ),

msgid "The Language code already exists."
msgstr ""

# 'code'           => esc_html__( 'The Language code already exists.', 'sitepress' ),
# 'english_name'   => esc_html__( 'The Language name already exists.', 'sitepress' ),
# 'default_locale' => esc_html__( 'The default locale already exists.', 'sitepress' ),

msgid "The Language name already exists."
msgstr ""

# 'english_name'   => esc_html__( 'The Language name already exists.', 'sitepress' ),
# 'default_locale' => esc_html__( 'The default locale already exists.', 'sitepress' ),
# 'tag'            => esc_html__( 'The hreflang already exists.', 'sitepress' ),

msgid "The default locale already exists."
msgstr ""

# 'default_locale' => esc_html__( 'The default locale already exists.', 'sitepress' ),
# 'tag'            => esc_html__( 'The hreflang already exists.', 'sitepress' ),
# ];

msgid "The hreflang already exists."
msgstr ""

# 
# $this->set_messages( sprintf( esc_html__( 'The language %s was deleted.', 'sitepress' ), '<strong>' . $lang->code . '</strong>' ) );
# 

msgid "The language %s was deleted."
msgstr ""

# ?>
# class="icl_edit_languages_show"><?php _e( 'Translation (new)', 'sitepress' ); ?></th>
# <?php foreach ( self::get_active_languages() as $lang ) { ?>

msgid "Translation (new)"
msgstr ""

# <?php endif; ?>
# <?php _e( 'Custom flag', 'sitepress' ); ?>
# </label>

msgid "Custom flag"
msgstr ""

# <?php
# esc_attr_e( 'Delete', 'sitepress' )
# ?>

msgid "Delete"
msgstr ""

# <tr>
# <th><?php esc_html_e( 'Language name', 'sitepress' ); ?></th>
# <th><?php esc_html_e( 'Code', 'sitepress' ); ?></th>

msgid "Language name"
msgstr ""

# <th><?php esc_html_e( 'Language name', 'sitepress' ); ?></th>
# <th><?php esc_html_e( 'Code', 'sitepress' ); ?></th>
# <th

msgid "Code"
msgstr ""

# <th><?php esc_html_e( 'Flag', 'sitepress' ); ?></th>
# <th><?php esc_html_e( 'Default locale', 'sitepress' ); ?></th>
# <th><?php esc_html_e( 'Encode URLs', 'sitepress' ); ?></th>

msgid "Default locale"
msgstr ""

# <th><?php esc_html_e( 'Default locale', 'sitepress' ); ?></th>
# <th><?php esc_html_e( 'Encode URLs', 'sitepress' ); ?></th>
# <th><?php esc_html_e( 'hreflang', 'sitepress' ); ?></th>

msgid "Encode URLs"
msgstr ""

# <th><?php esc_html_e( 'Encode URLs', 'sitepress' ); ?></th>
# <th><?php esc_html_e( 'hreflang', 'sitepress' ); ?></th>
# 

msgid "hreflang"
msgstr ""

# <?php if ( \WPML_TM_ATE_Status::is_enabled_and_activated() ) { ?>
# <th><?php esc_html_e( 'Language mapping', 'sitepress' ); ?></th>
# <?php } ?>

msgid "Language mapping"
msgstr ""

# <span class="icl_error_text icl_edit_languages_show"
# style="display: none; margin:10px;"><p><?php esc_html_e( 'Please note: language codes cannot be changed after adding languages. Make sure you enter the correct code.', 'sitepress' ); ?></p></span>
# <p class="submit"><a href="admin.php?page=<?php echo WPML_PLUGIN_FOLDER; ?>/menu/languages.php">&laquo;&nbsp;<?php esc_html_e( 'Back to languages', 'sitepress' ); ?></a></p>

msgid "Please note: language codes cannot be changed after adding languages. Make sure you enter the correct code."
msgstr ""

# style="display: none; margin:10px;"><p><?php esc_html_e( 'Please note: language codes cannot be changed after adding languages. Make sure you enter the correct code.', 'sitepress' ); ?></p></span>
# <p class="submit"><a href="admin.php?page=<?php echo WPML_PLUGIN_FOLDER; ?>/menu/languages.php">&laquo;&nbsp;<?php esc_html_e( 'Back to languages', 'sitepress' ); ?></a></p>
# 

msgid "Back to languages"
msgstr ""

# <input type="button" name="icl_edit_languages_add_language_button" id="icl_edit_languages_add_language_button"
# value="<?php esc_html_e( 'Add Language', 'sitepress' ); ?>" class="button-secondary"
# <?php

msgid "Add Language"
msgstr ""

# alt="<?php echo esc_attr( $lang ['code'] ); ?>"/>
# <?php esc_html_e( 'WPML flag', 'sitepress' ); ?>
# </label>

msgid "WPML flag"
msgstr ""

# ?>
# ><?php esc_html_e( 'No', 'sitepress' ); ?></option>
# <option value="1"

msgid "No"
msgstr ""

# ?>
# ><?php esc_html_e( 'Yes', 'sitepress' ); ?></option>
# </select>

msgid "Yes"
msgstr ""

# 
# echo sprintf( _x(
# 'To use automatic translation with a custom or country-specific language, you must map it to a supported language. Read more about <a href="%s" target="_blank" rel="noopener noreferrer">using automatic translation with custom languages</a>.',

msgctxt "Edit languages page: subtitle #7, description"
msgid "To use automatic translation with a custom or country-specific language, you must map it to a supported language. Read more about <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">using automatic translation with custom languages</a>."
msgstr ""

# <div class="wrap">
# <h2><?php echo esc_html_x( 'Edit Languages', 'Edit languages page: page title', 'sitepress' ); ?></h2>
# <div id="icl_edit_languages_info">

msgctxt "Edit languages page: page title"
msgid "Edit Languages"
msgstr ""

# <div id="icl_edit_languages_info">
# <?php echo esc_html_x( 'This table allows you to edit languages for your site. Each row represents a language.', 'Edit languages page: sentence #1', 'sitepress' ); ?>
# <br/><br/>

msgctxt "Edit languages page: sentence #1"
msgid "This table allows you to edit languages for your site. Each row represents a language."
msgstr ""

# <br/><br/>
# <?php echo esc_html_x( 'For each language, you need to enter the following information:', 'Edit languages page: sentence #2', 'sitepress' ); ?>
# <ul>

msgctxt "Edit languages page: sentence #2"
msgid "For each language, you need to enter the following information:"
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'Code:', 'Edit languages page: subtitle #1', 'sitepress' ); ?></strong> <?php echo esc_html_x( 'a unique value that identifies the language. Once entered, the language code cannot be changed.', 'Edit languages page: subtitle #1, description', 'sitepress' ); ?>
# </li>

msgctxt "Edit languages page: subtitle #1"
msgid "Code:"
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'Code:', 'Edit languages page: subtitle #1', 'sitepress' ); ?></strong> <?php echo esc_html_x( 'a unique value that identifies the language. Once entered, the language code cannot be changed.', 'Edit languages page: subtitle #1, description', 'sitepress' ); ?>
# </li>

msgctxt "Edit languages page: subtitle #1, description"
msgid "a unique value that identifies the language. Once entered, the language code cannot be changed."
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'Translations:', 'Edit languages page: subtitle #2', 'sitepress' ); ?></strong> <?php echo esc_html_x( 'the way the language name will be displayed in different languages.', 'Edit languages page: subtitle #2, description', 'sitepress' ); ?>
# </li>

msgctxt "Edit languages page: subtitle #2"
msgid "Translations:"
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'Translations:', 'Edit languages page: subtitle #2', 'sitepress' ); ?></strong> <?php echo esc_html_x( 'the way the language name will be displayed in different languages.', 'Edit languages page: subtitle #2, description', 'sitepress' ); ?>
# </li>

msgctxt "Edit languages page: subtitle #2, description"
msgid "the way the language name will be displayed in different languages."
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'Flag:', 'Edit languages page: subtitle #3', 'sitepress' ); ?></strong> <?php echo esc_html_x( 'the flag to display next to the language (optional). You can either upload your own flag or use one of WPML\'s built in flag images.', 'Edit languages page: subtitle #3, description', 'sitepress' ); ?>
# </li>

msgctxt "Edit languages page: subtitle #3"
msgid "Flag:"
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'Flag:', 'Edit languages page: subtitle #3', 'sitepress' ); ?></strong> <?php echo esc_html_x( 'the flag to display next to the language (optional). You can either upload your own flag or use one of WPML\'s built in flag images.', 'Edit languages page: subtitle #3, description', 'sitepress' ); ?>
# </li>

msgctxt "Edit languages page: subtitle #3, description"
msgid "the flag to display next to the language (optional). You can either upload your own flag or use one of WPML's built in flag images."
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'Default locale:', 'Edit languages page: subtitle #4', 'sitepress' ); ?></strong> <?php echo esc_html_x( 'This determines the locale value for this language. You should check the name of WordPress localization file to set this correctly.', 'Edit languages page: subtitle #4, description', 'sitepress' ); ?>
# </li>

msgctxt "Edit languages page: subtitle #4"
msgid "Default locale:"
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'Default locale:', 'Edit languages page: subtitle #4', 'sitepress' ); ?></strong> <?php echo esc_html_x( 'This determines the locale value for this language. You should check the name of WordPress localization file to set this correctly.', 'Edit languages page: subtitle #4, description', 'sitepress' ); ?>
# </li>

msgctxt "Edit languages page: subtitle #4, description"
msgid "This determines the locale value for this language. You should check the name of WordPress localization file to set this correctly."
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'Encode URLs:', 'Edit languages page: subtitle #5', 'sitepress' ); ?></strong> <?php echo esc_html_x( 'yes/no, determines if URLs in this language are encoded or use ASCII characters (leave ‘no’ if you are not sure).', 'Edit languages page: subtitle #5, description', 'sitepress' ); ?>
# </li>

msgctxt "Edit languages page: subtitle #5"
msgid "Encode URLs:"
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'Encode URLs:', 'Edit languages page: subtitle #5', 'sitepress' ); ?></strong> <?php echo esc_html_x( 'yes/no, determines if URLs in this language are encoded or use ASCII characters (leave ‘no’ if you are not sure).', 'Edit languages page: subtitle #5, description', 'sitepress' ); ?>
# </li>

msgctxt "Edit languages page: subtitle #5, description"
msgid "yes/no, determines if URLs in this language are encoded or use ASCII characters (leave ‘no’ if you are not sure)."
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'hreflang:', 'Edit languages page: subtitle #6', 'sitepress' ); ?></strong> <?php echo esc_html_x( 'the code Google expects for this language. The hreflang should contain at least the language code (usually, made of two letters), or, if you want to specify the country/region, it sould be the same information as the locale name, but in a slightly different format. If the locale for Canadian French is fr_CA, the corresponding hreflang would be fr-ca. Instead of an underscore, use a dash (-) and all letters should be lowercase.', 'Edit languages page: subtitle #6, description', 'sitepress' ); ?>
# </li>

msgctxt "Edit languages page: subtitle #6"
msgid "hreflang:"
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'hreflang:', 'Edit languages page: subtitle #6', 'sitepress' ); ?></strong> <?php echo esc_html_x( 'the code Google expects for this language. The hreflang should contain at least the language code (usually, made of two letters), or, if you want to specify the country/region, it sould be the same information as the locale name, but in a slightly different format. If the locale for Canadian French is fr_CA, the corresponding hreflang would be fr-ca. Instead of an underscore, use a dash (-) and all letters should be lowercase.', 'Edit languages page: subtitle #6, description', 'sitepress' ); ?>
# </li>

msgctxt "Edit languages page: subtitle #6, description"
msgid "the code Google expects for this language. The hreflang should contain at least the language code (usually, made of two letters), or, if you want to specify the country/region, it sould be the same information as the locale name, but in a slightly different format. If the locale for Canadian French is fr_CA, the corresponding hreflang would be fr-ca. Instead of an underscore, use a dash (-) and all letters should be lowercase."
msgstr ""

# <li>
# <strong><?php echo esc_html_x( 'Language mapping:', 'Edit languages page: subtitle #7', 'sitepress' ); ?></strong>
# <?php

msgctxt "Edit languages page: subtitle #7"
msgid "Language mapping:"
msgstr ""

# $navigation_items = array(
# '#lang-sec-1'   => __( 'Site Languages', 'sitepress' ),
# '#lang-sec-2'   => __( 'Language URL format', 'sitepress' ),

msgid "Site Languages"
msgstr ""

# '#lang-sec-1'   => __( 'Site Languages', 'sitepress' ),
# '#lang-sec-2'   => __( 'Language URL format', 'sitepress' ),
# '#lang-sec-4'   => __( 'Admin language', 'sitepress' ),

msgid "Language URL format"
msgstr ""

# '#lang-sec-2'   => __( 'Language URL format', 'sitepress' ),
# '#lang-sec-4'   => __( 'Admin language', 'sitepress' ),
# '#lang-sec-7'   => __( 'Hide languages', 'sitepress' ),

msgid "Admin language"
msgstr ""

# '#lang-sec-4'   => __( 'Admin language', 'sitepress' ),
# '#lang-sec-7'   => __( 'Hide languages', 'sitepress' ),
# '#lang-sec-8'   => __( 'Make themes work multilingual', 'sitepress' ),

msgid "Hide languages"
msgstr ""

# '#lang-sec-7'   => __( 'Hide languages', 'sitepress' ),
# '#lang-sec-8'   => __( 'Make themes work multilingual', 'sitepress' ),
# '#lang-sec-9'   => __( 'Browser language redirect', 'sitepress' ),

msgid "Make themes work multilingual"
msgstr ""

# '#lang-sec-8'   => __( 'Make themes work multilingual', 'sitepress' ),
# '#lang-sec-9'   => __( 'Browser language redirect', 'sitepress' ),
# '#lang-sec-9-5' => __( 'SEO Options', 'sitepress' ),

msgid "Browser language redirect"
msgstr ""

# '#lang-sec-9-5' => __( 'SEO Options', 'sitepress' ),
# '#lang-sec-9-6'  => __( 'Theme and plugins reporting', 'sitepress' ),
# '#cookie'       => __( 'Language filtering for AJAX operations', 'sitepress' ),

msgid "Theme and plugins reporting"
msgstr ""

# '#cookie'       => __( 'Language filtering for AJAX operations', 'sitepress' ),
# '#lang-sec-10'  => __( 'WPML love', 'sitepress' ),
# );

msgid "WPML love"
msgstr ""

# <?php endif; ?>
# <p><?php printf( __( 'Each user can choose the admin language. You can edit your language preferences by visiting your <a href="%s">profile page</a>.', 'sitepress' ), 'profile.php#wpml' ); ?></p>
# <p class="buttons-wrap">

msgid "Each user can choose the admin language. You can edit your language preferences by visiting your <a href=\"%s\">profile page</a>."
msgstr ""

# echo '<p>';
# printf( __( 'You can enable its/their display for yourself, in your <a href="%s">profile page</a>.', 'sitepress' ), 'profile.php#wpml' );
# echo '</p>';

msgid "You can enable its/their display for yourself, in your <a href=\"%s\">profile page</a>."
msgstr ""

# <label><input type="checkbox" name="icl_promote" <?php checked( $sitepress->get_setting( 'promote_wpml' ) ) ?> value="1"/>
# <?php printf( __( "Tell the world your site is running multilingual with WPML (places a message in your site's footer) - <a href=\"%s\">read more</a>", 'sitepress' ), 'https://wpml.org/?page_id=4560' ); ?>
# </label>

msgid "Tell the world your site is running multilingual with WPML (places a message in your site's footer) - <a href=\"%s\">read more</a>"
msgstr ""

# echo sprintf(
# esc_html__( 'Please go to the %1$sPlugins%2$s page and enable the WPML Multilingual CMS plugin before trying to configure the plugin.', 'sitepress' ),
# '<a href="plugins.php">',

msgid "Please go to the %1$sPlugins%2$s page and enable the WPML Multilingual CMS plugin before trying to configure the plugin."
msgstr ""

# if ( ! empty( $hidden_languages ) && in_array( $lang['code'], $hidden_languages ) ) {
# $hidden = '&nbsp<strong style="color:#f00">(' . esc_html__( 'hidden', 'sitepress' ) . ')</strong>';
# } else {

msgid "hidden"
msgstr ""

# printf(
# esc_html__( 'The data will be encrypted with the %s algorithm.', 'sitepress' ),
# $encryptor_library === 'mcrypt' ? 'MCRYPT_RIJNDAEL_256' : 'AES-256-CTR'

msgid "The data will be encrypted with the %s algorithm."
msgstr ""

# <select name="icl_admin_default_language">
# <option value="_default_"><?php printf( esc_html__( 'Default language (currently %s)', 'sitepress' ), $default_language_details['display_name'] ); ?></option>
# <?php foreach ( $all_languages as $al ) : ?>

msgid "Default language (currently %s)"
msgstr ""

# printf(
# esc_html__( "Remember visitors' language preference for %s hours (please enter 24 or multiples of it).", 'sitepress' ),
# '<input size="2" type="number" min="24" value="' . (int) $sitepress->get_setting( 'remember_language' ) . '" name="icl_remember_language" /> '

msgid "Remember visitors' language preference for %s hours (please enter 24 or multiples of it)."
msgstr ""

# <?php
# $redirect_warning_1 = esc_html__( "Browser language redirect may affect your site's indexing", 'sitepress' );
# $redirect_warning_2 = esc_html__( 'learn more', 'sitepress' );

msgid "Browser language redirect may affect your site's indexing"
msgstr ""

# $redirect_warning_1 = esc_html__( "Browser language redirect may affect your site's indexing", 'sitepress' );
# $redirect_warning_2 = esc_html__( 'learn more', 'sitepress' );
# $url                = 'https://wpml.org/documentation/getting-started-guide/language-setup/automatic-redirect-based-on-browser-language/how-browser-language-redirect-affects-google-indexing/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore';

msgid "learn more"
msgstr ""

# 
# <h4><?php _e('These languages are enabled for this site:','sitepress'); ?></h4>
# 

msgid "These languages are enabled for this site:"
msgstr ""

# <label>
# <?php _e( 'Default admin language: ', 'sitepress' ); ?>
# <?php $default_language_details = $sitepress->get_language_details( $default_language ); ?>

msgid "Default admin language: "
msgstr ""

# ?>
# <h2><?php esc_html_e( 'Setup WPML', 'sitepress' ); ?></h2>
# <div class="updated fade">

msgid "Setup WPML"
msgstr ""

# <div class="updated fade">
# <p style="line-height:1.5"><?php esc_html_e( 'The WPML Multilingual CMS plugin is not currently enabled.', 'sitepress' ); ?></p>
# <p style="line-height:1.5">

msgid "The WPML Multilingual CMS plugin is not currently enabled."
msgstr ""

# <p>
# <strong><?php esc_html_e( 'This screen contains the language settings for your site.', 'sitepress' ); ?></strong>
# </p>

msgid "This screen contains the language settings for your site."
msgstr ""

# class="button-secondary action <?php if ( count( $active_languages ) < 2 ): ?>hidden<?php endif ?>">
# <?php esc_html_e( 'Change default language', 'sitepress' ) ?>
# </button>

msgid "Change default language"
msgstr ""

# <button id="icl_add_remove_button" class="button-secondary action">
# <?php esc_html_e( 'Add / Remove languages', 'sitepress' ) ?>
# </button>

msgid "Add / Remove languages"
msgstr ""

# <div class="wpml-section-content">
# <h4><?php esc_html_e( 'Choose how to determine which language visitors see contents in', 'sitepress' ); ?></h4>
# <form id="icl_save_language_negotiation_type" name="icl_save_language_negotiation_type" action="">

msgid "Choose how to determine which language visitors see contents in"
msgstr ""

# <input type="radio" name="icl_language_negotiation_type" value="1" <?php checked( 1 == $language_negotiation_type ); ?> />
# <?php esc_html_e( 'Different languages in directories', 'sitepress' ); ?>
# <span class="explanation-text">

msgid "Different languages in directories"
msgstr ""

# <?php checked( ! empty( $setting_urls['directory_for_default_language'] ) ); ?> />
# <?php esc_html_e( 'Use directory for default language', 'sitepress' ); ?>
# </label>

msgid "Use directory for default language"
msgstr ""

# 
# <p><?php esc_html_e( 'What to show for the root url:', 'sitepress' ); ?></p>
# 

msgid "What to show for the root url:"
msgstr ""

# value="html_file" <?php checked( 'html_file' === $setting_urls['show_on_root'] ); ?> />
# <?php esc_html_e( 'HTML file', 'sitepress' ); ?> &ndash;
# <span class="explanation-text">

msgid "HTML file"
msgstr ""

# <span class="explanation-text">
# <?php esc_html_e( 'please enter path: absolute or relative to the WordPress installation folder', 'sitepress' ); ?>
# </span>

msgid "please enter path: absolute or relative to the WordPress installation folder"
msgstr ""

# <label class="icl_error_text icl_error_1" for="root_html_file_path" style="display: none;">
# <?php esc_html_e( 'Please select what to show for the root url.', 'sitepress' ); ?>
# </label>

msgid "Please select what to show for the root url."
msgstr ""

# />
# <?php esc_html_e( 'A page', 'sitepress' ); ?>
# 

msgid "A page"
msgstr ""

# 
# <span style="display: none;" id="wpml_show_page_on_root_x"><?php esc_html_e( 'Please save the settings first by clicking Save.', 'sitepress' ); ?></span>
# 

msgid "Please save the settings first by clicking Save."
msgstr ""

# <a href="<?php echo get_edit_post_link( $setting_urls['root_page'] ); ?>">
# <?php esc_html_e( 'Edit root page.', 'sitepress' ); ?>
# </a>

msgid "Edit root page."
msgstr ""

# <a href="<?php echo admin_url( 'post-new.php?post_type=page&wpml_root_page=1' ); ?>">
# <?php esc_html_e( 'Create root page.', 'sitepress' ); ?>
# </a>

msgid "Create root page."
msgstr ""

# value="1" <?php checked( $setting_urls['hide_language_switchers'] ); ?> />
# <?php esc_html_e( 'Hide language switchers on the root page', 'sitepress' ); ?>
# </label>

msgid "Hide language switchers on the root page"
msgstr ""

# <p>
# <?php esc_html_e( 'It looks like languages per directories will not function.', 'sitepress' ); ?>
# <a href="#" onClick="jQuery(this).parent().parent().next().toggle();return false">

msgid "It looks like languages per directories will not function."
msgstr ""

# <div class="icl_error_text" style="display:none;margin:10px;">
# <p><?php esc_html_e( 'This can be a result of either:', 'sitepress' ); ?></p>
# <ul>

msgid "This can be a result of either:"
msgstr ""

# <ul>
# <li><?php esc_html_e( "WordPress is installed in a directory (not root) and you're using default links.", 'sitepress' ); ?></li>
# <li><?php esc_html_e( 'URL rewriting is not enabled in your web server.', 'sitepress' ); ?></li>

msgid "WordPress is installed in a directory (not root) and you're using default links."
msgstr ""

# <li><?php esc_html_e( "WordPress is installed in a directory (not root) and you're using default links.", 'sitepress' ); ?></li>
# <li><?php esc_html_e( 'URL rewriting is not enabled in your web server.', 'sitepress' ); ?></li>
# <li><?php esc_html_e( 'The web server cannot write to the .htaccess file', 'sitepress' ); ?></li>

msgid "URL rewriting is not enabled in your web server."
msgstr ""

# <li><?php esc_html_e( 'URL rewriting is not enabled in your web server.', 'sitepress' ); ?></li>
# <li><?php esc_html_e( 'The web server cannot write to the .htaccess file', 'sitepress' ); ?></li>
# </ul>

msgid "The web server cannot write to the .htaccess file"
msgstr ""

# </ul>
# <a href="https://wpml.org/?page_id=1010"><?php esc_html_e( 'How to fix', 'sitepress' ); ?></a>
# </div>

msgid "How to fix"
msgstr ""

# value="2" <?php checked( 2 == $language_negotiation_type ); ?> />
# <?php esc_html_e( 'A different domain per language', 'sitepress' ); ?>
# <?php if ( $icl_lnt_disabled ) : ?>

msgid "A different domain per language"
msgstr ""

# <?php if ( $icl_lnt_disabled ) : ?>
# <span class="icl_error_text"><?php esc_html_e( 'This option is not yet available for Multisite installs', 'sitepress' ); ?></span>
# <?php endif; ?>

msgid "This option is not yet available for Multisite installs"
msgstr ""

# <?php if ( defined( 'WPML_SUNRISE_MULTISITE_DOMAINS' ) && WPML_SUNRISE_MULTISITE_DOMAINS ) : ?>
# <span class="icl_error_text"><?php esc_html_e( 'Experimental', 'sitepress' ); ?></span>
# <?php endif; ?>

msgid "Experimental"
msgstr ""

# >
# <p><?php esc_html_e( 'Pass session arguments between domains through the language switcher', 'sitepress' ); ?></p>
# <p>

msgid "Pass session arguments between domains through the language switcher"
msgstr ""

# <?php checked( WPML_XDOMAIN_DATA_GET === (int) $sitepress_settings['xdomain_data'] ); ?>/>
# <?php esc_html_e( 'Pass arguments via GET (the url)', 'sitepress' ); ?>
# </label>

msgid "Pass arguments via GET (the url)"
msgstr ""

# <?php checked( WPML_XDOMAIN_DATA_POST === (int) $sitepress_settings['xdomain_data'] ); ?>/>
# <?php esc_html_e( 'Pass arguments via POST', 'sitepress' ); ?>
# </label>

msgid "Pass arguments via POST"
msgstr ""

# <?php checked( WPML_XDOMAIN_DATA_OFF === (int) $sitepress_settings['xdomain_data'] ); ?>/>
# <?php esc_html_e( 'Disable this feature', 'sitepress' ); ?>
# </label>

msgid "Disable this feature"
msgstr ""

# <?php else : ?>
# <p><?php esc_html_e( 'Because encryption is not supported on your host, the data will only have a basic encoding with the bse64 algorithm.', 'sitepress' ); ?></p>
# <?php endif; ?>

msgid "Because encryption is not supported on your host, the data will only have a basic encoding with the bse64 algorithm."
msgstr ""

# 
# <p><a href="https://wpml.org/?page_id=693147" target="_blank"><?php esc_html_e( 'Learn more about passing data between domains', 'sitepress' ); ?></a></p>
# 

msgid "Learn more about passing data between domains"
msgstr ""

# <input type="radio" name="icl_language_negotiation_type" value="3" <?php checked( 3 == $language_negotiation_type ); ?> />
# <?php esc_html_e( 'Language name added as a parameter', 'sitepress' ); ?>
# <span class="explanation-text">

msgid "Language name added as a parameter"
msgstr ""

# <div class="wpml-section-content">
# <p><?php esc_html_e( 'You can completely hide content in specific languages from visitors and search engines, but still view it yourself. This allows reviewing translations that are in progress.', 'sitepress' ); ?></p>
# <form id="icl_hide_languages" name="icl_hide_languages" action="">

msgid "You can completely hide content in specific languages from visitors and search engines, but still view it yourself. This allows reviewing translations that are in progress."
msgstr ""

# } else {
# esc_html_e( 'All languages are currently displayed.', 'sitepress' );
# }

msgid "All languages are currently displayed."
msgstr ""

# <?php wp_nonce_field( 'icl_adjust_ids_nonce', '_icl_nonce' ); ?>
# <p><?php esc_html_e( 'This feature turns themes into multilingual, without having to edit their PHP files.', 'sitepress' ); ?></p>
# <p>

msgid "This feature turns themes into multilingual, without having to edit their PHP files."
msgstr ""

# <input type="checkbox" value="1" name="icl_adjust_ids" <?php checked( $sitepress->get_setting( 'auto_adjust_ids' ) ); ?> />
# <?php esc_html_e( 'Adjust IDs for multilingual functionality', 'sitepress' ); ?>
# </label>

msgid "Adjust IDs for multilingual functionality"
msgstr ""

# <div class="wpml-section-content">
# <p><?php esc_html_e( 'WPML can automatically redirect visitors according to browser language.', 'sitepress' ); ?></p>
# <p class="explanation-text"><?php esc_html_e( "This feature uses Javascript. Make sure that your site doesn't have JS errors.", 'sitepress' ); ?></p>

msgid "WPML can automatically redirect visitors according to browser language."
msgstr ""

# <p><?php esc_html_e( 'WPML can automatically redirect visitors according to browser language.', 'sitepress' ); ?></p>
# <p class="explanation-text"><?php esc_html_e( "This feature uses Javascript. Make sure that your site doesn't have JS errors.", 'sitepress' ); ?></p>
# <form id="icl_automatic_redirect" name="icl_automatic_redirect" action="">

msgid "This feature uses Javascript. Make sure that your site doesn't have JS errors."
msgstr ""

# <input type="radio" value="0" name="icl_automatic_redirect" <?php checked( empty( $automatic_redirect ) ); ?> />
# <?php esc_html_e( 'Disable browser language redirect', 'sitepress' ); ?>
# </label></li>

msgid "Disable browser language redirect"
msgstr ""

# <input type="radio" value="1" name="icl_automatic_redirect" <?php checked( 1, $automatic_redirect ); ?> />
# <?php esc_html_e( 'Redirect visitors based on browser language only if translations exist', 'sitepress' ); ?>
# </label></li>

msgid "Redirect visitors based on browser language only if translations exist"
msgstr ""

# <input type="radio" value="2" name="icl_automatic_redirect" <?php checked( 2, $automatic_redirect ); ?> />
# <?php esc_html_e( 'Always redirect visitors based on browser language (redirect to home page if translations are missing)', 'sitepress' ); ?>
# </label></li>

msgid "Always redirect visitors based on browser language (redirect to home page if translations are missing)"
msgstr ""

# ?>
# <span class="icl_error_text"><?php esc_html_e( "Your browser doesn't seem to be allowing cookies to be set.", 'sitepress' ); ?></span>
# <?php

msgid "Your browser doesn't seem to be allowing cookies to be set."
msgstr ""

# <div class="wpml-section-header">
# <h3><?php esc_html_e( 'Reporting to wpml.org', 'sitepress' ) ?></h3>
# </div>

msgid "Reporting to wpml.org"
msgstr ""

# case 'resetwpml':
# $msg = esc_html__( 'WPML has been reset for the selected site.', 'sitepress' );
# break;

msgid "WPML has been reset for the selected site."
msgstr ""

# case 'deactivatewpml':
# $msg = esc_html__( 'WPML has been deactivated for the selected site.', 'sitepress' );
# break;

msgid "WPML has been deactivated for the selected site."
msgstr ""

# case 'activatewpml':
# $msg = esc_html__( 'WPML has been activated for the selected site.', 'sitepress' );
# break;

msgid "WPML has been activated for the selected site."
msgstr ""

# <div class="wrap">
# <h2><?php echo esc_html__( 'WPML Network Setup', 'sitepress' ); ?>
# <?php

msgid "WPML Network Setup"
msgstr ""

# $actions['edit']    = '<span class="edit"><a href="' . esc_url( network_admin_url( 'site-info.php?id=' . $blog['blog_id'] ) ) . '">' . esc_html__( 'Edit', 'sitepress' ) . '</a></span>';
# $actions['backend'] = "<span class='backend'><a href='" . esc_url( get_admin_url( $blog['blog_id'] ) ) . "' class='edit'>" . esc_html__( 'Dashboard', 'sitepress' ) . '</a></span>';
# $actions['visit']   = "<span class='view'><a href='" . esc_url( get_home_url( $blog['blog_id'] ) ) . "' rel='permalink'>" . esc_html__( 'Visit', 'sitepress' ) . '</a></span>';

msgid "Dashboard"
msgstr ""

# $actions['backend'] = "<span class='backend'><a href='" . esc_url( get_admin_url( $blog['blog_id'] ) ) . "' class='edit'>" . esc_html__( 'Dashboard', 'sitepress' ) . '</a></span>';
# $actions['visit']   = "<span class='view'><a href='" . esc_url( get_home_url( $blog['blog_id'] ) ) . "' rel='permalink'>" . esc_html__( 'Visit', 'sitepress' ) . '</a></span>';
# 

msgid "Visit"
msgstr ""

# <?php
# echo sprintf( esc_html__( 'You are about to reset WPML for this site: %s.', 'sitepress' ), esc_html( $blog_name ) ) .
# ' ' . esc_html__( "All translation data will be lost if you reset WPML's data. They cannot be recovered later.", 'sitepress' )

msgid "You are about to reset WPML for this site: %s."
msgstr ""

# echo sprintf( esc_html__( 'You are about to reset WPML for this site: %s.', 'sitepress' ), esc_html( $blog_name ) ) .
# ' ' . esc_html__( "All translation data will be lost if you reset WPML's data. They cannot be recovered later.", 'sitepress' )
# ?>

msgid "All translation data will be lost if you reset WPML's data. They cannot be recovered later."
msgstr ""

# <tr>
# <th><?php esc_html_e( 'Site', 'sitepress' ); ?></th>
# <th><?php esc_html_e( 'Status', 'sitepress' ); ?></th>

msgid "Site"
msgstr ""

# <?php if ( get_option( '_wpml_inactive', false ) ) : ?>
# <?php esc_html_e( 'Inactive', 'sitepress' ); ?>
# <div class="row-actions">

msgid "Inactive"
msgstr ""

# <?php else : ?>
# <?php esc_html_e( 'Active', 'sitepress' ); ?>
# <div class="row-actions">

msgid "Active"
msgstr ""

# ?>
# <a href="<?php echo esc_url( wp_nonce_url( network_admin_url( 'sites.php?action=deactivatewpml&amp;id=' . (int) $blog['blog_id'] ), 'deactivatewpml' ) ); ?>"><?php esc_html_e( 'Deactivate', 'sitepress' ); ?></a>
# <?php

msgid "Deactivate"
msgstr ""

# ?>
# "><?php esc_html_e( 'Reset', 'sitepress' ); ?></a></td>
# </tr>

msgid "Reset"
msgstr ""

# <p style="margin-top: 20px;">
# <?php printf( esc_html__( 'Technical support for clients is available via %sWPML forums%s.', 'sitepress' ), '<a target="_blank" href="https://wpml.org/forums/">', '</a>' ); ?>
# </p>

msgid "Technical support for clients is available via %sWPML forums%s."
msgstr ""

# <tr>
# <th>' . esc_html__( 'Plugin Name', 'sitepress' ) . '</th>
# <th style="text-align:right">' . esc_html__( 'Status', 'sitepress' ) . '</th>

msgid "Plugin Name"
msgstr ""

# if ( empty( $plugin_data['plugin'] ) ) {
# echo esc_html__( 'Not installed', 'sitepress' );
# } else {

msgid "Not installed"
msgstr ""

# } else {
# echo esc_html__( 'Installed', 'sitepress' );
# }

msgid "Installed"
msgstr ""

# echo '<td align="right">';
# echo isset( $plugin_data['plugin']['Version'] ) ? esc_html( $plugin_data['plugin']['Version'] ) : esc_html__( 'n/a', 'sitepress' );
# echo '</td>';

msgid "n/a"
msgstr ""

# <p style="margin-top: 20px;">
# <?php printf( esc_html__( 'For advanced access or to completely uninstall WPML and remove all language information, use the %stroubleshooting%s page.', 'sitepress' ), '<a href="' . esc_url( admin_url( 'admin.php?page=' . WPML_PLUGIN_FOLDER . '/menu/troubleshooting.php' ) ) . '">', '</a>' ); ?>
# </p>

msgid "For advanced access or to completely uninstall WPML and remove all language information, use the %stroubleshooting%s page."
msgstr ""

# <p style="margin-top: 20px;">
# <?php printf( esc_html__( 'For retrieving debug information if asked by support person, use the %sdebug information%s page.', 'sitepress' ), '<a href="' . esc_url( admin_url( 'admin.php?page=' . WPML_PLUGIN_FOLDER . '/menu/debug-information.php' ) ) . '">', '</a>' ); ?>
# </p>

msgid "For retrieving debug information if asked by support person, use the %sdebug information%s page."
msgstr ""

# <div id="icl_theme_plugins_compatibility">
# <p><?php printf( __( 'Last checked on %s', 'sitepress' ), '<span id="wpml_conf_upd">' . date( 'F j, Y H:i a', get_option( 'wpml_config_index_updated' ) ) . '</span>' ); ?></p>
# 

msgid "Last checked on %s"
msgstr ""

# 
# <input class="button" id="update_wpml_config" value="<?php echo __( 'Update', 'sitepress' ); ?>" type="button" style="float:left;"/>
# 

msgid "Update"
msgstr ""

# <div class="wrap">
# <h3><?php _e( 'Theme and Plugins compatibility with WPML', 'sitepress' ); ?></h3>
# 

msgid "Theme and Plugins compatibility with WPML"
msgstr ""

# 
# <p><?php _e( 'Configuration for compatibility between your active plugins and theme is updated automatically on daily basis.', 'sitepress' ); ?></p>
# <div id="icl_theme_plugins_compatibility">

msgid "Configuration for compatibility between your active plugins and theme is updated automatically on daily basis."
msgstr ""

# 
# echo '<a href="#wpml-settings">' . __( 'WPML Settings', 'sitepress' ) . '</a>';
# echo '<br /><hr /><h3 id="wpml-settings"> ' . __( 'WPML settings', 'sitepress' ) . '</h3>';

msgid "WPML Settings"
msgstr ""

# echo '<a href="#wpml-settings">' . __( 'WPML Settings', 'sitepress' ) . '</a>';
# echo '<br /><hr /><h3 id="wpml-settings"> ' . __( 'WPML settings', 'sitepress' ) . '</h3>';
# echo '<textarea style="font-size:10px;width:100%" wrap="off" rows="16" readonly="readonly">';

msgid "WPML settings"
msgstr ""

# $twig_cache_new_value = ! $twig_cache_disabled;
# $twig_cache_label     = __( 'Disable cache for language switcher templates', 'sitepress' );
# if ( $twig_cache_disabled ) {

msgid "Disable cache for language switcher templates"
msgstr ""

# if ( $twig_cache_disabled ) {
# $twig_cache_label = __( 'Enable cache for language switcher templates', 'sitepress' );
# }

msgid "Enable cache for language switcher templates"
msgstr ""

# 
# echo '<td>' . __( 'linked to: ', 'sitepress' ) . $translatable_posts[ $post_type ]->labels->name . '</td>';
# 

msgid "linked to: "
msgstr ""

# echo '<select onchange="wpml_ts_link_post_type(jQuery(this), \'' . $post_type . '\')">';
# echo '<option value="">' . __( '--select--', 'sitepress' ) . '</option>';
# foreach ( $translatable_posts as $name => $type ) {

msgid "--select--"
msgstr ""

# echo '<br />';
# echo __( 'Note: if you edited the custom post declaration you may need to re-configure WPML to mark it as translatable.', 'sitepress' );
# 

msgid "Note: if you edited the custom post declaration you may need to re-configure WPML to mark it as translatable."
msgstr ""

# echo '<br />';
# echo __( 'Note: if you edited the custom taxonomy declaration you may need to re-configure WPML to mark it as translatable.', 'sitepress' );
# 

msgid "Note: if you edited the custom taxonomy declaration you may need to re-configure WPML to mark it as translatable."
msgstr ""

# <?php
# echo '<form method="post" onsubmit="return confirm(\'' . __(
# 'Are you sure you want to reset all translation and language data? This operation cannot be reversed!',

msgid "Are you sure you want to reset all translation and language data? This operation cannot be reversed!"
msgstr ""

# }
# echo ' /> ' . __( 'I am about to reset all translation and language data.', 'sitepress' ) . '</label><br /><br />';
# 

msgid "I am about to reset all translation and language data."
msgstr ""

# 
# echo '<input id="reset-all-but" type="submit" disabled="disabled" class="button-primary" value="' . __(
# 'Reset and deactivate WPML',

msgid "Reset and deactivate WPML"
msgstr ""

# <div class="icl_cyan_box">
# <h3><?php _e( 'Advanced settings', 'sitepress' ); ?></h3>
# 

msgid "Advanced settings"
msgstr ""

# <div class="icl_cyan_box">
# <h3><?php _e( 'Your Automatic Translation account id is', 'sitepress' ); ?></h3>
# <p>

msgid "Your Automatic Translation account id is"
msgstr ""

# <div class="icl_cyan_box">
# <h3><?php _e( 'Clean up', 'sitepress' ); ?></h3>
# 

msgid "Clean up"
msgstr ""

# 
# <p class="icl_form_errors" style="padding:6px;"><?php _e( 'Please make backup of your database before using this.', 'sitepress' ); ?></p>
# 

msgid "Please make backup of your database before using this."
msgstr ""

# <label><input type="checkbox" onchange="if(jQuery(this).prop('checked')){jQuery('#icl_fix_languages').prop('disabled', false);}else{jQuery('#icl_fix_languages').prop('disabled', true);}">
# &nbsp;<?php _e( "This operation will reset WPML's language tables and reinstall it. Any custom languages that you added will be removed.", 'sitepress' ); ?></label><br /><br />
# <input disabled="disabled" id="icl_fix_languages" type="button" class="button-secondary" value="<?php _e( 'Clear language information and repopulate languages', 'sitepress' ); ?>"/><br/><br />

msgid "This operation will reset WPML's language tables and reinstall it. Any custom languages that you added will be removed."
msgstr ""

# &nbsp;<?php _e( "This operation will reset WPML's language tables and reinstall it. Any custom languages that you added will be removed.", 'sitepress' ); ?></label><br /><br />
# <input disabled="disabled" id="icl_fix_languages" type="button" class="button-secondary" value="<?php _e( 'Clear language information and repopulate languages', 'sitepress' ); ?>"/><br/><br />
# <small style="margin-left:10px;"><?php _e( "This operation will remove WPML's language table and recreate it. You should use it if you just installed WPML and you're not seeing a complete list of available languages.", 'sitepress' ); ?></small>

msgid "Clear language information and repopulate languages"
msgstr ""

# <input disabled="disabled" id="icl_fix_languages" type="button" class="button-secondary" value="<?php _e( 'Clear language information and repopulate languages', 'sitepress' ); ?>"/><br/><br />
# <small style="margin-left:10px;"><?php _e( "This operation will remove WPML's language table and recreate it. You should use it if you just installed WPML and you're not seeing a complete list of available languages.", 'sitepress' ); ?></small>
# <br /><br />

msgid "This operation will remove WPML's language table and recreate it. You should use it if you just installed WPML and you're not seeing a complete list of available languages."
msgstr ""

# <p>
# <input id="icl_cache_clear" type="button" class="button-secondary" value="<?php _e( 'Clear the cache in WPML', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'This may solve issues like missing languages in the language switcher.', 'sitepress' ); ?></small>

msgid "Clear the cache in WPML"
msgstr ""

# <input id="icl_cache_clear" type="button" class="button-secondary" value="<?php _e( 'Clear the cache in WPML', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'This may solve issues like missing languages in the language switcher.', 'sitepress' ); ?></small>
# </p>

msgid "This may solve issues like missing languages in the language switcher."
msgstr ""

# <p>
# <input id="icl_remove_ghost" type="button" class="button-secondary" value="<?php _e( 'Remove ghost entries from the translation tables', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Removes entries from the WPML tables that are not linked properly. Cleans the table off entries left over upgrades, bug fixes or undetermined factors.', 'sitepress' ); ?></small>

msgid "Remove ghost entries from the translation tables"
msgstr ""

# <input id="icl_remove_ghost" type="button" class="button-secondary" value="<?php _e( 'Remove ghost entries from the translation tables', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Removes entries from the WPML tables that are not linked properly. Cleans the table off entries left over upgrades, bug fixes or undetermined factors.', 'sitepress' ); ?></small>
# </p>

msgid "Removes entries from the WPML tables that are not linked properly. Cleans the table off entries left over upgrades, bug fixes or undetermined factors."
msgstr ""

# <p>
# <input id="icl_fix_collation" type="button" class="button-secondary" value="<?php _e( 'Fix element_type collation', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Fixes the collation of the element_type column in icl_translations in case this setting changed for your posts.post_type column.', 'sitepress' ); ?></small>

msgid "Fix element_type collation"
msgstr ""

# <input id="icl_fix_collation" type="button" class="button-secondary" value="<?php _e( 'Fix element_type collation', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Fixes the collation of the element_type column in icl_translations in case this setting changed for your posts.post_type column.', 'sitepress' ); ?></small>
# </p>

msgid "Fixes the collation of the element_type column in icl_translations in case this setting changed for your posts.post_type column."
msgstr ""

# <p>
# <input id="assign_translation_status_to_duplicates" type="button" class="button-secondary" value="<?php _e( 'Assign translation status to duplicated content', 'sitepress' ); ?>"/><span id="assign_translation_status_to_duplicates_resp"></span><br/>
# <small style="margin-left:10px;"><?php _e( 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated.', 'sitepress' ); ?> </small>

msgid "Assign translation status to duplicated content"
msgstr ""

# <input id="assign_translation_status_to_duplicates" type="button" class="button-secondary" value="<?php _e( 'Assign translation status to duplicated content', 'sitepress' ); ?>"/><span id="assign_translation_status_to_duplicates_resp"></span><br/>
# <small style="margin-left:10px;"><?php _e( 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated.', 'sitepress' ); ?> </small>
# </p>

msgid "Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated."
msgstr ""

# <p>
# <input id="icl_add_missing_lang" type="button" class="button-secondary" value="<?php _e( 'Set language information', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Adds language information to posts and taxonomies that are missing this information.', 'sitepress' ); ?></small>

msgid "Set language information"
msgstr ""

# <input id="icl_add_missing_lang" type="button" class="button-secondary" value="<?php _e( 'Set language information', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Adds language information to posts and taxonomies that are missing this information.', 'sitepress' ); ?></small>
# </p>

msgid "Adds language information to posts and taxonomies that are missing this information."
msgstr ""

# <p>
# <input id="icl_fix_terms_count" type="button" class="button-secondary" value="<?php _e( 'Fix terms count', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Correct terms count in case something went wrong with translated contents.', 'sitepress' ); ?></small>

msgid "Fix terms count"
msgstr ""

# <input id="icl_fix_terms_count" type="button" class="button-secondary" value="<?php _e( 'Fix terms count', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Correct terms count in case something went wrong with translated contents.', 'sitepress' ); ?></small>
# </p>

msgid "Correct terms count in case something went wrong with translated contents."
msgstr ""

# <p>
# <input id="icl_fix_post_types" type="button" class="button-secondary" value="<?php _e( 'Fix post type assignment for translations', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Correct post type assignment for translations of custom post types in case something went wrong.', 'sitepress' ); ?></small>

msgid "Fix post type assignment for translations"
msgstr ""

# <input id="icl_fix_post_types" type="button" class="button-secondary" value="<?php _e( 'Fix post type assignment for translations', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Correct post type assignment for translations of custom post types in case something went wrong.', 'sitepress' ); ?></small>
# </p>

msgid "Correct post type assignment for translations of custom post types in case something went wrong."
msgstr ""

# <p>
# <input id="icl_remove_st_db_cache_logs" type="button" class="button-secondary" value="<?php _e( 'Remove debug logs of String Translation cache', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Removes invalid rows stored in option and hide admin notice.', 'sitepress' ); ?></small>

msgid "Remove debug logs of String Translation cache"
msgstr ""

# <input id="icl_remove_st_db_cache_logs" type="button" class="button-secondary" value="<?php _e( 'Remove debug logs of String Translation cache', 'sitepress' ); ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Removes invalid rows stored in option and hide admin notice.', 'sitepress' ); ?></small>
# </p>

msgid "Removes invalid rows stored in option and hide admin notice."
msgstr ""

# <br/>
# <?php _e( 'Translatable custom posts linking', 'sitepress' ); ?><br/>
# <small style="margin-left:10px;"><?php _e( 'Allows linking existing translations after changing custom posts definition (name) ', 'sitepress' ); ?></small>

msgid "Translatable custom posts linking"
msgstr ""

# <?php _e( 'Translatable custom posts linking', 'sitepress' ); ?><br/>
# <small style="margin-left:10px;"><?php _e( 'Allows linking existing translations after changing custom posts definition (name) ', 'sitepress' ); ?></small>
# 

msgid "Allows linking existing translations after changing custom posts definition (name) "
msgstr ""

# <br/>
# <?php _e( 'Translatable taxonomies linking', 'sitepress' ); ?><br/>
# <small style="margin-left:10px;"><?php _e( 'Allows linking existing translations after changing custom taxonomies definition (name) ', 'sitepress' ); ?></small>

msgid "Translatable taxonomies linking"
msgstr ""

# <?php _e( 'Translatable taxonomies linking', 'sitepress' ); ?><br/>
# <small style="margin-left:10px;"><?php _e( 'Allows linking existing translations after changing custom taxonomies definition (name) ', 'sitepress' ); ?></small>
# 

msgid "Allows linking existing translations after changing custom taxonomies definition (name) "
msgstr ""

# 
# <p><?php _e( 'This function is available through the Network Admin section.', 'sitepress' ); ?></p>
# <?php if ( current_user_can( 'manage_sites' ) ) { ?>

msgid "This function is available through the Network Admin section."
msgstr ""

# ?>
# "><?php _e( 'Go to WPML Network settings.', 'sitepress' ); ?></a>
# <p><small><?php _e( 'Note: WPML must be activated on the primary site or must be network activated.', 'sitepress' ); ?></small></p>

msgid "Go to WPML Network settings."
msgstr ""

# "><?php _e( 'Go to WPML Network settings.', 'sitepress' ); ?></a>
# <p><small><?php _e( 'Note: WPML must be activated on the primary site or must be network activated.', 'sitepress' ); ?></small></p>
# <?php } else { ?>

msgid "Note: WPML must be activated on the primary site or must be network activated."
msgstr ""

# <?php } else { ?>
# <i><?php _e( 'You are not allowed to manage the WPML Network settings.', 'sitepress' ); ?></i>
# <?php } ?>

msgid "You are not allowed to manage the WPML Network settings."
msgstr ""

# echo '<p class="error" style="padding:6px;">';
# _e(
# "The 'Reset' action will deactivate the WPML plugin after it deletes the WPML tables (tables with the 'icl_' prefix) from the database. The action will NOT delete any content (posts, taxonomy terms etc.). It only affects translation and language information that WPML associates with each content type.",

msgid "The 'Reset' action will deactivate the WPML plugin after it deletes the WPML tables (tables with the 'icl_' prefix) from the database. The action will NOT delete any content (posts, taxonomy terms etc.). It only affects translation and language information that WPML associates with each content type."
msgstr ""

# echo '<p class="error" style="padding:6px;">';
# _e( "Please note that all translations you have sent to remote translation services will be lost if you reset WPML's data. They cannot be recovered later.", 'sitepress' );
# echo '</p>';

msgid "Please note that all translations you have sent to remote translation services will be lost if you reset WPML's data. They cannot be recovered later."
msgstr ""

# echo '<p class="error" style="padding:6px;">';
# _e( 'If you are using the Advanced Translation Editor, you will lose the translations that are in progress, as well as the existing translation memory and glossary. You will also lose access to purchases, invoices, and history related to your work with the Advanced Translation Editor.', 'sitepress' );
# echo '</p>';

msgid "If you are using the Advanced Translation Editor, you will lose the translations that are in progress, as well as the existing translation memory and glossary. You will also lose access to purchases, invoices, and history related to your work with the Advanced Translation Editor."
msgstr ""

# </select>
# <input id="wpml_sync_posts_taxonomies" type="button" class="button-secondary" value="<?php esc_html_e( 'Synchronize posts taxonomies', 'sitepress' ); ?>"/> <span class="wpml-notice"></span><br/>
# <small style="margin-left:10px;"><?php esc_html_e( 'This will assign the same taxonomy terms as the source for each post translation.', 'sitepress' ); ?></small>

msgid "Synchronize posts taxonomies"
msgstr ""

# <input id="wpml_sync_posts_taxonomies" type="button" class="button-secondary" value="<?php esc_html_e( 'Synchronize posts taxonomies', 'sitepress' ); ?>"/> <span class="wpml-notice"></span><br/>
# <small style="margin-left:10px;"><?php esc_html_e( 'This will assign the same taxonomy terms as the source for each post translation.', 'sitepress' ); ?></small>
# </p>

msgid "This will assign the same taxonomy terms as the source for each post translation."
msgstr ""

# <?php wp_nonce_field( 'reset_languages_nonce', '_icl_nonce_rl' ); ?>
# <input class="button-secondary" type="button" id="icl_reset_languages" value="<?php esc_html_e( 'Reset languages', 'sitepress' ); ?>"/>
# <small style="margin-left:10px;"><?php esc_html_e( 'WPML will reset all language information to its default values. Any languages that you added or edited will be lost.', 'sitepress' ); ?></small>

msgid "Reset languages"
msgstr ""

# <input class="button-secondary" type="button" id="icl_reset_languages" value="<?php esc_html_e( 'Reset languages', 'sitepress' ); ?>"/>
# <small style="margin-left:10px;"><?php esc_html_e( 'WPML will reset all language information to its default values. Any languages that you added or edited will be lost.', 'sitepress' ); ?></small>
# </p>

msgid "WPML will reset all language information to its default values. Any languages that you added or edited will be lost."
msgstr ""

# if (msg.updated > 0) {
# response_message = assign_translation_status_to_duplicates_updated + ' <?php echo esc_js( _x( 'translation jobs updated', 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated', 'sitepress' ) ); ?>';
# 

msgctxt "Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated"
msgid "translation jobs updated"
msgstr ""

# if (assign_translation_status_to_duplicates_cycles >= 50) {
# response_message += '. <?php echo esc_js( _x( 'Partially done.', 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated', 'sitepress' ) ); ?>';
# response_message += '. <?php echo esc_js( _x( 'There might be more content to fix: please repeat the process.', 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated', 'sitepress' ) ); ?>';

msgctxt "Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated"
msgid "Partially done."
msgstr ""

# response_message += '. <?php echo esc_js( _x( 'Partially done.', 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated', 'sitepress' ) ); ?>';
# response_message += '. <?php echo esc_js( _x( 'There might be more content to fix: please repeat the process.', 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated', 'sitepress' ) ); ?>';
# response_element.text(response_message);

msgctxt "Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated"
msgid "There might be more content to fix: please repeat the process."
msgstr ""

# response_element.text(response_message);
# alert('<?php echo esc_js( _x( 'Partially done', 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated', 'sitepress' ) ); ?>');
# response_element.fadeOut();

msgctxt "Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated"
msgid "Partially done"
msgstr ""

# '3.2' => array(
# 'message' => __( 'This version of WPML includes major updates and improvements.', 'sitepress' ),
# 'link'    => '<a href="https://wpml.org/version/wpml-3-2/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore">' . __( 'WPML 3.2 release notes', 'sitepress' ) . '</a>',

msgid "This version of WPML includes major updates and improvements."
msgstr ""

# 'message' => __( 'This version of WPML includes major updates and improvements.', 'sitepress' ),
# 'link'    => '<a href="https://wpml.org/version/wpml-3-2/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore">' . __( 'WPML 3.2 release notes', 'sitepress' ) . '</a>',
# 'dismiss' => false,

msgid "WPML 3.2 release notes"
msgstr ""

# <?php else : ?>
# <a href="https://wpml.org/?cat=48"><?php _e( 'Learn more', 'sitepress' ); ?></a>
# <?php endif; ?>

msgid "Learn more"
msgstr ""

# ?>
# <span title="<?php _e( 'Stop showing this message', 'sitepress' ); ?>" id="icl_dismiss_upgrade_notice" class="notice-dismiss"><span class="screen-reader-text"><?php _e( 'Dismiss', 'sitepress' ); ?></span></span>
# <?php

msgid "Stop showing this message"
msgstr ""

# 'current' => 'all' == $this->current_language,
# 'anchor'  => __( 'All languages', 'sitepress' ),
# 'flag'    => '<i class="otgs-ico-wpml"></i>',

msgid "All languages"
msgstr ""

# $lang          = $languages_links[ $this->current_language ];
# $help_tip_text = __( 'This language selector determines which content to display. You can choose items in a specific language or in all languages. To change the language of the WordPress Admin interface, go to your profile.', 'sitepress' );
# 

msgid "This language selector determines which content to display. You can choose items in a specific language or in all languages. To change the language of the WordPress Admin interface, go to your profile."
msgstr ""

# 'id'     => $parent,
# 'title'  => '<span title="' . __( 'Showing content in:', 'sitepress' ) . ' ' . $lang['anchor'] . '">'
# . wp_kses( $lang['flag'], $this->flag_kses_tags ) . '&nbsp;' . esc_html( $lang['anchor'] )

msgid "Showing content in:"
msgstr ""

# 'meta'   => array(
# 'title' => __( 'Show content in:', 'sitepress' ) . ' ' . $lang['anchor'],
# ),

msgid "Show content in:"
msgstr ""

# if ( $update ) {
# $text = __( 'Update %s translation', 'sitepress' );
# } else {

msgid "Update %s translation"
msgstr ""

# } else {
# $text = __( 'Edit the %s translation', 'sitepress' );
# }

msgid "Edit the %s translation"
msgstr ""

# return array(
# sprintf( __( 'Add translation to %s', 'sitepress' ), $this->active_langs[ $lang_code ]['display_name'] ),
# $link,

msgid "Add translation to %s"
msgstr ""

# $message  = '<p>';
# $message .= sprintf( __( 'In this version of WPML, you can give your taxonomy terms the same name across multiple languages. You need to update %d taxonomy terms on your website so that they display the same name without any language suffixes.', 'sitepress' ), $suffix_count );
# $message .= '</p>';

msgid "In this version of WPML, you can give your taxonomy terms the same name across multiple languages. You need to update %d taxonomy terms on your website so that they display the same name without any language suffixes."
msgstr ""

# $output .= '<a name="termsuffixupdate"></a>';
# $output .= '<tr><h3>' . __( 'Remove language suffixes from taxonomy names.', 'sitepress' ) . '</h3></tr>';
# 

msgid "Remove language suffixes from taxonomy names."
msgstr ""

# 
# $output .= '<tr id="icl-updated-term-names-headings"><th></th><th>' . __( 'Old Name', 'sitepress' ) . '</th><th>' . __( 'Updated Name', 'sitepress' ) . '</th><th>' . __( 'Affected Taxonomies', 'sitepress' ) . '</th></tr>';
# 

msgid "Old Name"
msgstr ""

# 
# $output .= '<tr id="icl-updated-term-names-headings"><th></th><th>' . __( 'Old Name', 'sitepress' ) . '</th><th>' . __( 'Updated Name', 'sitepress' ) . '</th><th>' . __( 'Affected Taxonomies', 'sitepress' ) . '</th></tr>';
# 

msgid "Updated Name"
msgstr ""

# 
# $output .= '<tr id="icl-updated-term-names-headings"><th></th><th>' . __( 'Old Name', 'sitepress' ) . '</th><th>' . __( 'Updated Name', 'sitepress' ) . '</th><th>' . __( 'Affected Taxonomies', 'sitepress' ) . '</th></tr>';
# 

msgid "Affected Taxonomies"
msgstr ""

# $output .= '</br></br>';
# $output .= '<button id="icl-update-term-names" class="button-primary">' . __( 'Update term names', 'sitepress' ) . '</button>';
# $output .= '<button id="icl-update-term-names-done" class="button-primary" disabled="disabled" style="display:none;">' . __( 'All term names updated', 'sitepress' ) . '</button>';

msgid "Update term names"
msgstr ""

# $output .= '<button id="icl-update-term-names" class="button-primary">' . __( 'Update term names', 'sitepress' ) . '</button>';
# $output .= '<button id="icl-update-term-names-done" class="button-primary" disabled="disabled" style="display:none;">' . __( 'All term names updated', 'sitepress' ) . '</button>';
# $output .= '</div>';

msgid "All term names updated"
msgstr ""

# echo '<div class="updated message">';
# echo '<h3>' . sprintf(__('<i>%s</i> integration', 'sitepress'), str_replace('_', ' ', substr($this->plugin_cp_class, 7))) . '</h3>';
# echo '<p>';

msgid "<i>%s</i> integration"
msgstr ""

# echo '<li><label><input type="radio" name="wpml_cpi_automatic" value="1" '.$checked.' />&nbsp;'
# . __('Automatically clear the cache when strings are translated','sitepress').'</label></li>';
# if(!$this->settings['automatic']) { $checked='checked="checked"'; } else { $checked=''; }

msgid "Automatically clear the cache when strings are translated"
msgstr ""

# echo '<li><label><input type="radio" name="wpml_cpi_automatic" value="0" '.$checked.' />&nbsp;'
# . __('I will clear the cache manually after translating strings','sitepress').'</label></li>';
# echo '</ul>';

msgid "I will clear the cache manually after translating strings"
msgstr ""

# if(!$this->settings['automatic'] && $this->settings['dirty_cache']){
# echo '<p><input id="wpml_cpi_clear_cache" type="button" class="button secondary" value="' . __('Clear cache now','sitepress'). '"/></p>';
# }

msgid "Clear cache now"
msgstr ""

# echo '<p>';
# _e('You are using a caching plugin. When you translate strings, the cache needs to be cleared in order for the translation to display.', 'sitepress');
# echo '</p>';

msgid "You are using a caching plugin. When you translate strings, the cache needs to be cleared in order for the translation to display."
msgstr ""

# if ( Lst::length( $array ) > 1 ) {
# return Lst::join( ', ', Lst::dropLast( 1, $array ) ) . __( ' and ', 'sitepress' ) . $last;
# } else {

msgid " and "
msgstr ""

# if ( WPML_TM_Editors::WPML === $old_editor && $this->is_ate_enabled_and_manager_wizard_completed() ) {
# $text   = __( 'You activated the Advanced Translation Editor for this site, but you are updating an old translation. WPML opened the Standard Translation Editor, so you can update this translation. When you translate new content, you\'ll get the Advanced Translation Editor with all its features. To change your settings, go to WPML Settings.', 'sitepress' );
# $notice = new WPML_Notice( self::NOTICE_ID, $text, self::NOTICE_GROUP );

msgid "You activated the Advanced Translation Editor for this site, but you are updating an old translation. WPML opened the Standard Translation Editor, so you can update this translation. When you translate new content, you'll get the Advanced Translation Editor with all its features. To change your settings, go to WPML Settings."
msgstr ""

# protected function get_model() {
# $tm_url      = '<a href="' . admin_url( 'admin.php?page=' . WPML_TM_FOLDER . '/menu/main.php' ) . '">' . __( 'Translation Dashboard', 'sitepress' ) . '</a>';
# $description = sprintf( __( 'WPML completed updating the translations history. Next, please visit the %s and click on the button to "Check status and get translations".', 'wpml-translation-management' ), $tm_url );

msgid "Translation Dashboard"
msgstr ""

# 'strings' => array(
# 'title'       => __( 'Problem receiving translation jobs?', 'sitepress' ),
# 'description' => $description,

msgid "Problem receiving translation jobs?"
msgstr ""

# <p>
# <input id="wpml_fix_tp_id_text" type="text" value=""/><input id="wpml_fix_tp_id_btn" type="button" class="button-secondary" value="<?php esc_attr_e( 'Fix WPML Translation Jobs "tp_id" field', 'sitepress' ); ?>"/><br/>
# <?php wp_nonce_field( self::AJAX_ACTION, 'wpml-fix-tp-id-nonce' ); ?>

msgid "Fix WPML Translation Jobs \"tp_id\" field"
msgstr ""

# <?php wp_nonce_field( self::AJAX_ACTION, 'wpml-fix-tp-id-nonce' ); ?>
# <small style="margin-left:10px;"><?php esc_attr_e( 'Fixes the "tp_id" field of WPML ranslation jobs and set the status to "in progress" (it requires manual action to re-sync translation status + download translations). It accepts comma separated values of translation job IDs (rid).', 'sitepress' ); ?></small>
# </p>

msgid "Fixes the \"tp_id\" field of WPML ranslation jobs and set the status to \"in progress\" (it requires manual action to re-sync translation status + download translations). It accepts comma separated values of translation job IDs (rid)."
msgstr ""

# 'labels'             => array(
# 'name'          => __( 'Translation Priorities', 'sitepress' ),
# 'singular_name' => __( 'Translation Priority', 'sitepress' ),

msgid "Translation Priorities"
msgstr ""

# 'singular_name' => __( 'Translation Priority', 'sitepress' ),
# 'all_items'     => __( 'All Translation Priorities', 'sitepress' ),
# 'edit_item'     => __( 'Edit Translation Priority', 'sitepress' ),

msgid "All Translation Priorities"
msgstr ""

# 'all_items'     => __( 'All Translation Priorities', 'sitepress' ),
# 'edit_item'     => __( 'Edit Translation Priority', 'sitepress' ),
# 'update_item'   => __( 'Update Translation Priority', 'sitepress' ),

msgid "Edit Translation Priority"
msgstr ""

# 'edit_item'     => __( 'Edit Translation Priority', 'sitepress' ),
# 'update_item'   => __( 'Update Translation Priority', 'sitepress' ),
# 'add_new_item'  => __( 'Add new Translation Priority', 'sitepress' ),

msgid "Update Translation Priority"
msgstr ""

# 'update_item'   => __( 'Update Translation Priority', 'sitepress' ),
# 'add_new_item'  => __( 'Add new Translation Priority', 'sitepress' ),
# 'new_item_name' => __( 'New Translation Priority Name', 'sitepress' ),

msgid "Add new Translation Priority"
msgstr ""

# 'add_new_item'  => __( 'Add new Translation Priority', 'sitepress' ),
# 'new_item_name' => __( 'New Translation Priority Name', 'sitepress' ),
# ),

msgid "New Translation Priority Name"
msgstr ""

# array(
# 'default' => __( 'Required', 'sitepress' ),
# 'en_name' => 'Required',

msgid "Required"
msgstr ""

# array(
# 'default' => __( 'Not needed', 'sitepress' ),
# 'en_name' => 'Not needed',

msgid "Not needed"
msgstr ""

# parent::__construct( $job_id, $batch_id, $tm_instance );
# $this->original_del_text = __( 'The original has been deleted!', 'sitepress' );
# $this->job_factory = $job_factory ?: wpml_tm_load_job_factory();

msgid "The original has been deleted!"
msgstr ""

# echo '<span style="color:#FF0000;">'
# . __( 'Error: No custom field', 'sitepress' ) . '</span>';
# die();

msgid "Error: No custom field"
msgstr ""

# echo '<span style="color:#FF0000;">'
# . __( 'Error: Please provide translation action', 'sitepress' ) . '</span>';
# die();

msgid "Error: Please provide translation action"
msgstr ""

# $iclTranslationManagement->save_settings();
# echo '<strong><em>' . __( 'Settings updated', 'sitepress' ) . '</em></strong>';
# } else {

msgid "Settings updated"
msgstr ""

# echo '<span style="color:#FF0000;">'
# . __( 'Error: WPML Translation Management plugin not initiated', 'sitepress' )
# . '</span>';

msgid "Error: WPML Translation Management plugin not initiated"
msgstr ""

# echo '<span style="color:#FF0000;">'
# . __( 'Error: Please activate WPML Translation Management plugin', 'sitepress' )
# . '</span>';

msgid "Error: Please activate WPML Translation Management plugin"
msgstr ""

# $message              = '';
# $message             .= __(
# 'WPML is missing some records in the languages tables and it cannot fully work until this issue is fixed.',

msgid "WPML is missing some records in the languages tables and it cannot fully work until this issue is fixed."
msgstr ""

# $message             .= sprintf(
# __(
# 'Please go to the %1$s page and click on "%2$s" to fix this problem.',

msgid "Please go to the %1$s page and click on \"%2$s\" to fix this problem."
msgstr ""

# $message             .= '<br />';
# $message             .= __( 'This warning will disappear once this issue is fixed.', 'sitepress' );
# ICL_AdminNotifier::removeMessage( 'setup-incomplete' );

msgid "This warning will disappear once this issue is fixed."
msgstr ""

# $post_edit_messages = array(
# 'switch_language_title'   => __( 'You are about to change the language of {post_name}.', 'sitepress' ),
# 'switch_language_alert'   => __( 'All categories and tags will be translated if possible.', 'sitepress' ),

msgid "You are about to change the language of {post_name}."
msgstr ""

# 'switch_language_title'   => __( 'You are about to change the language of {post_name}.', 'sitepress' ),
# 'switch_language_alert'   => __( 'All categories and tags will be translated if possible.', 'sitepress' ),
# 'connection_loss_alert'   => __( 'The following terms do not have a translation in the chosen language and will be disconnected from this post:', 'sitepress' ),

msgid "All categories and tags will be translated if possible."
msgstr ""

# 'switch_language_alert'   => __( 'All categories and tags will be translated if possible.', 'sitepress' ),
# 'connection_loss_alert'   => __( 'The following terms do not have a translation in the chosen language and will be disconnected from this post:', 'sitepress' ),
# 'loading'                 => __( 'Loading Language Data for {post_name}', 'sitepress' ),

msgid "The following terms do not have a translation in the chosen language and will be disconnected from this post:"
msgstr ""

# 'connection_loss_alert'   => __( 'The following terms do not have a translation in the chosen language and will be disconnected from this post:', 'sitepress' ),
# 'loading'                 => __( 'Loading Language Data for {post_name}', 'sitepress' ),
# 'switch_language_message' => __( 'Please make sure that you\'ve saved all the changes. We will have to reload the page.', 'sitepress' ),

msgid "Loading Language Data for {post_name}"
msgstr ""

# 'loading'                 => __( 'Loading Language Data for {post_name}', 'sitepress' ),
# 'switch_language_message' => __( 'Please make sure that you\'ve saved all the changes. We will have to reload the page.', 'sitepress' ),
# 'switch_language_confirm' => __( 'Do you want to continue?', 'sitepress' ),

msgid "Please make sure that you've saved all the changes. We will have to reload the page."
msgstr ""

# 'switch_language_message' => __( 'Please make sure that you\'ve saved all the changes. We will have to reload the page.', 'sitepress' ),
# 'switch_language_confirm' => __( 'Do you want to continue?', 'sitepress' ),
# '_nonce'                  => wp_create_nonce( 'wpml_switch_post_lang_nonce' ),

msgid "Do you want to continue?"
msgstr ""

# '_nonce'                  => wp_create_nonce( 'wpml_switch_post_lang_nonce' ),
# 'empty_post_title'        => __( '(No title for this post yet)', 'sitepress' ),
# 'ok_button_label'         => __( 'OK', 'sitepress' ),

msgid "(No title for this post yet)"
msgstr ""

# wp_localize_script( 'sitepress-scripts', 'wpml_core_strings', [
# 'dialogCloseText' => __( 'Close', 'sitepress' ),
# ] );

msgid "Close"
msgstr ""

# 'strings'     => array(
# 'success_1'         => __( 'Post type and source language assignment have been fixed for ', 'sitepress' ),
# 'success_2'         => __( ' elements', 'sitepress' ),

msgid "Post type and source language assignment have been fixed for "
msgstr ""

# 'success_1'         => __( 'Post type and source language assignment have been fixed for ', 'sitepress' ),
# 'success_2'         => __( ' elements', 'sitepress' ),
# 'no_problems'       => __( 'No errors were found in the assignment of post types.' ),

msgid " elements"
msgstr ""

# if ( ! $output ) {
# $output = '<select id="parent_id"><option value="">' . __( 'Main Page (no parent)', 'sitepress' ) . '</option></select>';
# }

msgid "Main Page (no parent)"
msgstr ""

# <noscript>
# <div class="error"><?php echo __( 'WPML admin screens require JavaScript in order to display. JavaScript is currently off in your browser.', 'sitepress' ); ?></div>
# </noscript>

msgid "WPML admin screens require JavaScript in order to display. JavaScript is currently off in your browser."
msgstr ""

# if ( ! $this->wpdb->get_var( $this->wpdb->prepare( "SELECT code FROM {$this->wpdb->prefix}icl_languages WHERE code=%s", $lang ) ) ) {
# $IXR_Error = new IXR_Error( 401, __( 'Invalid language code', 'sitepress' ) );
# echo $IXR_Error->getXml();

msgid "Invalid language code"
msgstr ""

# ?>
# <td style="padding:4px;line-height:normal;"><a href="<?php echo $add_link; ?>"><?php echo esc_html__( 'add', 'sitepress' ); ?></a></td>
# <?php endif; ?>

msgid "add"
msgstr ""

# <p>
# <?php _e( 'You need to configure WPML before you can start translating.', 'sitepress' ); ?>
# </p>

msgid "You need to configure WPML before you can start translating."
msgstr ""

# <input type="hidden" id="icl_dismiss_help_nonce" value="<?php echo $icl_dhn = wp_create_nonce( 'dismiss_help_nonce' ); ?>"/>
# <a href="admin.php?page=<?php echo WPML_PLUGIN_FOLDER . '/menu/setup.php'; ?>" class="button-primary configure-wpml"><?php _e( 'Configure WPML', 'sitepress' ); ?></a>&nbsp;
# <a href="https://wpml.org/documentation/getting-started-guide/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore" target="_blank">

msgid "Configure WPML"
msgstr ""

# <a href="https://wpml.org/documentation/getting-started-guide/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore" target="_blank">
# <?php _e( 'Getting started guide', 'sitepress' ); ?>
# </a>

msgid "Getting started guide"
msgstr ""

# 
# $part_one = _x( 'Multilingual WordPress', 'Multilingual WordPress with WPML: first part', 'sitepress' );
# $part_two = _x( 'with WPML', 'Multilingual WordPress with WPML: second part', 'sitepress' );

msgctxt "Multilingual WordPress with WPML: first part"
msgid "Multilingual WordPress"
msgstr ""

# $part_one = _x( 'Multilingual WordPress', 'Multilingual WordPress with WPML: first part', 'sitepress' );
# $part_two = _x( 'with WPML', 'Multilingual WordPress with WPML: second part', 'sitepress' );
# 

msgctxt "Multilingual WordPress with WPML: second part"
msgid "with WPML"
msgstr ""