prisna_wp_translate-en_US.po
65.8 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
msgid ""
msgstr ""
"Project-Id-Version: Prisna WP Translate\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-01 18:07+0700\n"
"PO-Revision-Date: \n"
"Last-Translator: Prisna Ltd\n"
"Language-Team: Prisna\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.8.7.1\n"
"X-Poedit-KeywordsList: __\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: po.php\n"
#: po.php:6
msgid "Prisna Translate Settings"
msgstr ""
#: po.php:7
msgid "Prisna Translate: Custom Translations"
msgstr ""
#: po.php:8
msgid ""
"Prisna Translate is almost ready to translate this site. Please visit the "
"<strong>[0]</strong> to get started."
msgstr ""
#: po.php:9
msgid "Settings saved."
msgstr ""
#: po.php:10
msgid "Layout changed."
msgstr ""
#: po.php:11 po.php:12
msgid "Translations saved."
msgstr ""
#: po.php:13
msgid "Settings and translations succesfully imported."
msgstr ""
#: po.php:14
msgid "There was a problem while importing the settings and the translations."
msgstr ""
#: po.php:15
msgid "Settings succesfully imported."
msgstr ""
#: po.php:16
msgid ""
"There was a problem while importing the settings. Please make sure the "
"exported string is complete. Changes weren't saved."
msgstr ""
#: po.php:17
msgid "Settings reseted."
msgstr ""
#: po.php:18
msgid ""
"All the settings will be reseted and restored to their default values. Do "
"you want to continue?"
msgstr ""
#: po.php:19
msgid "Save changes"
msgstr ""
#: po.php:20
msgid "Reset settings"
msgstr ""
#: po.php:21
msgid ""
"Please provide an <b>API key</b> for the <a href=\"https://code.google.com/"
"apis/console\">Google Translation Service</a>."
msgstr ""
#: po.php:22
msgid ""
"Please provide the <b>Client Id</b> for the <a href=\"https://datamarket."
"azure.com/dataset/1899a118-d202-492c-aa16-ba21c33c06cb\" target=\"_blank"
"\">Microsoft Translation Service</a>. Register an <a href=\"https://"
"datamarket.azure.com/developer/applications/\" target=\"_blank"
"\">application</a>."
msgstr ""
#: po.php:23
msgid ""
"Please provide the <b>Client Secret</b> for the <a href=\"https://datamarket."
"azure.com/dataset/1899a118-d202-492c-aa16-ba21c33c06cb\" target=\"_blank"
"\">Microsoft Translation Service</a>. Register an <a href=\"https://"
"datamarket.azure.com/developer/applications/\" target=\"_blank"
"\">application</a>."
msgstr ""
#: po.php:24
msgid "The folder [0] isn't writable."
msgstr ""
#: po.php:25
msgid "There's at least one cache file that isn't writable, ie: <b>[0]</b>"
msgstr ""
#: po.php:26
msgid "The following image file isn't writable: <b>[0]</b>"
msgstr ""
#: po.php:27
msgid ""
"The OpenSSL module isn't installed on this server, which is required by the "
"Google Translate API."
msgstr ""
#: po.php:28
msgid "The <b>fsockopen</b> function isn't enabled on this server."
msgstr ""
#: po.php:29
msgid "The <b>hash</b> function isn't enabled on this server."
msgstr ""
#: po.php:30
msgid "The <b>DOMDocument</b> class isn't enabled on this server."
msgstr ""
#: po.php:31
msgid "The <b>Mcrypt</b> module isn't enabled on this server."
msgstr ""
#: po.php:32
msgid ""
"Enabling SEO requires the <b>mb_convert_encoding</b> function, which isn't "
"enabled on this server."
msgstr ""
#: po.php:33
msgid ""
"Widget enabled. However, it isn't assigned to a widget area (see <a href="
"\"[0]\">Appearance > Widgets</a>)."
msgstr ""
#: po.php:34
msgid ""
"The <b>WP Super Cache</b> plugin is installed. The \"<b>Don't cache pages "
"with GET parameters…</b>\" setting must be enabled for SEO to work "
"properly."
msgstr ""
#: po.php:35
msgid ""
"The <b>GD</b> library isn't enabled on this server, which is needed to "
"change images' colors."
msgstr ""
#: po.php:36
msgid "Layout"
msgstr ""
#: po.php:37 po.php:39 po.php:44 po.php:49 po.php:758
msgid "General"
msgstr ""
#: po.php:38
msgid "Advanced"
msgstr ""
#: po.php:40
msgid "Settings Access"
msgstr ""
#: po.php:41 po.php:762
msgid "Import / Export"
msgstr ""
#: po.php:42
msgid "Miscellaneous"
msgstr ""
#: po.php:43
msgid "Custom Translations"
msgstr ""
#: po.php:45 po.php:655
msgid "Import"
msgstr ""
#: po.php:46 po.php:703
msgid "Export"
msgstr ""
#: po.php:47
msgid "Translators Access"
msgstr ""
#: po.php:48
msgid "On-Site"
msgstr ""
#: po.php:50
msgid "Permalinks"
msgstr ""
#: po.php:51
msgid "Sitemap"
msgstr ""
#: po.php:52 po.php:528
msgid "Logs"
msgstr ""
#: po.php:53
msgid "SEO"
msgstr ""
#: po.php:54
msgid "Styling"
msgstr ""
#: po.php:55
msgid "Responsive"
msgstr ""
#: po.php:56
msgid "Settings"
msgstr ""
#: po.php:57
msgid "A powerful translation widget."
msgstr ""
#: po.php:58
msgid "Ajust settings <a href=\"[0]\">here</a>"
msgstr ""
#: po.php:59
msgid "Style"
msgstr ""
#: po.php:60
msgid "Size"
msgstr ""
#: po.php:61
msgid "API key"
msgstr ""
#: po.php:62
msgid ""
"\n"
"\t\t\tSets the Key for the Prisna Translate API.<br />\n"
"\t\t\t<a href=\"https://www.prisna.net/account/\" target=\"_blank\">Sign up "
"for an API key</a>\n"
"\t\t"
msgstr ""
#: po.php:66
msgid ""
"The entered API key appears to be invalid.<br /><a href=\"http://www.prisna."
"net/account/\" target=\"_blank\">Sign up for an API key</a>, or to see how "
"the translator looks like, use the following test API key:<br /><br /><a "
"href=\"javascript:;\" onclick=\"PrisnaWPTranslateAdmin.useTestAPIkey();"
"\">[0]</a>"
msgstr ""
#: po.php:67
msgid ""
"<a href=\"http://www.prisna.net/account/\" target=\"_blank\">Sign up for an "
"API key</a>, or to see how the translator looks like, use the following test "
"API key:<br /><br /><a href=\"javascript:;\" onclick="
"\"PrisnaWPTranslateAdmin.useTestAPIkey();\">[0]</a>"
msgstr ""
#: po.php:68
msgid ""
"The current API key is for testing the translator looks only. It's not "
"possible to make translations. <a href=\"http://www.prisna.net/account/\" "
"target=\"_blank\">Sign up for an API key now</a>.[0]"
msgstr ""
#: po.php:69
msgid ""
"<br /><br />Consider enabling the <b>Test mode</b> option: Advanced > "
"General > Test mode > Enable"
msgstr ""
#: po.php:70
msgid "Translation service"
msgstr ""
#: po.php:71
msgid "Sets the translation service to perform the translations."
msgstr ""
#: po.php:72
msgid "Client Id"
msgstr ""
#: po.php:73
msgid ""
"Sets the <div class=\"prisna_wp_translate_code_container\"><code>Client Id</"
"code></div> for the <a href=\"https://datamarket.azure.com/dataset/1899a118-"
"d202-492c-aa16-ba21c33c06cb\" target=\"_blank\">Microsoft Translation "
"Service</a>. After signing up for the service, register an <a href=\"https://"
"datamarket.azure.com/developer/applications/\" target=\"_blank"
"\">application</a> to generate both Client Id and Client Secret."
msgstr ""
#: po.php:74
msgid "Client Secret"
msgstr ""
#: po.php:75
msgid ""
"Sets the <div class=\"prisna_wp_translate_code_container\"><code>Client "
"Secret</code></div> for the <a href=\"https://datamarket.azure.com/"
"dataset/1899a118-d202-492c-aa16-ba21c33c06cb\" target=\"_blank\">Microsoft "
"Translation Service</a>. After signing up for the service, register an <a "
"href=\"https://datamarket.azure.com/developer/applications/\" target=\"_blank"
"\">application</a> to generate both Client Id and Client Secret."
msgstr ""
#: po.php:76
msgid "Google API key"
msgstr ""
#: po.php:77
msgid ""
"Sets the <div class=\"prisna_wp_translate_code_container\"><code>Google API "
"key</code></div> for the <a href=\"https://code.google.com/apis/console\" "
"target=\"_blank\">Google Translation Service</a>."
msgstr ""
#: po.php:78
msgid "Auto select language"
msgstr ""
#: po.php:79
msgid ""
"\n"
"\t\t\tAutomatically selects the page's language when it's loaded, just to "
"provide visual aids.\n"
"\t\t"
msgstr ""
#: po.php:82
msgid "Yes, auto select the language option"
msgstr ""
#: po.php:83
msgid "No, don't auto select the language option"
msgstr ""
#: po.php:84
msgid "Completed image"
msgstr ""
#: po.php:85
msgid ""
"Sets whether the completed class should be set, or not. If it's set, a style "
"class (defined in the <div class=\"prisna_wp_translate_code_container"
"\"><code>Completed class</code></div> setting) will be added to the clicked "
"language. By default, the class displays an image indicating the end of the "
"translation process."
msgstr ""
#: po.php:86
msgid "Yes, display the completed image"
msgstr ""
#: po.php:87
msgid "No, hide the completed image"
msgstr ""
#: po.php:88
msgid "Auto highlight the selected language"
msgstr ""
#: po.php:89
msgid ""
"\n"
"\t\t\tAutomatically highlight the page's language when it's loaded, just to "
"provide visual aids.\n"
"\t\t"
msgstr ""
#: po.php:92
msgid "Yes, auto highlight the language option"
msgstr ""
#: po.php:93
msgid "No, don't auto highlight the language option"
msgstr ""
#: po.php:94
msgid "Highlight the selected language"
msgstr ""
#: po.php:95
msgid ""
"Sets whether the completed class should be set, or not. If it's set, a style "
"class (defined in the <div class=\"prisna_wp_translate_code_container"
"\"><code>Completed class</code></div> setting) will be added to the clicked "
"language. By default, the class highlights the selected language at the end "
"of the translation process."
msgstr ""
#: po.php:96
msgid "Yes, highlight the selected language"
msgstr ""
#: po.php:97
msgid "No, don't highlight the selected language"
msgstr ""
#: po.php:98
msgid "Completed class"
msgstr ""
#: po.php:99
msgid ""
"Sets the style class to be added to the clicked language's link when the "
"translation is completed."
msgstr ""
#: po.php:100
msgid "Sticky class"
msgstr ""
#: po.php:101
msgid ""
"Sets the style class to be added to the translator's container when the "
"Sticky mode is enabled."
msgstr ""
#: po.php:102
msgid "Container class"
msgstr ""
#: po.php:103
msgid "Sets the style class to be added to the translator's container."
msgstr ""
#: po.php:104
msgid "Container class (custom location)"
msgstr ""
#: po.php:105
msgid ""
"Sets the style class to be added to the translator's container. Only applies "
"if Custom Location is set."
msgstr ""
#: po.php:106
msgid "Container class (fixed location)"
msgstr ""
#: po.php:107
msgid ""
"Sets the style class to be added to the translator's container. Only applies "
"if Fixed Location is set."
msgstr ""
#: po.php:108
msgid "RTL class"
msgstr ""
#: po.php:109
msgid ""
"Sets the style class to be added to the body for right-to-left languages."
msgstr ""
#: po.php:110
msgid "Hide current selected language"
msgstr ""
#: po.php:111
msgid ""
"Sets whether to hide the current selected language from the drop down, or "
"not."
msgstr ""
#: po.php:112
msgid "Yes, hide current selected language"
msgstr ""
#: po.php:113
msgid "No, don't hide current selected language"
msgstr ""
#: po.php:114
msgid "Align mode"
msgstr ""
#: po.php:115
msgid "Sets the alignment mode of the languages."
msgstr ""
#: po.php:116
msgid "Left"
msgstr ""
#: po.php:117
msgid "Center"
msgstr ""
#: po.php:118
msgid "Right"
msgstr ""
#: po.php:119
msgid "Align left class"
msgstr ""
#: po.php:120
msgid ""
"Sets the style class to be added to the translator's container when the <div "
"class=\"prisna_wp_translate_code_container\"><code>Align mode</code></div> "
"setting is set to <div class=\"prisna_wp_translate_code_container"
"\"><code>Left</code></div>."
msgstr ""
#: po.php:121
msgid "Align right class"
msgstr ""
#: po.php:122
msgid ""
"Sets the style class to be added to the translator's container when the <div "
"class=\"prisna_wp_translate_code_container\"><code>Align mode</code></div> "
"setting is set to <div class=\"prisna_wp_translate_code_container"
"\"><code>Right</code></div>."
msgstr ""
#: po.php:123
msgid "Round corners"
msgstr ""
#: po.php:124
msgid "Sets whether to round the corners of the main container, or not."
msgstr ""
#: po.php:125
msgid "Yes, round the corners of the main container"
msgstr ""
#: po.php:126
msgid "No, don't round the corners of the main container"
msgstr ""
#: po.php:127
msgid "Enable scroll"
msgstr ""
#: po.php:128
msgid "Sets whether the scroll functionality should be enabled, or not."
msgstr ""
#: po.php:129
msgid "Yes, enable the scroll functionality"
msgstr ""
#: po.php:130
msgid "No, disable the scroll functionality"
msgstr ""
#: po.php:131
msgid "Languages quantity"
msgstr ""
#: po.php:132
msgid "Sets how many languages will be visible within the scrolling viewport."
msgstr ""
#: po.php:133
msgid "Scroll bar width"
msgstr ""
#: po.php:134
msgid "Sets the scroll bar width."
msgstr ""
#: po.php:135
msgid "Scroll bar opacity"
msgstr ""
#: po.php:136
msgid "Sets the scroll bar opacity."
msgstr ""
#: po.php:137
msgid "Mouse wheel step"
msgstr ""
#: po.php:138
msgid "Sets the mouse wheel step."
msgstr ""
#: po.php:139
msgid "Remember the selected language for auto-translate"
msgstr ""
#: po.php:140
msgid ""
"Sets whether the selected language should be remembered (in a cookie) after "
"a page is refreshed, or not. If it's set and the visitor continues browsing, "
"the website will be automatically translated."
msgstr ""
#: po.php:141
msgid "Yes, remember the selected language to auto-translate"
msgstr ""
#: po.php:142
msgid "No, don't remember the selected language and don't auto-translate"
msgstr ""
#: po.php:143
msgid "Remember even after the browser is closed"
msgstr ""
#: po.php:144
msgid ""
"Sets whether the <div class=\"prisna_wp_translate_code_container"
"\"><code>Remember the selected language for auto-translate</code></div> "
"should be kept after the visitor's browser is closed, or not."
msgstr ""
#: po.php:145
msgid "Yes, remember even after the browser is closed"
msgstr ""
#: po.php:146
msgid "No, don't remember after the browser is closed"
msgstr ""
#: po.php:147
msgid "Multiple languages pages"
msgstr ""
#: po.php:148
msgid ""
"Sets whether the pages in this site contain content in multiple languages, "
"or not."
msgstr ""
#: po.php:149
msgid "Yes, pages on this site contain multiple languages"
msgstr ""
#: po.php:150
msgid "No, pages on this site don't contain multiple languages"
msgstr ""
#: po.php:151
msgid "Requests"
msgstr ""
#: po.php:152
msgid ""
"Sets the maximum number of requests sent to the API at the same time. A high "
"number of requests will translate the page faster, but might hang or even "
"crash the internet browser."
msgstr ""
#: po.php:153
msgid "RTL languages"
msgstr ""
#: po.php:154
msgid ""
"Defines a list with the right-to-left language codes. After a translation is "
"made, the body will look like:<br /><br />\n"
"\t\t\t<div class=\"prisna_wp_translate_code_container\"><code><body class="
"\"<b>prisna-wp-translate-rtl</b>\"></code></div>"
msgstr ""
#: po.php:156
msgid "Exclude selector (jQuery)"
msgstr ""
#: po.php:157
msgid ""
"Select those elements to NOT be translated. In jQuery format. For more info, "
"check the <a href=\"http://api.jquery.com/category/selectors/\" target="
"\"_blank\">jQuery selector guide</a>."
msgstr ""
#: po.php:158
msgid "Exclude paragraphs (regular expression)"
msgstr ""
#: po.php:159
msgid ""
"Defines a set of rules to exclude paragraphs from translations.<br /><br />\n"
"\t\t\n"
"\t\tA rule is defined as <a href=\"http://www.php.net/manual/en/reference."
"pcre.pattern.syntax.php\" target=\"_blank\">a regular expression</a> to "
"match the paragraph. <a href=\"http://www.vijayforvictory.com/wp-content/"
"gallery/ngen_gallery/regular-expressions-cheat-sheet.png\" target=\"_blank"
"\">Cheat sheet</a>.<br />\n"
"\t\t\n"
"\t\tOne rule per line. For instance:<br /><br />\n"
"\n"
"\t\t/mysite\\.com/<br /><br />\n"
"\t\t\n"
"\t\tInvalid rules will be silently ignored."
msgstr ""
#: po.php:168
msgid ""
"This domain/subdomain doesn't appear to be enabled in this API key. To "
"verify it, please check your account: https://www.prisna.net/account/"
msgstr ""
#: po.php:169
msgid "Flag template"
msgstr ""
#: po.php:170
msgid ""
"Sets the language's flag template. New templates can be created if the "
"provided one doesn't fit the web page requirements."
msgstr ""
#: po.php:171
msgid "Flags"
msgstr ""
#: po.php:172
msgid "Sets whether the languages flags should be displayed, or not."
msgstr ""
#: po.php:173
msgid "Yes, display the images flags"
msgstr ""
#: po.php:174
msgid "No, hide the images flags"
msgstr ""
#: po.php:175
msgid "Test mode"
msgstr ""
#: po.php:176
msgid ""
"\n"
"\t\t\tSets whether the translator is in test mode, or not. In \"test mode\", "
"the translator will be displayed only if the current logged in user has "
"admin privileges.<br />\n"
"\t\t\tIs useful for setting up the translator without letting visitors to "
"see the changes while the plugin is being implemented.\n"
"\t\t"
msgstr ""
#: po.php:180
msgid "Yes, enable test mode"
msgstr ""
#: po.php:181
msgid "No, disable test mode"
msgstr ""
#: po.php:182 po.php:738
msgid "Usage"
msgstr ""
#: po.php:183
msgid "Custom CSS"
msgstr ""
#: po.php:184
msgid "Defines custom CSS rules."
msgstr ""
#: po.php:185
msgid "Enable attributes translation"
msgstr ""
#: po.php:186
msgid ""
"Sets whether the elements' attributes: <div class="
"\"prisna_wp_translate_code_container\"><code>title</code></div>, <div class="
"\"prisna_wp_translate_code_container\"><code>alt</code></div> and <div class="
"\"prisna_wp_translate_code_container\"><code>placeholder</code></div>, "
"should be translated, or not."
msgstr ""
#: po.php:187
msgid "Yes, translate the elements' attributes"
msgstr ""
#: po.php:188
msgid "No, don't translate the elements' attributes"
msgstr ""
#: po.php:189
msgid "Translate the <em>title</em> attribute"
msgstr ""
#: po.php:190
msgid ""
"Sets whether the <div class=\"prisna_wp_translate_code_container"
"\"><code>title</code></div> attribute should be translated, or not."
msgstr ""
#: po.php:191
msgid "Yes, translate the <em>title</em> attribute"
msgstr ""
#: po.php:192
msgid "No, don't translate the <em>title</em> attribute"
msgstr ""
#: po.php:193
msgid "Translate the <em>alt</em> attribute"
msgstr ""
#: po.php:194
msgid ""
"Sets whether the <div class=\"prisna_wp_translate_code_container"
"\"><code>alt</code></div> attribute should be translated, or not."
msgstr ""
#: po.php:195
msgid "Yes, translate the <em>alt</em> attribute"
msgstr ""
#: po.php:196
msgid "No, don't translate the <em>alt</em> attribute"
msgstr ""
#: po.php:197
msgid "Translate the <em>placeholder</em> attribute"
msgstr ""
#: po.php:198
msgid ""
"Sets whether the <div class=\"prisna_wp_translate_code_container"
"\"><code>placeholder</code></div> attribute should be translated, or not."
msgstr ""
#: po.php:199
msgid "Yes, translate the <em>placeholder</em> attribute"
msgstr ""
#: po.php:200
msgid "No, don't translate the <em>placeholder</em> attribute"
msgstr ""
#: po.php:201
msgid "Translate meta tags <em>content</em> attribute"
msgstr ""
#: po.php:202
msgid ""
"Sets whether the <div class=\"prisna_wp_translate_code_container"
"\"><code>content</code></div> attribute of meta tags should be translated, "
"or not."
msgstr ""
#: po.php:203
msgid "Yes, translate the <em>content</em> attribute of <em>meta tags</em>"
msgstr ""
#: po.php:204
msgid ""
"No, don't translate the <em>content</em> attribute of <em>meta tags</em>"
msgstr ""
#: po.php:205
msgid "Meta tags kinds"
msgstr ""
#: po.php:206
msgid "Specifies attributes used to select meta tags to translate."
msgstr ""
#: po.php:207
msgid "Insert widget"
msgstr ""
#: po.php:208
msgid "Don't translate"
msgstr ""
#: po.php:209
msgid "Show / hide content"
msgstr ""
#: po.php:210
msgid "Default behavior:"
msgstr ""
#: po.php:211 po.php:526
msgid "Show"
msgstr ""
#: po.php:212 po.php:527
msgid "Hide"
msgstr ""
#: po.php:213
msgid "Except for:"
msgstr ""
#: po.php:214 po.php:217 po.php:220
msgid "Add"
msgstr ""
#: po.php:215
msgid "Define custom flags"
msgstr ""
#: po.php:216
msgid ""
"Defines alternative flags to languages. Click on a language to remove it."
"<br /><a href=\"https://www.prisna.net/contact-us/\" target=\"_blank"
"\">Contact us</a> for additional countries."
msgstr ""
#: po.php:218
msgid "Grant access to edit translations"
msgstr ""
#: po.php:219
msgid ""
"Grant access to edit translations to different users. Granted users will be "
"allowed to edit translations without having access to the plugin's settings."
"<br /><br />A new entry in the main menu named <em>Translatios for Prisna "
"Translate</em> will be created."
msgstr ""
#: po.php:221
msgid "Edit translations on-site"
msgstr ""
#: po.php:222
msgid "Enable local storage"
msgstr ""
#: po.php:223
msgid ""
"Sets whether the translations should be stored in the visitor's browser to "
"speed up the plugin, or not. This feature is available on modern browsers "
"only, it won't cause any impact on old browsers. However, it forces the "
"visitor's browser to use an extra amount of memory, therefore, it might slow "
"it down depending on how many translations are being stored."
msgstr ""
#: po.php:224
msgid "Yes, enable local storage"
msgstr ""
#: po.php:225
msgid "No, disable local storage"
msgstr ""
#: po.php:226
msgid "Expiration period"
msgstr ""
#: po.php:227
msgid "Sets an expiration period for the stored translations, in days."
msgstr ""
#: po.php:228
msgid "Clear local storage"
msgstr ""
#: po.php:229
msgid ""
"Sets whether to force the visitor's browser to clear up the stored "
"translations and retrieve them again from the server, or not. This setting "
"is useful when writing custom translations."
msgstr ""
#: po.php:230
msgid "Yes, force browsers to clear up the stored translations"
msgstr ""
#: po.php:231
msgid "No, don't force browsers to clear up the stored translations"
msgstr ""
#: po.php:232
msgid "Location"
msgstr ""
#: po.php:233
msgid ""
"\n"
"\t\t\tSets translator location.\n"
"\t\t"
msgstr ""
#: po.php:236
msgid "Shortcode / Menu / Widget (<a href=\"[0]\">Appearance > Widgets</a>)"
msgstr ""
#: po.php:237
msgid "Custom"
msgstr ""
#: po.php:238
msgid "Fixed"
msgstr ""
#: po.php:239
msgid "On top"
msgstr ""
#: po.php:240
msgid "Custom location (jQuery)"
msgstr ""
#: po.php:241
msgid ""
"Specifies a location to place the translator. In jQuery format. For more "
"info, check the <a href=\"http://api.jquery.com/category/selectors/\" target="
"\"_blank\">jQuery selector guide</a>."
msgstr ""
#: po.php:242
msgid "Widget class"
msgstr ""
#: po.php:243
msgid "Sets the style class used on the widget's placeholder."
msgstr ""
#: po.php:244 po.php:246
msgid "Widget container id"
msgstr ""
#: po.php:245 po.php:247
msgid ""
"Sets the internal widget's container <div class="
"\"prisna_wp_translate_code_container\"><code>id</code></div>."
msgstr ""
#: po.php:248
msgid "Sticky mode"
msgstr ""
#: po.php:249
msgid ""
"Sets whether to display the translator in sticky mode or not. In \"Sticky "
"mode\", the translator will remain visible at all times, even when scrolling "
"pages down."
msgstr ""
#: po.php:250
msgid "Yes, enable the sticky mode"
msgstr ""
#: po.php:251
msgid "No, disable the sticky mode"
msgstr ""
#: po.php:252
msgid "Vertical distance"
msgstr ""
#: po.php:253
msgid ""
"\n"
"\t\t\tSpecifies the distance between the top/bottom margin edge of the "
"translator and the top/bottom edge of its parent.<br /><br />\n"
"\t\t\tFor instance:<br /><br />\n"
"\t\t\ttop: 20px<br />\n"
"\t\t\tbottom: -20px<br />\n"
"\t\t\ttop: 2.5em<br />\n"
"\t\t\tbottom: 10%<br />\n"
"\t\t\ttop: auto<br />\n"
"\t\t\tbottom: inherit\n"
"\t\t"
msgstr ""
#: po.php:263
msgid "top"
msgstr ""
#: po.php:264
msgid "bottom"
msgstr ""
#: po.php:265
msgid "Horizontal distance"
msgstr ""
#: po.php:266
msgid ""
"\n"
"\t\t\tSpecifies the distance between the left/right margin edge of the "
"translator and the left/right edge of its parent.<br /><br />\n"
"\t\t\tFor instance:<br /><br />\n"
"\t\t\tleft: 20px<br />\n"
"\t\t\tright: -20px<br />\n"
"\t\t\tleft: 2.5em<br />\n"
"\t\t\tright: 10%<br />\n"
"\t\t\tleft: auto<br />\n"
"\t\t\tright: inherit\n"
"\t\t"
msgstr ""
#: po.php:276
msgid "left"
msgstr ""
#: po.php:277
msgid "right"
msgstr ""
#: po.php:278
msgid "Parent (jQuery)"
msgstr ""
#: po.php:279
msgid ""
"Specifies a parent element container (or set) to hold the translator. In "
"jQuery format. For more info, check the <a href=\"http://api.jquery.com/"
"category/selectors/\" target=\"_blank\">jQuery selector guide</a>."
msgstr ""
#: po.php:280
msgid "Custom parent"
msgstr ""
#: po.php:281
msgid ""
"Specifies a custom parent element container (or set) to hold the translator."
msgstr ""
#: po.php:282
msgid "Insert mode"
msgstr ""
#: po.php:283
msgid ""
"Specifies how the translator (or the <div class="
"\"prisna_wp_translate_code_container\"><code>Custom parent</code></div>) "
"will be inserted into the <div class=\"prisna_wp_translate_code_container"
"\"><code>Custom location</code></div>."
msgstr ""
#: po.php:284
msgid "Flags and names class"
msgstr ""
#: po.php:285
msgid ""
"Adds a style class to the translator's main container when is showing "
"languages flags and names."
msgstr ""
#: po.php:286
msgid "Flags and short names class"
msgstr ""
#: po.php:287
msgid ""
"Adds a style class to the translator's main container when is showing "
"languages flags and short names."
msgstr ""
#: po.php:288
msgid "Flags class"
msgstr ""
#: po.php:289
msgid ""
"Adds a style class to the translator's main container when is showing only "
"languages flags."
msgstr ""
#: po.php:290
msgid "Website's language"
msgstr ""
#: po.php:291
msgid "Sets the website's source language."
msgstr ""
#: po.php:292
msgid "Hide class"
msgstr ""
#: po.php:293
msgid "Sets the style class used to hide elements."
msgstr ""
#: po.php:294
msgid "Id"
msgstr ""
#: po.php:295
msgid ""
"\n"
"\t\t\tSets the internal <div class=\"prisna_wp_translate_code_container"
"\"><code>id</code></div> unique value. \n"
"\t\t\tIt could also be used for custom styling purposes, since the "
"translator id will be placed in the container's class attribute:<br /><br /"
">\n"
"\t\t\t<div class=\"prisna_wp_translate_code_container\"><code><div class="
"\"translator translator-container <b><id></b>\"></code></div>\n"
"\t\t"
msgstr ""
#: po.php:300
msgid "Language selector class"
msgstr ""
#: po.php:301
msgid ""
"\n"
"\t\t\tSets the style class used to identify the selected language. The "
"language code will be concatenated:<br />\n"
"\t\t\t<div class=\"prisna_wp_translate_code_container\"><code><a class="
"\"<b>translator-language-</b>en\" title=\"English\" href=\"javascript:;\">"
"<img alt=\"English\" src=\"../translator/images/English.gif\"><"
"span>English</span></a></code></div>\n"
"\t\t"
msgstr ""
#: po.php:305
msgid "Translated to class"
msgstr ""
#: po.php:306
msgid ""
"Sets the prefix of the style class appended to the main body HTML element. "
"After a translation is made, the body will look like:<br />\n"
"\t\t\t<div class=\"prisna_wp_translate_code_container\"><code><body class="
"\"<b>prisna-wp-translate-translated-to-</b>es\"></code></div>"
msgstr ""
#: po.php:308
msgid "Flags images class"
msgstr ""
#: po.php:309
msgid ""
"Sets the style class used to identify flags images when the <div class="
"\"prisna_wp_translate_code_container\"><code>Combine flags images files into "
"a single image file</code></div> setting is enabled."
msgstr ""
#: po.php:310
msgid "Available languages"
msgstr ""
#: po.php:311
msgid "Sets the available languages."
msgstr ""
#: po.php:312
msgid "Languages order"
msgstr ""
#: po.php:313
msgid "Defines the order to display the languages."
msgstr ""
#: po.php:314
msgid "Languages in their own language"
msgstr ""
#: po.php:315
msgid ""
"Sets whether to display the languages names in their own language, or not. "
"To define custom names, use the following setting:<br /><br /><div class="
"\"prisna_wp_translate_code_container\"><code>Advanced > Other "
"customizations > Custom languages names</code></div>"
msgstr ""
#: po.php:316
msgid "Yes, display languages in their own language"
msgstr ""
#: po.php:317
msgid "No, display languages in English"
msgstr ""
#: po.php:318
msgid "Link template"
msgstr ""
#: po.php:319
msgid ""
"Sets the language's link template. New templates can be created if the "
"provided one doesn't fit the web page requirements."
msgstr ""
#: po.php:320
msgid "Links container template"
msgstr ""
#: po.php:321
msgid ""
"Sets the languages links container template. New templates can be created if "
"the provided one doesn't fit the web page requirements."
msgstr ""
#: po.php:322
msgid "Loading image"
msgstr ""
#: po.php:323
msgid ""
"Sets whether the loading class should be set, or not. If it's set, a style "
"class (defined in the <div class=\"prisna_wp_translate_code_container"
"\"><code>Loading class</code></div> setting) will be added to the clicked "
"language's link. By default, the class displays an animated image indicating "
"the loading."
msgstr ""
#: po.php:324
msgid "Yes, display the loading animated image"
msgstr ""
#: po.php:325
msgid "No, hide the loading animated image"
msgstr ""
#: po.php:326
msgid "Loading class"
msgstr ""
#: po.php:327
msgid ""
"Sets the style class to be added to the clicked language's link while the "
"translation takes place."
msgstr ""
#: po.php:328
msgid "Glowing class"
msgstr ""
#: po.php:329
msgid ""
"Sets the style class to be added to the translator's main container when the "
"glowing option is enabled."
msgstr ""
#: po.php:330
msgid "Round corners class"
msgstr ""
#: po.php:331
msgid ""
"Sets the style class to be added to the translator's main container when the "
"corners are rounded."
msgstr ""
#: po.php:332
msgid "Name template"
msgstr ""
#: po.php:333
msgid ""
"Sets the language's name template. New templates can be created if the "
"provided one doesn't fit the web page requirements."
msgstr ""
#: po.php:334
msgid "Names"
msgstr ""
#: po.php:335
msgid "Sets whether the languages names should be displayed, or not."
msgstr ""
#: po.php:336
msgid "Yes, display the languages names"
msgstr ""
#: po.php:337
msgid "No, hide the languages names"
msgstr ""
#: po.php:338
msgid "Names class"
msgstr ""
#: po.php:339
msgid ""
"Adds a style class to the translator's main container when is showing only "
"languages names."
msgstr ""
#: po.php:340
msgid "On before initialize callback"
msgstr ""
#: po.php:341
msgid ""
"Sets a callback function that runs before the translator is initialized. "
"Receives two arguments: <div class=\"prisna_wp_translate_code_container"
"\"><code>translator, options</code></div>."
msgstr ""
#: po.php:342
msgid "On initialize callback"
msgstr ""
#: po.php:343
msgid ""
"Sets a callback function that runs when the translator is being initialized. "
"Receives two arguments: <div class=\"prisna_wp_translate_code_container"
"\"><code>translator, options</code></div>."
msgstr ""
#: po.php:344
msgid "On complete callback"
msgstr ""
#: po.php:345
msgid ""
"Sets a callback function that runs when the translation is completed. "
"Receives seven arguments: <div class=\"prisna_wp_translate_code_container"
"\"><code>filtered_elements, translation, source, from, to, options, restore</"
"code></div>."
msgstr ""
#: po.php:346
msgid "On start callback"
msgstr ""
#: po.php:347
msgid ""
"Sets a callback function that runs when the translation starts. Receives "
"five arguments: <div class=\"prisna_wp_translate_code_container"
"\"><code>filtered_elements, source, from, to, options</code></div>."
msgstr ""
#: po.php:348
msgid "On before load"
msgstr ""
#: po.php:349
msgid "Defines a javascript routine that runs before the translator is loaded."
msgstr ""
#: po.php:350
msgid "Restore button"
msgstr ""
#: po.php:351
msgid ""
"\n"
"\t\t\tSets whether the restore button should be displayed, or not. By "
"clicking the <div class=\"prisna_wp_translate_code_container"
"\"><code>Restore</code></div> button, all the selected text will be restored "
"to their original content, and will clear the <div class="
"\"prisna_wp_translate_code_container\"><code>Remember (cookie)</code></div> "
"setting too.\n"
"\t\t"
msgstr ""
#: po.php:354
msgid "Yes, display the restore button"
msgstr ""
#: po.php:355
msgid "No, hide the restore button"
msgstr ""
#: po.php:356
msgid "Restore class"
msgstr ""
#: po.php:357
msgid "Sets the style class to be added to the restore button."
msgstr ""
#: po.php:358
msgid "Restore container class"
msgstr ""
#: po.php:359
msgid "Sets the style class to be added to the restore button's container."
msgstr ""
#: po.php:360
msgid "Restore template"
msgstr ""
#: po.php:361
msgid ""
"Sets the restore button's template. New templates can be created if the "
"provided one doesn't fit the web page requirements."
msgstr ""
#: po.php:362
msgid "Languages separator"
msgstr ""
#: po.php:363
msgid ""
"\n"
"\t\t\tSets a separator between the languages options.<br />\n"
"\t\t\tIn order to optimize browser compatibility, the translator is built "
"based on a table, so the separator will usually be a table cell (unless the "
"templates are changed).<br />\n"
"\t\t\tFor instance:<br /><br />\n"
"\t\t\t<div class=\"prisna_wp_translate_code_container\"><code><td>|"
"</td></code></div><br /><br />\n"
"\t\t\tOr:<br /><br />\n"
"\t\t\t<div class=\"prisna_wp_translate_code_container\"><code><td>"
"·</td></code></div>\n"
"\t\t"
msgstr ""
#: po.php:371
msgid "Adjust vertical position"
msgstr ""
#: po.php:372
msgid ""
"Some websites with special styles (body having relative positioning) will "
"found the translation bar not placed at the very top. To correct that issue, "
"enable this option to override the <div class="
"\"prisna_wp_translate_code_container\"><code>Container class</code></div>."
msgstr ""
#: po.php:373
msgid "Yes, adjust the position"
msgstr ""
#: po.php:374
msgid "No, the current position is fine"
msgstr ""
#: po.php:375
msgid "Override container class"
msgstr ""
#: po.php:376
msgid ""
"Sets the style class to override the translator's container class defined in "
"<div class=\"prisna_wp_translate_code_container\"><code>Container class</"
"code></div>."
msgstr ""
#: po.php:377
msgid "Short names"
msgstr ""
#: po.php:378
msgid ""
"Sets whether the languages names should be displayed in short mode, or not."
"<br />For instance: EN, ES, DA."
msgstr ""
#: po.php:379
msgid "Yes, display the languages names in short mode"
msgstr ""
#: po.php:380
msgid "No, display the languages full names"
msgstr ""
#: po.php:381
msgid "Short names class"
msgstr ""
#: po.php:382
msgid ""
"Adds a style class to the translator's main container when is showing only "
"languages short names."
msgstr ""
#: po.php:383
msgid "Sub container class"
msgstr ""
#: po.php:384
msgid "Sets the style class to be added to the translator's sub container."
msgstr ""
#: po.php:385
msgid "Floating left class"
msgstr ""
#: po.php:386
msgid ""
"Sets the style class to be added to the translator's container when the <div "
"class=\"prisna_wp_translate_code_container\"><code>Floating mode</code></"
"div> setting is set to <div class=\"prisna_wp_translate_code_container"
"\"><code>Float left</code></div>."
msgstr ""
#: po.php:387
msgid "Floating right class"
msgstr ""
#: po.php:388
msgid ""
"Sets the style class to be added to the translator's container when the <div "
"class=\"prisna_wp_translate_code_container\"><code>Floating mode</code></"
"div> setting is set to <div class=\"prisna_wp_translate_code_container"
"\"><code>Float right</code></div>."
msgstr ""
#: po.php:389
msgid "Hide selected language class"
msgstr ""
#: po.php:390
msgid ""
"Sets the style class to be added to the translator's container when the <div "
"class=\"prisna_wp_translate_code_container\"><code>Hide current selected "
"language</code></div> setting is enabled."
msgstr ""
#: po.php:391
msgid "Body class"
msgstr ""
#: po.php:392
msgid "Sets the style class to be added to the translator's body."
msgstr ""
#: po.php:393
msgid "Current language container class"
msgstr ""
#: po.php:394
msgid "Sets the style class to be added to the current selected language."
msgstr ""
#: po.php:395
msgid "Current language arrow container class"
msgstr ""
#: po.php:396
msgid "Sets the style class to be added to the arrow container."
msgstr ""
#: po.php:397
msgid "Language list class"
msgstr ""
#: po.php:398
msgid "Sets the style class to be added to the languages list container."
msgstr ""
#: po.php:399
msgid "Language opened list class"
msgstr ""
#: po.php:400
msgid ""
"Sets the style class to be added to the languages list container when is "
"unfolded."
msgstr ""
#: po.php:401
msgid "Scroll enabled class"
msgstr ""
#: po.php:402
msgid ""
"Sets the style class to be added to the translator's container, if the <div "
"class=\"prisna_wp_translate_code_container\"><code>Scroll</code></div> "
"setting is enabled."
msgstr ""
#: po.php:403
msgid "Hover enabled class"
msgstr ""
#: po.php:404
msgid ""
"Sets the style class to be added to the translator's container, if the "
"visitor's browser supports hovering, unlike a touch device."
msgstr ""
#: po.php:405
msgid "Language list scroll class"
msgstr ""
#: po.php:406
msgid ""
"Sets the style class to be added to the languages list container parent, if "
"the <div class=\"prisna_wp_translate_code_container\"><code>Scroll</code></"
"div> setting is enabled."
msgstr ""
#: po.php:407
msgid "Language list scroll bar class"
msgstr ""
#: po.php:408
msgid ""
"Sets the style class to be added to the scroll bar, if the <div class="
"\"prisna_wp_translate_code_container\"><code>Scroll</code></div> setting is "
"enabled."
msgstr ""
#: po.php:409 po.php:739
msgid "Target selector (jQuery)"
msgstr ""
#: po.php:410
msgid ""
"Select those elements to be translated. In jQuery format. For more info, "
"check the <a href=\"http://api.jquery.com/category/selectors/\" target="
"\"_blank\">jQuery selector guide</a>.<br /><br />To translate the title of "
"the pages, make sure to add it: <div class="
"\"prisna_wp_translate_code_container\"><code>body, title</code></div> "
msgstr ""
#: po.php:411
msgid "Custom HTML"
msgstr ""
#: po.php:412
msgid ""
"\n"
"\t\t\tSpecifies a custom HTML to represent the translator.\n"
"\t\t\tIf it doesn't find at least one element which <div class="
"\"prisna_wp_translate_code_container\"><code>class</code></div> attribute "
"contains the value: <div class=\"prisna_wp_translate_code_container"
"\"><code>Language selector class</code></div> + <div class="
"\"prisna_wp_translate_code_container\"><code><language_code></code></"
"div>, the content of the container element will be replaced by the "
"translator's structure.<br />\n"
"\t\t\tIn order to have the <div class=\"prisna_wp_translate_code_container"
"\"><code>Restore</code></div> button working, the element <div class="
"\"prisna_wp_translate_code_container\"><code>class</code></div> attribute "
"should contain the <div class=\"prisna_wp_translate_code_container"
"\"><code>Restore class</code></div> value and its main parent should contain "
"<div class=\"prisna_wp_translate_code_container\"><code>Restore container "
"class</code></div> value too.<br />\n"
"\t\t\tFor instance:<br /><br />\n"
"\t\t\t<div class=\"prisna_wp_translate_code_container\">\n"
"\t\t\t\t<div class=\"prisna_wp_translate_code_container\"><code>\n"
"\t\t\t\t\t<div class=\"translator\"><br />\n"
"\t\t\t\t\t <a href=\"#\" class=\"translator-language-<b>es</b>\">"
"<br />\n"
"\t\t\t\t\t Spanish<br />\n"
"\t\t\t\t\t </a><br />\n"
"\n"
"\t\t\t\t\t <a href=\"#\" class=\"translator-language-<b>en</b>\">"
"<br />\n"
"\t\t\t\t\t English<br />\n"
"\t\t\t\t\t </a><br />\n"
"\n"
"\t\t\t\t\t <a href=\"#\" class=\"translator-language-<b>da</b>\">"
"<br />\n"
"\t\t\t\t\t Danish<br />\n"
"\t\t\t\t\t </a><br />\n"
"\n"
"\t\t\t\t\t <span class=\"translator-hidden translator-restore-"
"container\"><br />\n"
"\t\t\t\t\t <a href=\"#\" class=\"restore\"><br />\n"
"\t\t\t\t\t Restore<br />\n"
"\t\t\t\t\t </a><br />\n"
"\t\t\t\t\t </span><br />\n"
"\t\t\t\t\t</div>\n"
"\t\t\t\t</code></div>\n"
"\t\t\t</div>\n"
"\t\t"
msgstr ""
#: po.php:441
msgid "Auto translate by parameter"
msgstr ""
#: po.php:442
msgid ""
"Sets whether to enable the auto translation by query string parameter "
"functionality, or not."
msgstr ""
#: po.php:443
msgid "Yes, enable auto translate by parameter"
msgstr ""
#: po.php:444
msgid "No, disable auto translate by parameter"
msgstr ""
#: po.php:445 po.php:481
msgid "Parameter name"
msgstr ""
#: po.php:446
msgid ""
"Defines the parameter name to perform the auto translation. In order to use "
"it, assign the language code desired to translate to. For instance:<br /"
"><br />http://www.yoursite.com/?<b>translate-to=ja</b><br />http://www."
"yoursite.com/page.php?location=home&<b>translate-to=ja</b>"
msgstr ""
#: po.php:447
msgid "Detect browser's language"
msgstr ""
#: po.php:448
msgid ""
"\n"
"\t\t\tSets whether to detect the vistiror browser's language, or not.<br /"
"><br />\n"
"\t\t\t\n"
"\t\t\t<b>All visits</b>: The browser's language detection mechanism will be "
"performed everytime a visitor loads a page, regardless of whether the "
"visitor has selected another language, or not.<br />\n"
"\t\t\t<b>First visit only</b>: The browser's language detection mechanism "
"will be performed only the first time a visitor loads a page. If the visitor "
"selects a different language, upcoming pages will be translated to the "
"selected language.\n"
"\t\t\t\n"
"\t\t"
msgstr ""
#: po.php:455
msgid "All visits"
msgstr ""
#: po.php:456
msgid "First visit only"
msgstr ""
#: po.php:457
msgid "Don't detect the browser's language"
msgstr ""
#: po.php:458
msgid "Detect browser's language action"
msgstr ""
#: po.php:459
msgid ""
"\n"
"\t\t\tSets the action to be performed when detecting the visitor browser's "
"language.<br /><br />\n"
"\t\t\t\n"
"\t\t\t<b>Automatic translation</b>: The page will be automatically "
"translated to the detected language.<br />\n"
"\t\t\t<b>Show or hide translator</b>: The translator will be shown if the "
"detected language is different than the <div class="
"\"prisna_wp_translate_code_container\"><code>General > Website's "
"language</code></div>. The translator will be hidden if the detected "
"language is the same.\n"
"\t\t\t\n"
"\t\t"
msgstr ""
#: po.php:466
msgid "Automatic translation"
msgstr ""
#: po.php:467
msgid "Show or hide translator"
msgstr ""
#: po.php:468
msgid "Override settings"
msgstr ""
#: po.php:469
msgid "Defines a javascript object to override the current settings."
msgstr ""
#: po.php:470
msgid "Custom languages names"
msgstr ""
#: po.php:471
msgid ""
"Defines a javascript object to override the current languages names. For "
"instance:<br /><code><br />{<br /> \"pt\": \"Português"
"\",<br /> \"ja\": \"日本語\"<br />}</code>"
msgstr ""
#: po.php:472
msgid "SEO available languages"
msgstr ""
#: po.php:473
msgid ""
"Sets the available languages to be indexed by the search engines.<br /><br /"
"><div class=\"prisna_wp_translate_code_container\"><code>Only cached "
"translations can be indexed.</code></div><br /><br /><b>Important</b>: This "
"is a machine translation plugin, it's your sole responsibility to verify the "
"translated text is correct, and relevant to the purpose of this site. Use "
"the <div class=\"prisna_wp_translate_code_container\"><code>Custom "
"Translations</code></div> tab to verify and to adjust the cached "
"translations."
msgstr ""
#: po.php:474
msgid "Chinese ISO 639-1 language"
msgstr ""
#: po.php:475
msgid ""
"Selects which Chinese variation will be assigned to the <div class="
"\"prisna_wp_translate_code_container\"><code>zh</code></div> ISO 639-1 "
"language code."
msgstr ""
#: po.php:476
msgid "URL modification mode"
msgstr ""
#: po.php:477
msgid ""
"Sets the URL modification mode.<br /><br />Pre path and Subdomain modes will "
"only work with mod_rewrite/pretty permalinks. The next tab <div class="
"\"prisna_wp_translate_code_container\"><code>Sitemap > Access</code></"
"div> links should work if mod_rewrite/pretty permalinks is enabled.<br /"
"><br />The <div class=\"prisna_wp_translate_code_container"
"\"><code>Subdomain</code></div> mode requires to properly set a CNAME "
"(Alias) record for each enabled language. The name of the record should be "
"the language code."
msgstr ""
#: po.php:478
msgid "Query string (?lang=en)"
msgstr ""
#: po.php:479
msgid "Pre path (/en/ in front of URL)"
msgstr ""
#: po.php:480
msgid "Subdomain (en.yoursite.com)"
msgstr ""
#: po.php:482
msgid ""
"Defines a query string parameter to be used to specify the language of pages "
"indexed by search engines.<br />It's recommended to not change this "
"parameter after the <div class=\"prisna_wp_translate_code_container"
"\"><code>SEO</code></div> setting has been enabled, as search engines might "
"have indexed pages already."
msgstr ""
#: po.php:483
msgid "Maximum log size"
msgstr ""
#: po.php:484
msgid ""
"Defines the maximum number of entries the log can hold. Changes will take "
"effect next time a log entry is created."
msgstr ""
#: po.php:485
msgid "Enable glowing"
msgstr ""
#: po.php:486
msgid ""
"Sets whether a glowing effect should be applied to the languages, or not."
msgstr ""
#: po.php:487
msgid "Yes, enable the glowing effect"
msgstr ""
#: po.php:488
msgid "No, disable the glowing effect"
msgstr ""
#: po.php:489
msgid "Background color"
msgstr ""
#: po.php:490
msgid "Sets the background color."
msgstr ""
#: po.php:491
msgid "Font color"
msgstr ""
#: po.php:492
msgid "Sets the font color."
msgstr ""
#: po.php:493
msgid "Background color (expanded view)"
msgstr ""
#: po.php:494
msgid "Sets the background color of the expanded list view."
msgstr ""
#: po.php:495
msgid "Font color (expanded view)"
msgstr ""
#: po.php:496
msgid "Sets the font color of the expanded list view."
msgstr ""
#: po.php:497
msgid "Background color (hover)"
msgstr ""
#: po.php:498
msgid "Sets the background color of the language on mouse hover."
msgstr ""
#: po.php:499
msgid "Font color (hover)"
msgstr ""
#: po.php:500
msgid "Sets the font color of the language on mouse hover."
msgstr ""
#: po.php:501
msgid "Scroll bar color"
msgstr ""
#: po.php:502
msgid "Sets the color of the scroll bar."
msgstr ""
#: po.php:503
msgid "Arrow color"
msgstr ""
#: po.php:504
msgid "Sets the color of the arrow."
msgstr ""
#: po.php:505
msgid "Loading image color"
msgstr ""
#: po.php:506
msgid ""
"Sets the color of the animated image indicating the loading process. Make "
"sure to clear the browser's cache (or to force to releoad all the page "
"resources by pressing F5), otherwise the image might not be retrieved from "
"the server and it'll look as it hasn't been changed."
msgstr ""
#: po.php:507
msgid "Completed and Restore images color"
msgstr ""
#: po.php:508
msgid ""
"Sets the color of both the completed and restore images. Make sure to clear "
"the browser's cache (or to force to releoad all the page resources by "
"pressing F5), otherwise the image might not be retrieved from the server and "
"it'll look as it hasn't been changed."
msgstr ""
#: po.php:509
msgid "Hide language name or language flag"
msgstr ""
#: po.php:510
msgid ""
"Sets whether to hide the language name or the language flag for lower "
"resolutions, or not."
msgstr ""
#: po.php:511
msgid "Yes, hide the language name"
msgstr ""
#: po.php:512
msgid "Yes, hide the language flag"
msgstr ""
#: po.php:513
msgid "No, don't hide anything"
msgstr ""
#: po.php:514
msgid "Low resolution"
msgstr ""
#: po.php:515
msgid "Defines a media query to be used by the above setting."
msgstr ""
#: po.php:516
msgid "Low resolution hide language class"
msgstr ""
#: po.php:517
msgid ""
"Sets the style class to be added to the translator's container when the <div "
"class=\"prisna_wp_translate_code_container\"><code>Responsive > Hide "
"language name or language flag</code></div> setting is disabled."
msgstr ""
#: po.php:518
msgid "Languages names class"
msgstr ""
#: po.php:519
msgid "Sets the style class used to identify languages names."
msgstr ""
#: po.php:520
msgid "Responsive rules"
msgstr ""
#: po.php:521
msgid ""
"\n"
"\t\tResponsive web design is a web design approach aimed at crafting sites "
"to provide an optimal viewing experience — easy reading and navigation "
"across a wide range of devices (from desktop computer monitors to mobile "
"phones).<br /><br />\n"
"\t\tMedia query: Consists of a one or more expressions that check for the "
"conditions of particular media features."
msgstr ""
#: po.php:524
msgid "Add new"
msgstr ""
#: po.php:525 po.php:704
msgid "Remove"
msgstr ""
#: po.php:529
msgid "Displays the latest activity."
msgstr ""
#: po.php:530
msgid "There are no entries in the log."
msgstr ""
#: po.php:531
msgid "Empty response, there is no further information."
msgstr ""
#: po.php:532
msgid ""
"The HTML code of <a href=\"[0]\" target=\"_blank\">[0]</a> has serious "
"problems. Refer to the <a href=\"http://validator.w3.org/check?"
"uri=[1]&charset=%28detect+automatically%29&doctype=Inline&group=0\" target="
"\"_blank\">Markup Validation Service</a> for more information."
msgstr ""
#: po.php:533
msgid "<a href=\"[0]\" target=\"_blank\">[0]</a> ([1]) parsed correctly."
msgstr ""
#: po.php:534
msgid "<a href=\"[0]\" target=\"_blank\">[0]</a> Sitemap accessed."
msgstr ""
#: po.php:535
msgid "Enable permalink translations"
msgstr ""
#: po.php:536
msgid ""
"Sets whether to enable permalink translations, or not. It requires "
"Permalinks enabled:<br /><br /><div class="
"\"prisna_wp_translate_code_container\"><code>Settings > Permalinks</code></"
"div>"
msgstr ""
#: po.php:537
msgid "Yes, enable permalink translations"
msgstr ""
#: po.php:538
msgid "No, disable permalink translations"
msgstr ""
#: po.php:539
msgid "Auto translate permalinks"
msgstr ""
#: po.php:540
msgid ""
"Sets whether to automatically attempt to translate permalinks, or not. Since "
"URLs aren't regular plain text, translations might need to be modified. "
"Permalinks translations can be modified below."
msgstr ""
#: po.php:541
msgid "Yes, auto translate permalinks"
msgstr ""
#: po.php:542
msgid "No, don't auto translate permalinks"
msgstr ""
#: po.php:543
msgid "Exclude permalinks (regular expression)"
msgstr ""
#: po.php:544
msgid ""
"Defines a set of rules to exclude permalinks from translations.<br /><br />\n"
"\t\t\n"
"\t\tA rule is defined as <a href=\"http://www.php.net/manual/en/reference."
"pcre.pattern.syntax.php\" target=\"_blank\">a regular expression</a> to "
"match the full URL. <a href=\"http://www.vijayforvictory.com/wp-content/"
"gallery/ngen_gallery/regular-expressions-cheat-sheet.png\" target=\"_blank"
"\">Cheat sheet</a>.<br />\n"
"\t\t\n"
"\t\tOne rule per line. For instance:<br /><br />\n"
"\n"
"\t\t/slider\\-revolution/i<br /><br />\n"
"\t\t\n"
"\t\tInvalid rules will be silently ignored."
msgstr ""
#: po.php:553
msgid "Permalink"
msgstr ""
#: po.php:554
msgid ""
"Modifies permalinks. \n"
"\t\t\t<ol>\n"
"\t\t\t\t<li>Select the <div class=\"prisna_wp_translate_code_container"
"\"><code>Permalink</code></div> to modify (only <div class="
"\"prisna_wp_translate_code_container\"><code>Permalinks</code></div> from "
"cached translations will be listed).</li>\n"
"\t\t\t\t<li>Modify the <div class=\"prisna_wp_translate_code_container"
"\"><code>Permalinks</code></div> at will.</li>\n"
"\t\t\t</ol>"
msgstr ""
#: po.php:559
msgid ""
"\n"
"\t\t<div class=\"prisna_wp_translate_permalink_structure_empty "
"prisna_wp_translate_validate_warning\">\n"
"\t\t\t<h3 class=\"prisna_wp_translate_validate_warning\">Important notice:</"
"h3>\n"
"\t\t\tPermalinks aren't enabled (Settings > Permalinks).<br />\n"
"\t\t\tConsider enable Permalinks or modify the main .htaccess to redirect "
"all requests to be handled by WordPress, for instance:\n"
"\t\t\t<pre>\n"
"RewriteEngine On\n"
"RewriteBase /\n"
"RewriteRule ^index\\.php$ - [L]\n"
"RewriteCond %{REQUEST_FILENAME} !-f\n"
"RewriteCond %{REQUEST_FILENAME} !-d\n"
"RewriteRule . /index.php [L]\n"
"</pre></div>"
msgstr ""
#: po.php:572
msgid ""
"Sitemaps are an easy way for webmasters to inform search engines about pages "
"on their sites that are available for crawling. In its simplest form, a "
"Sitemap is an XML file that lists URLs for a site along with additional "
"metadata about each URL (when it was last updated, how often it usually "
"changes, and how important it is, relative to other URLs in the site) so "
"that search engines can more intelligently crawl the site.<br /><br />\n"
"Web crawlers usually discover pages from links within the site and from "
"other sites. Sitemaps supplement this data to allow crawlers that support "
"Sitemaps to pick up all URLs in the Sitemap and learn about those URLs using "
"the associated metadata. Using the Sitemap protocol does not guarantee that "
"web pages are included in search engines, but provides hints for web "
"crawlers to do a better job of crawling your site. <br/><br/>Remember to "
"submit the XML Sitemap to the search engines.<br />\n"
"<a href=\"http://www.google.com/webmasters/tools/\" target=\"_blank\">Google "
"Webmaster Tools</a><br />\n"
"<a href=\"http://www.bing.com/toolbox/webmaster/\" target=\"_blank\">Bing "
"Webmaster Tools</a><br /><br />\n"
"\n"
"The Sitemap could be added to the robots.txt file to allow search engines to "
"auto descovery it."
msgstr ""
#: po.php:578
msgid "Exclude target"
msgstr ""
#: po.php:579
msgid ""
"Sets which kind of permalinks will be used to match the above exclusion "
"rules against. If <em>Translated permalinks</em> is selected, and there are "
"untranslated permalinks in the sitemap, then their original permalinks will "
"be used."
msgstr ""
#: po.php:580
msgid "Original permalinks"
msgstr ""
#: po.php:581
msgid "Translated permalinks"
msgstr ""
#: po.php:582
msgid "Both"
msgstr ""
#: po.php:583
msgid "Exclude URLs (regular expression)"
msgstr ""
#: po.php:584
msgid ""
"Defines a set of rules to exclude URLs from the sitemap. A rule consists of "
"<a href=\"http://www.php.net/manual/en/reference.pcre.pattern.syntax.php\" "
"target=\"_blank\">a regular expression</a> to match the URL intended to "
"exclude. <a href=\"http://www.vijayforvictory.com/wp-content/gallery/"
"ngen_gallery/regular-expressions-cheat-sheet.png\" target=\"_blank\">Cheat "
"sheet</a>.<br /><br />\n"
"\n"
"\t\tOne rule per line. For instance:<br /><br />\n"
"\n"
"\t\t/posts\\/.*/<br />\n"
"\t\t/tags\\/.*/<br /><br />\n"
"\t\t\n"
"\t\tInvalid rules will be silently ignored."
msgstr ""
#: po.php:592
msgid "Default entry settings"
msgstr ""
#: po.php:593
msgid ""
"Sets the default Frequency and Priority.<br />\n"
"\t\tFrequency: How frequently the page is likely to change.<br />\n"
"\t\tPriority: The priority of this URL relative to other URLs on the site."
"<br />\n"
"\t\tMore information at <a href=\"http://www.sitemaps.org/protocol.html\" "
"target=\"_blank\">http://www.sitemaps.org/protocol.html</a>\n"
"\t\t"
msgstr ""
#: po.php:598
msgid "Frecuency"
msgstr ""
#: po.php:599
msgid "Priority"
msgstr ""
#: po.php:600
msgid "Exceptions"
msgstr ""
#: po.php:601
msgid ""
"Define a set of exceptions rules to override default entry settings. A rule "
"must have the following form:<br /><br />\n"
"\t\t\n"
"\t\t[expression],[frecuency],[priority],[date]<br /><br />\n"
"\t\t\n"
"\t\t[expression]: <a href=\"http://www.php.net/manual/en/reference.pcre."
"pattern.syntax.php\" target=\"_blank\">A regular expression</a> to match the "
"URL. <a href=\"http://www.vijayforvictory.com/wp-content/gallery/"
"ngen_gallery/regular-expressions-cheat-sheet.png\" target=\"_blank\">Cheat "
"sheet</a>.<br />\n"
"\t\t[frecuency]: always, hourly, daily, weekly, monthly, yearly or never."
"<br />\n"
"\t\t[priority]: A numeric value from 0 to 1.<br />\n"
"\t\t[date]: The date of last modification of the file. This date should be "
"in <a href=\"http://www.w3.org/TR/NOTE-datetime\" target=\"_blank\">W3C "
"Datetime</a> format. Optional.<br /><br />\n"
"\t\t\n"
"\t\tOne rule per line. For instance:<br /><br />\n"
"\n"
"\t\t/posts\\/.*/,daily,0.6,2014-08-10T12:51:10+00:00<br />\n"
"\t\t/tags\\/.*/,monthly,0.3<br /><br />\n"
"\t\t\n"
"\t\tInvalid rules will be silently ignored."
msgstr ""
#: po.php:616
msgid "Pages"
msgstr ""
#: po.php:617
msgid "Selects the pages where the translator should not be displayed."
msgstr ""
#: po.php:618
msgid "Posts"
msgstr ""
#: po.php:619
msgid "Selects the posts where the translator should not be displayed."
msgstr ""
#: po.php:620
msgid "Categories"
msgstr ""
#: po.php:621
msgid "Selects the categories where the translator should not be displayed."
msgstr ""
#: po.php:622
msgid "Grant access to edit settings"
msgstr ""
#: po.php:623
msgid "Selects a user to grant access to these settings."
msgstr ""
#: po.php:624
msgid "Version information"
msgstr ""
#: po.php:625
msgid "Installed version:"
msgstr ""
#: po.php:626
msgid "Latest available version:"
msgstr ""
#: po.php:627
msgid "Check Version"
msgstr ""
#: po.php:628
msgid "Update"
msgstr ""
#: po.php:629
msgid "What's new?"
msgstr ""
#: po.php:630
msgid "The latest version of the plugin is already installed on this site."
msgstr ""
#: po.php:631
msgid "You're about to update the plugin. Do you want to continue?"
msgstr ""
#: po.php:632
msgid "Import all"
msgstr ""
#: po.php:633
msgid ""
"Import a previously exported <em>xml</em> file containing all the settings "
"and all the cached translations. Existent <em>xml</em> files containing "
"cached translations won't be removed, they will be renamed instead."
msgstr ""
#: po.php:634
msgid "File"
msgstr ""
#: po.php:635 po.php:657
msgid "Select"
msgstr ""
#: po.php:636
msgid "Import all settings and translations"
msgstr ""
#: po.php:637
msgid "Empty file."
msgstr ""
#: po.php:638
msgid "The file is not a valid <em>xml</em> file or it's corrupted."
msgstr ""
#: po.php:639
msgid "Export all"
msgstr ""
#: po.php:640
msgid ""
"Exports a xml file containing all the settings and all the cached "
"translations."
msgstr ""
#: po.php:641
msgid "Export all settings and translations"
msgstr ""
#: po.php:642
msgid "Import settings"
msgstr ""
#: po.php:643
msgid ""
"Imports previously exported settings. Paste the previously exported settings "
"in the field. If the data's structure is correct, it will overwrite the "
"current settings."
msgstr ""
#: po.php:644
msgid "Export settings"
msgstr ""
#: po.php:645
msgid ""
"Exports the current settings to make a backup or to transfer the settings "
"from the development server to the production server. Triple click on the "
"field to select all the content."
msgstr ""
#: po.php:646 po.php:660
msgid "Resource"
msgstr ""
#: po.php:647
msgid ""
"Modifies cached translations. \n"
"\t\t\t<ol>\n"
"\t\t\t\t<li>Select the <div class=\"prisna_wp_translate_code_container"
"\"><code>Resource</code></div> to modify (only cached <div class="
"\"prisna_wp_translate_code_container\"><code>Resources</code></div> will be "
"listed).</li>\n"
"\t\t\t\t<li>Select an <div class=\"prisna_wp_translate_code_container"
"\"><code>Available language</code></div> (only cached <div class="
"\"prisna_wp_translate_code_container\"><code>Languages</code></div> will be "
"listed).</li>\n"
"\t\t\t\t<li>Modify <div class=\"prisna_wp_translate_code_container"
"\"><code>Cached translations</code></div> at will. In order to delete an "
"entry, remove the content for that particular entry.</li>\n"
"\t\t\t</ol>"
msgstr ""
#: po.php:653
msgid "Import translations"
msgstr ""
#: po.php:654
msgid ""
"Import translations from a po or csv formatted file. The file must be UTF-8 "
"encoded."
msgstr ""
#: po.php:656
msgid "CSV/PO file"
msgstr ""
#: po.php:658
msgid "From"
msgstr ""
#: po.php:659
msgid "To"
msgstr ""
#: po.php:661
msgid ""
"\n"
"\t\t\tSelects what resources will be affected by the current import "
"operation.<br /><br />\n"
"\t\t\tThere are 2 levels of cached translations. The translator first checks "
"for the resource specific cache file, if the file exists, then it'll check "
"if the requested translation has been made. If not, it'll check the Upcoming "
"translations file. If the translation isn't there, then it'll contact the "
"translation server.<br /><br />\n"
"\t\t\tThe Upcoming translation files contains all the translations for all "
"the pages for a specific pair of source and destination languages.\n"
"\t\t"
msgstr ""
#: po.php:666
msgid "All"
msgstr ""
#: po.php:667 po.php:706
msgid "Upcoming"
msgstr ""
#: po.php:668
msgid "Action"
msgstr ""
#: po.php:669
msgid ""
"Sets what kind of operation will be performed during the import process."
msgstr ""
#: po.php:670
msgid "Add and replace"
msgstr ""
#: po.php:671
msgid "Add only"
msgstr ""
#: po.php:672
msgid "Replace only"
msgstr ""
#: po.php:673
msgid "Simulate"
msgstr ""
#: po.php:674
msgid "Sets whether a simulation will be performed, or not."
msgstr ""
#: po.php:675
msgid "Yes, perform a simulation, don't import anything"
msgstr ""
#: po.php:676
msgid "No, don't perform a simulation, import everything"
msgstr ""
#: po.php:677
msgid "Imported translations log"
msgstr ""
#: po.php:678
msgid "Empty file"
msgstr ""
#: po.php:679
msgid "The file is not a valid po or comma-separated values (csv) file"
msgstr ""
#: po.php:680
msgid "Empty language"
msgstr ""
#: po.php:681
msgid "Invalid resource"
msgstr ""
#: po.php:682 po.php:683
msgid "Invalid value"
msgstr ""
#: po.php:684
msgid "No translations have been imported"
msgstr ""
#: po.php:685
msgid "Added"
msgstr ""
#: po.php:686
msgid "Replaced"
msgstr ""
#: po.php:687
msgid "Removed"
msgstr ""
#: po.php:688
msgid "Omitted"
msgstr ""
#: po.php:689
msgid "File created"
msgstr ""
#: po.php:690
msgid "Yes"
msgstr ""
#: po.php:691
msgid "No"
msgstr ""
#: po.php:692
msgid "This is a simulation, no changes have been made"
msgstr ""
#: po.php:693
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
msgstr ""
#: po.php:694
msgid "The uploaded file exceeds the MAX_FILE_SIZE directive"
msgstr ""
#: po.php:695
msgid "The uploaded file was only partially uploaded"
msgstr ""
#: po.php:696
msgid "No file was uploaded"
msgstr ""
#: po.php:697
msgid "Missing a temporary folder"
msgstr ""
#: po.php:698
msgid "Failed to write file to disk"
msgstr ""
#: po.php:699
msgid "A PHP extension stopped the file upload"
msgstr ""
#: po.php:700
msgid "An unknown error occurred during the file upload"
msgstr ""
#: po.php:701
msgid "Export translations"
msgstr ""
#: po.php:702
msgid ""
"Selects what resources, and their languages, to export. All the selected "
"translations will be exported into one single csv file."
msgstr ""
#: po.php:705
msgid ""
"All the cached translations for the selected Resource will be removed. This "
"operation cannot be undone. Do you want to continue?"
msgstr ""
#: po.php:707
msgid ""
"There are no cache files yet. Cached files will appear here either after "
"translations are either made or imported."
msgstr ""
#: po.php:708
msgid "Enable SEO"
msgstr ""
#: po.php:709
msgid ""
"Sets whether the search engines can index the cached translations, or not."
"<br />Fairly valid HTML code is required. Fault pages won't be indexded.<br /"
">Refer to the <a href=\"http://validator.w3.org/\" target=\"_blank\">Markup "
"Validation Service</a> for a quick online check.<br /><br /><div class="
"\"prisna_wp_translate_code_container\"><code>Only cached translations can be "
"indexed.</code></div><br /><br />To translate pages' titles, make sure to "
"change the default value of the<br /><div class="
"\"prisna_wp_translate_code_container\"><code>Target selector (jQuery)</"
"code></div> setting to <div class=\"prisna_wp_translate_code_container"
"\"><code>html</code></div> or to <div class="
"\"prisna_wp_translate_code_container\"><code>body, title</code></div>.<br /"
"><br />See <div class=\"prisna_wp_translate_code_container\"><code>General "
"> Select and exclude sections > Target selector (jQuery)</code></div>."
msgstr ""
#: po.php:710
msgid "Yes, enable SEO"
msgstr ""
#: po.php:711
msgid "No, disable SEO"
msgstr ""
#: po.php:712
msgid "No settings to export. The current settings are the default ones."
msgstr ""
#: po.php:713
msgid "entries"
msgstr ""
#: po.php:714
msgid "requests"
msgstr ""
#: po.php:715
msgid "languages"
msgstr ""
#: po.php:716
msgid "pixels"
msgstr ""
#: po.php:717
msgid "%"
msgstr ""
#: po.php:718
msgid "units"
msgstr ""
#: po.php:719
msgid "days"
msgstr ""
#: po.php:720
msgid "milliseconds"
msgstr ""
#: po.php:721
msgid "Always"
msgstr ""
#: po.php:722
msgid "Hourly"
msgstr ""
#: po.php:723
msgid "Daily"
msgstr ""
#: po.php:724
msgid "Weekly"
msgstr ""
#: po.php:725
msgid "Monthly"
msgstr ""
#: po.php:726
msgid "Yearly"
msgstr ""
#: po.php:727
msgid "Never"
msgstr ""
#: po.php:728
msgid "Select and exclude sections"
msgstr ""
#: po.php:729
msgid "Hide on pages, posts and categories"
msgstr ""
#: po.php:730
msgid "Interface"
msgstr ""
#: po.php:731
msgid "Translate attributes"
msgstr ""
#: po.php:732
msgid "Custom flags"
msgstr ""
#: po.php:733
msgid "Local storage"
msgstr ""
#: po.php:734
msgid "Style classes"
msgstr ""
#: po.php:735
msgid "Templates"
msgstr ""
#: po.php:736
msgid "Javascript callbacks"
msgstr ""
#: po.php:737
msgid "Page mutation"
msgstr ""
#: po.php:740
msgid ""
"Specifies the areas that should be monitored for changes. In jQuery format. "
"For more info, check the <a href=\"http://api.jquery.com/category/selectors/"
"\" target=\"_blank\">jQuery selector guide</a>."
msgstr ""
#: po.php:741
msgid "Frequency"
msgstr ""
#: po.php:742
msgid ""
"Specifies the frequency, in milliseconds, of monitoring for changes in the "
"above selected areas."
msgstr ""
#: po.php:743
msgid "Other customizations"
msgstr ""
#: po.php:744
msgid "Access"
msgstr ""
#: po.php:745
msgid ""
"\n"
"\t\t<div class=\"prisna_wp_translate_permalink_structure_empty "
"prisna_wp_translate_validate_warning\">\n"
"\t\t\t<h3 class=\"prisna_wp_translate_validate_warning\">Important notice:</"
"h3>\n"
"\t\t\tPermalinks aren't enabled (Settings > Permalinks), make sure the above "
"Sitemap URLs work.<br />\n"
"\t\t\tIf they don't work, consider enable Permalinks or modify the main ."
"htaccess to redirect all requests to be handled by WordPress, for instance:\n"
"\t\t\t<pre>\n"
"RewriteEngine On\n"
"RewriteBase /\n"
"RewriteRule ^index\\.php$ - [L]\n"
"RewriteCond %{REQUEST_FILENAME} !-f\n"
"RewriteCond %{REQUEST_FILENAME} !-d\n"
"RewriteRule . /index.php [L]\n"
"</pre></div>"
msgstr ""
#: po.php:759
msgid "Menus (alias)"
msgstr ""
#: po.php:760
msgid "Styles"
msgstr ""
#: po.php:761
msgid "Sliders"
msgstr ""
#: po.php:763
msgid "<span style=\"color: red;\">Message for \"[0]\" not found!</span>"
msgstr ""