Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Slic3rPE.pot « localization « resources - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 029e7c4b2f2aa3e8879fe17ad1649e4164b50eaa (plain)
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-26 11:11+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: xs/src/slic3r/GUI/AboutDialog.cpp:32
msgid "About Slic3r"
msgstr ""

#: xs/src/slic3r/GUI/AboutDialog.cpp:67
msgid "Version"
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:39
msgid "Shape"
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:46
msgid "Rectangular"
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:50 xs/src/slic3r/GUI/Tab.cpp:1745
#: lib/Slic3r/GUI/Plater.pm:477
msgid "Size"
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:51
msgid "Size in X and Y of the rectangular plate."
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:57
msgid "Origin"
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:58
msgid ""
"Distance of the 0,0 G-code coordinate from the front left corner of the "
"rectangle."
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:62
msgid "Circular"
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:65
#: xs/src/slic3r/GUI/ConfigWizard.cpp:87
#: xs/src/slic3r/GUI/ConfigWizard.cpp:439
#: xs/src/slic3r/GUI/ConfigWizard.cpp:453
#: xs/src/slic3r/GUI/RammingChart.cpp:81
#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:79
#: xs/src/libslic3r/PrintConfig.cpp:130 xs/src/libslic3r/PrintConfig.cpp:173
#: xs/src/libslic3r/PrintConfig.cpp:181 xs/src/libslic3r/PrintConfig.cpp:229
#: xs/src/libslic3r/PrintConfig.cpp:240 xs/src/libslic3r/PrintConfig.cpp:354
#: xs/src/libslic3r/PrintConfig.cpp:365 xs/src/libslic3r/PrintConfig.cpp:384
#: xs/src/libslic3r/PrintConfig.cpp:497 xs/src/libslic3r/PrintConfig.cpp:851
#: xs/src/libslic3r/PrintConfig.cpp:871 xs/src/libslic3r/PrintConfig.cpp:879
#: xs/src/libslic3r/PrintConfig.cpp:937 xs/src/libslic3r/PrintConfig.cpp:955
#: xs/src/libslic3r/PrintConfig.cpp:973 xs/src/libslic3r/PrintConfig.cpp:1035
#: xs/src/libslic3r/PrintConfig.cpp:1152 xs/src/libslic3r/PrintConfig.cpp:1160
#: xs/src/libslic3r/PrintConfig.cpp:1202 xs/src/libslic3r/PrintConfig.cpp:1211
#: xs/src/libslic3r/PrintConfig.cpp:1221 xs/src/libslic3r/PrintConfig.cpp:1229
#: xs/src/libslic3r/PrintConfig.cpp:1237 xs/src/libslic3r/PrintConfig.cpp:1323
#: xs/src/libslic3r/PrintConfig.cpp:1529 xs/src/libslic3r/PrintConfig.cpp:1599
#: xs/src/libslic3r/PrintConfig.cpp:1633 xs/src/libslic3r/PrintConfig.cpp:1829
#: xs/src/libslic3r/PrintConfig.cpp:1836 xs/src/libslic3r/PrintConfig.cpp:1843
#: xs/src/libslic3r/PrintConfig.cpp:1857 xs/src/libslic3r/PrintConfig.cpp:1867
#: xs/src/libslic3r/PrintConfig.cpp:1877
msgid "mm"
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:66
#: xs/src/libslic3r/PrintConfig.cpp:494
msgid "Diameter"
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:67
msgid ""
"Diameter of the print bed. It is assumed that origin (0,0) is located in the "
"center."
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:71
#: xs/src/libslic3r/GCode/PreviewData.cpp:170
#: lib/Slic3r/GUI/Plater/3DPreview.pm:102
msgid "Custom"
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:75
msgid "Load shape from STL..."
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:120
msgid "Settings"
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:299
msgid "Choose a file to import bed shape from (STL/OBJ/AMF/3MF/PRUSA):"
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:316
msgid "Error! "
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:325
msgid "The selected file contains no geometry."
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.cpp:329
msgid ""
"The selected file contains several disjoint areas. This is not supported."
msgstr ""

#: xs/src/slic3r/GUI/BedShapeDialog.hpp:44
#: xs/src/slic3r/GUI/ConfigWizard.cpp:402
msgid "Bed Shape"
msgstr ""

#: xs/src/slic3r/GUI/BonjourDialog.cpp:53
msgid "Network lookup"
msgstr ""

#: xs/src/slic3r/GUI/BonjourDialog.cpp:66
msgid "Address"
msgstr ""

#: xs/src/slic3r/GUI/BonjourDialog.cpp:67
msgid "Hostname"
msgstr ""

#: xs/src/slic3r/GUI/BonjourDialog.cpp:68
msgid "Service name"
msgstr ""

#: xs/src/slic3r/GUI/BonjourDialog.cpp:69
msgid "OctoPrint version"
msgstr ""

#: xs/src/slic3r/GUI/BonjourDialog.cpp:187
msgid "Searching for devices"
msgstr ""

#: xs/src/slic3r/GUI/BonjourDialog.cpp:194
msgid "Finished"
msgstr ""

#: xs/src/slic3r/GUI/ButtonsDescription.cpp:13
msgid "Buttons And Text Colors Description"
msgstr ""

#: xs/src/slic3r/GUI/ButtonsDescription.cpp:38
msgid "Value is the same as the system value"
msgstr ""

#: xs/src/slic3r/GUI/ButtonsDescription.cpp:55
msgid ""
"Value was changed and is not equal to the system value or the last saved "
"preset"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:15
msgid "Upgrade"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:17
msgid "Downgrade"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:19
msgid "Before roll back"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:21
msgid "User"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:24
msgid "Unknown"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:36
msgid "Active: "
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:42
msgid "slic3r version"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:43
msgid "print"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:44
msgid "filaments"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:45
msgid "printer"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:49 xs/src/slic3r/GUI/Tab.cpp:758
msgid "vendor"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:49
msgid "version"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:50
msgid "min slic3r version"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:52
msgid "max slic3r version"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:55
msgid "model"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:55
msgid "variants"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:67
msgid "Incompatible with this Slic3r"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:70
msgid "Activate"
msgstr ""

#: xs/src/slic3r/GUI/ConfigSnapshotDialog.cpp:96 xs/src/slic3r/GUI/GUI.cpp:323
msgid "Configuration Snapshots"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:87
msgid "nozzle"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:105
msgid "Select all"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:106
msgid "Select none"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:212
#, possible-c-format
msgid "Welcome to the Slic3r %s"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:212
msgid "Welcome"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:218 xs/src/slic3r/GUI/GUI.cpp:320
#, possible-c-format
msgid "Run %s"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:220
#, possible-c-format
msgid ""
"Hello, welcome to Slic3r Prusa Edition! This %s helps you with the initial "
"configuration; just a few settings and you will be ready to print."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:224
msgid ""
"Remove user profiles - install from scratch (a snapshot will be taken "
"beforehand)"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:245
msgid "Other vendors"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:247
msgid "Custom setup"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:271
msgid "Automatic updates"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:271
msgid "Updates"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:279 xs/src/slic3r/GUI/Preferences.cpp:59
msgid "Check for application updates"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:282 xs/src/slic3r/GUI/Preferences.cpp:61
msgid ""
"If enabled, Slic3r checks for new versions of Slic3r PE online. When a new "
"version becomes available a notification is displayed at the next "
"application startup (never during program usage). This is only a "
"notification mechanisms, no automatic installation is done."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:286 xs/src/slic3r/GUI/Preferences.cpp:67
msgid "Update built-in Presets automatically"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:289 xs/src/slic3r/GUI/Preferences.cpp:69
msgid ""
"If enabled, Slic3r downloads updates of built-in system presets in the "
"background. These updates are downloaded into a separate temporary location. "
"When a new preset version becomes available it is offered at application "
"startup."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:290
msgid ""
"Updates are never applied without user's consent and never overwrite user's "
"customized settings."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:295
msgid ""
"Additionally a backup snapshot of the whole configuration is created before "
"an update is applied."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:302
msgid "Other Vendors"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:304
msgid "Pick another vendor supported by Slic3r PE:"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:363
msgid "Firmware Type"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:363 xs/src/slic3r/GUI/Tab.cpp:1628
msgid "Firmware"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:367
msgid "Choose the type of firmware used by your printer."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:402
msgid "Bed Shape and Size"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:405
msgid "Set the shape of your printer's bed."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:419
msgid "Filament and Nozzle Diameters"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:419
msgid "Print Diameters"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:435
msgid "Enter the diameter of your printer's hot end nozzle."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:438
msgid "Nozzle Diameter:"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:448
msgid "Enter the diameter of your filament."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:449
msgid ""
"Good precision is required, so use a caliper and do multiple measurements "
"along the filament, then compute the average."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:452
msgid "Filament Diameter:"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:470
msgid "Extruder and Bed Temperatures"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:470
msgid "Temperatures"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:486
msgid "Enter the temperature needed for extruding your filament."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:487
msgid "A rule of thumb is 160 to 230 °C for PLA, and 215 to 250 °C for ABS."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:490
msgid "Extrusion Temperature:"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:491
#: xs/src/slic3r/GUI/ConfigWizard.cpp:505
msgid "°C"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:500
msgid ""
"Enter the bed temperature needed for getting your filament to stick to your "
"heated bed."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:501
msgid ""
"A rule of thumb is 60 °C for PLA and 110 °C for ABS. Leave zero if you have "
"no heated bed."
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:504
msgid "Bed Temperature:"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:817
msgid "< &Back"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:818
msgid "&Next >"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:819
msgid "&Finish"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:889
msgid "Configuration Wizard"
msgstr ""

#: xs/src/slic3r/GUI/ConfigWizard.cpp:891
msgid "Configuration Assistant"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:87
msgid "Flash!"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:88
msgid "Cancel"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:128
msgid "Flashing in progress. Please do not disconnect the printer!"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:155
msgid "Flashing succeeded!"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:156
msgid "Flashing failed. Please see the avrdude log below."
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:157
msgid "Flashing cancelled."
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:294
msgid "Cancelling..."
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:347
msgid "Firmware flasher"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:367
msgid "Serial port:"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:369
msgid "Rescan"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:374
msgid "Firmware image:"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:377
msgid "Status:"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:378
msgid "Ready"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:381
msgid "Progress:"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:400
msgid "Advanced: avrdude output log"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:446
msgid ""
"Are you sure you want to cancel firmware flashing?\n"
"This could leave your printer in an unusable state!"
msgstr ""

#: xs/src/slic3r/GUI/FirmwareDialog.cpp:447
msgid "Confirmation"
msgstr ""

#: xs/src/slic3r/GUI/GLCanvas3D.cpp:1990
msgid "Detected object outside print volume"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:208
msgid "Array of language names and identifiers should have the same size."
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:219
msgid "Select the language"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:219
msgid "Language"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:281 xs/src/libslic3r/PrintConfig.cpp:187
msgid "Default"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:323
msgid "Inspect / activate configuration snapshots"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:324
msgid "Take Configuration Snapshot"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:324
msgid "Capture a configuration snapshot"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:327 xs/src/slic3r/GUI/Preferences.cpp:9
msgid "Preferences"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:327
msgid "Application preferences"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:328
msgid "Change Application Language"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:330
msgid "Flash printer firmware"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:330
msgid "Upload a firmware image into an Arduino based printer"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:342
msgid "Taking configuration snapshot"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:342
msgid "Snapshot name"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:380
msgid "Application will be restarted"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:380
msgid "Attention!"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:396
msgid "&Configuration"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:420
msgid "You have unsaved changes "
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:420
msgid ". Discard changes and continue anyway?"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:421
msgid "Unsaved Presets"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:629
msgid "Notice"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:634
msgid "Attempt to free unreferenced scalar"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:636 xs/src/slic3r/GUI/WipeTowerDialog.cpp:39
#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:321
msgid "Warning"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:825
msgid "Support"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:828
msgid "Select what kind of support do you need"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:829 xs/src/libslic3r/GCode/PreviewData.cpp:157
msgid "None"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:830 xs/src/libslic3r/PrintConfig.cpp:1516
msgid "Support on build plate only"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:831
msgid "Everywhere"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:843 xs/src/slic3r/GUI/Tab.cpp:872
msgid "Brim"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:845
msgid ""
"This flag enables the brim that will be printed around each object on the "
"first layer."
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:854
msgid "Purging volumes"
msgstr ""

#: xs/src/slic3r/GUI/GUI.cpp:896
msgid "Export print config"
msgstr ""

#: xs/src/slic3r/GUI/MsgDialog.cpp:64
msgid "Slic3r error"
msgstr ""

#: xs/src/slic3r/GUI/MsgDialog.cpp:64
msgid "Slic3r has encountered an error"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:103
msgid "Save current "
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:104
msgid "Delete this preset"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:116
msgid ""
"Hover the cursor over buttons to find more information \n"
"or click this button."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:744
msgid "It's a default preset."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:745
msgid "It's a system preset."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:746
msgid "Current preset is inherited from "
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:751
msgid "It can't be deleted or modified. "
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:752
msgid ""
"Any modifications should be saved as a new preset inherited from this one. "
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:753
msgid "To do that please specify a new name for the preset."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:757
msgid "Additional information:"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:765
msgid "printer model"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:767
msgid "default print profile"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:770
msgid "default filament profile"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:814
msgid "Layers and perimeters"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:815 xs/src/libslic3r/PrintConfig.cpp:847
msgid "Layer height"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:819
msgid "Vertical shells"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:830
msgid "Horizontal shells"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:831 xs/src/libslic3r/PrintConfig.cpp:1422
msgid "Solid layers"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:836
msgid "Quality (slower slicing)"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:843 xs/src/slic3r/GUI/Tab.cpp:857
#: xs/src/slic3r/GUI/Tab.cpp:951 xs/src/slic3r/GUI/Tab.cpp:954
#: xs/src/slic3r/GUI/Tab.cpp:1303 xs/src/slic3r/GUI/Tab.cpp:1631
#: xs/src/libslic3r/PrintConfig.cpp:107 xs/src/libslic3r/PrintConfig.cpp:237
#: xs/src/libslic3r/PrintConfig.cpp:799 xs/src/libslic3r/PrintConfig.cpp:1863
msgid "Advanced"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:847 xs/src/slic3r/GUI/Tab.cpp:848
#: xs/src/slic3r/GUI/Tab.cpp:1155 xs/src/libslic3r/PrintConfig.cpp:87
#: xs/src/libslic3r/PrintConfig.cpp:276 xs/src/libslic3r/PrintConfig.cpp:551
#: xs/src/libslic3r/PrintConfig.cpp:565 xs/src/libslic3r/PrintConfig.cpp:603
#: xs/src/libslic3r/PrintConfig.cpp:744 xs/src/libslic3r/PrintConfig.cpp:754
#: xs/src/libslic3r/PrintConfig.cpp:772 xs/src/libslic3r/PrintConfig.cpp:790
#: xs/src/libslic3r/PrintConfig.cpp:809 xs/src/libslic3r/PrintConfig.cpp:1371
#: xs/src/libslic3r/PrintConfig.cpp:1388
msgid "Infill"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:853
msgid "Reducing printing time"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:865
msgid "Skirt and brim"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:866 xs/src/libslic3r/GCode/PreviewData.cpp:166
#: lib/Slic3r/GUI/Plater/3DPreview.pm:98
msgid "Skirt"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:875 xs/src/slic3r/GUI/Tab.cpp:876
#: xs/src/libslic3r/PrintConfig.cpp:220 xs/src/libslic3r/PrintConfig.cpp:1138
#: xs/src/libslic3r/PrintConfig.cpp:1488 xs/src/libslic3r/PrintConfig.cpp:1495
#: xs/src/libslic3r/PrintConfig.cpp:1507 xs/src/libslic3r/PrintConfig.cpp:1517
#: xs/src/libslic3r/PrintConfig.cpp:1525 xs/src/libslic3r/PrintConfig.cpp:1540
#: xs/src/libslic3r/PrintConfig.cpp:1561 xs/src/libslic3r/PrintConfig.cpp:1572
#: xs/src/libslic3r/PrintConfig.cpp:1588 xs/src/libslic3r/PrintConfig.cpp:1597
#: xs/src/libslic3r/PrintConfig.cpp:1606 xs/src/libslic3r/PrintConfig.cpp:1617
#: xs/src/libslic3r/PrintConfig.cpp:1631 xs/src/libslic3r/PrintConfig.cpp:1639
#: xs/src/libslic3r/PrintConfig.cpp:1640 xs/src/libslic3r/PrintConfig.cpp:1649
#: xs/src/libslic3r/PrintConfig.cpp:1657 xs/src/libslic3r/PrintConfig.cpp:1671
#: xs/src/libslic3r/GCode/PreviewData.cpp:167
#: lib/Slic3r/GUI/Plater/3DPreview.pm:99
msgid "Support material"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:881
msgid "Raft"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:885
msgid "Options for support material and raft"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:899 xs/src/libslic3r/PrintConfig.cpp:119
#: xs/src/libslic3r/PrintConfig.cpp:307 xs/src/libslic3r/PrintConfig.cpp:698
#: xs/src/libslic3r/PrintConfig.cpp:810 xs/src/libslic3r/PrintConfig.cpp:1072
#: xs/src/libslic3r/PrintConfig.cpp:1309 xs/src/libslic3r/PrintConfig.cpp:1359
#: xs/src/libslic3r/PrintConfig.cpp:1410 xs/src/libslic3r/PrintConfig.cpp:1731
#: lib/Slic3r/GUI/Plater/3DPreview.pm:77
msgid "Speed"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:900
msgid "Speed for print moves"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:912
msgid "Speed for non-print moves"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:915
msgid "Modifiers"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:918
msgid "Acceleration control (advanced)"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:925
msgid "Autospeed (advanced)"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:931
msgid "Multiple Extruders"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:932 xs/src/slic3r/GUI/Tab.cpp:1473
#: xs/src/libslic3r/PrintConfig.cpp:337 xs/src/libslic3r/PrintConfig.cpp:765
#: xs/src/libslic3r/PrintConfig.cpp:1051 xs/src/libslic3r/PrintConfig.cpp:1380
#: xs/src/libslic3r/PrintConfig.cpp:1553 xs/src/libslic3r/PrintConfig.cpp:1579
msgid "Extruders"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:939
msgid "Ooze prevention"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:943 xs/src/libslic3r/GCode/PreviewData.cpp:169
#: lib/Slic3r/GUI/Plater/3DPreview.pm:101
msgid "Wipe tower"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:955
msgid "Extrusion width"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:965
msgid "Overlap"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:968
msgid "Flow"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:971
msgid "Other"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:978
msgid "Output options"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:979
msgid "Sequential printing"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:981
msgid "Extruder clearance (mm)"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:990
msgid "Output file"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:996 xs/src/libslic3r/PrintConfig.cpp:1094
msgid "Post-processing scripts"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1002 xs/src/slic3r/GUI/Tab.cpp:1003
#: xs/src/slic3r/GUI/Tab.cpp:1352 xs/src/slic3r/GUI/Tab.cpp:1353
#: xs/src/slic3r/GUI/Tab.cpp:1674 xs/src/slic3r/GUI/Tab.cpp:1675
msgid "Notes"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1009 xs/src/slic3r/GUI/Tab.cpp:1360
#: xs/src/slic3r/GUI/Tab.cpp:1681
msgid "Dependencies"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1010 xs/src/slic3r/GUI/Tab.cpp:1361
#: xs/src/slic3r/GUI/Tab.cpp:1682
msgid "Profile dependencies"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1011 xs/src/slic3r/GUI/Tab.cpp:1362
#: xs/src/slic3r/GUI/Tab.cpp:2261 xs/src/libslic3r/PrintConfig.cpp:144
msgid "Compatible printers"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1044
#, no-c-format
msgid ""
"The Spiral Vase mode requires:\n"
"- one perimeter\n"
"- no top solid layers\n"
"- 0% fill density\n"
"- no support material\n"
"- no ensure_vertical_shell_thickness\n"
"\n"
"Shall I adjust those settings in order to enable Spiral Vase?"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1051
msgid "Spiral Vase"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1072
msgid ""
"The Wipe Tower currently supports the non-soluble supports only\n"
"if they are printed with the current extruder without triggering a tool "
"change.\n"
"(both support_material_extruder and support_material_interface_extruder need "
"to be set to 0).\n"
"\n"
"Shall I adjust those settings in order to enable the Wipe Tower?"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1076 xs/src/slic3r/GUI/Tab.cpp:1093
msgid "Wipe Tower"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1090
msgid ""
"For the Wipe Tower to work with the soluble supports, the support layers\n"
"need to be synchronized with the object layers.\n"
"\n"
"Shall I synchronize support layers in order to enable the Wipe Tower?"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1108
msgid ""
"Supports work better, if the following feature is enabled:\n"
"- Detect bridging perimeters\n"
"\n"
"Shall I adjust those settings for supports?"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1111
msgid "Support Generator"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1153
msgid "The "
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1153
#, no-c-format
msgid ""
" infill pattern is not supposed to work at 100% density.\n"
"\n"
"Shall I switch to rectilinear fill pattern?"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1258 xs/src/slic3r/GUI/Tab.cpp:1259
#: lib/Slic3r/GUI/Plater.pm:433
msgid "Filament"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1266
msgid "Temperature "
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1267 xs/src/libslic3r/PrintConfig.cpp:336
msgid "Extruder"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1272
msgid "Bed"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1277
msgid "Cooling"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1278 xs/src/libslic3r/PrintConfig.cpp:1006
#: xs/src/libslic3r/PrintConfig.cpp:1801
msgid "Enable"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1289
msgid "Fan settings"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1290
msgid "Fan speed"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1298
msgid "Cooling thresholds"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1304
msgid "Filament properties"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1308
msgid "Print speed override"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1318
msgid "Toolchange parameters with single extruder MM printers"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1322
msgid "Ramming"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1324
msgid "Ramming settings"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1339 xs/src/slic3r/GUI/Tab.cpp:1637
msgid "Custom G-code"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1340 xs/src/slic3r/GUI/Tab.cpp:1638
#: xs/src/libslic3r/PrintConfig.cpp:1450 xs/src/libslic3r/PrintConfig.cpp:1465
msgid "Start G-code"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1346 xs/src/slic3r/GUI/Tab.cpp:1644
#: xs/src/libslic3r/PrintConfig.cpp:246 xs/src/libslic3r/PrintConfig.cpp:256
msgid "End G-code"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1441 xs/src/slic3r/GUI/Preferences.cpp:17
msgid "General"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1442
msgid "Size and coordinates"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1444 xs/src/libslic3r/PrintConfig.cpp:34
msgid "Bed shape"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1446 xs/src/slic3r/GUI/Tab.cpp:2229
msgid " Set "
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1469
msgid "Capabilities"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1474
msgid "Number of extruders of the printer."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1499
msgid "USB/Serial connection"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1500 xs/src/libslic3r/PrintConfig.cpp:1301
msgid "Serial port"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1505
msgid "Rescan serial ports"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1514 xs/src/slic3r/GUI/Tab.cpp:1561
msgid "Test"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1527
msgid "Connection to printer works correctly."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1527 xs/src/slic3r/GUI/Tab.cpp:1571
msgid "Success!"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1530
msgid "Connection failed."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1542 xs/src/slic3r/Utils/OctoPrint.cpp:110
msgid "OctoPrint upload"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1545 xs/src/slic3r/GUI/Tab.cpp:1594
msgid " Browse "
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1571
msgid "Connection to OctoPrint works correctly."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1574
msgid "Could not connect to OctoPrint"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1574
msgid "Note: OctoPrint version at least 1.1.0 is required."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1600
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1601
msgid "Open CA certificate file"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1615
msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
"signed certificate."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1650 xs/src/libslic3r/PrintConfig.cpp:48
msgid "Before layer change G-code"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1656 xs/src/libslic3r/PrintConfig.cpp:836
msgid "After layer change G-code"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1662 xs/src/libslic3r/PrintConfig.cpp:1708
msgid "Tool change G-code"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1668
msgid "Between objects G-code (for sequential printing)"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1720 xs/src/slic3r/GUI/Tab.cpp:1728
msgid "Single extruder MM setup"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1729
msgid "Single extruder multimaterial parameters"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1741 xs/src/libslic3r/GCode/PreviewData.cpp:440
#, possible-c-format
msgid "Extruder %d"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1748
msgid "Layer height limits"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1753
msgid "Position (for multi-extruder printers)"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1756
msgid "Retraction"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1759
msgid "Only lift Z"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1772
msgid ""
"Retraction when tool is disabled (advanced settings for multi-extruder "
"setups)"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1776 lib/Slic3r/GUI/Plater.pm:192
#: lib/Slic3r/GUI/Plater.pm:2283
msgid "Preview"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1855
msgid ""
"The Wipe option is not available when using the Firmware Retraction mode.\n"
"\n"
"Shall I disable it in order to enable Firmware Retraction?"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:1857
msgid "Firmware Retraction"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2029
msgid "Default "
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2029
msgid " preset"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2030
msgid " preset\n"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2048
msgid ""
"\n"
"\n"
"is not compatible with printer\n"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2048
msgid ""
"\n"
"\n"
"and it has the following unsaved changes:"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2049
msgid ""
"\n"
"\n"
"has the following unsaved changes:"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2051
msgid ""
"\n"
"\n"
"Discard changes and continue anyway?"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2052
msgid "Unsaved Changes"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2139
msgid "The supplied name is empty. It can't be saved."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2144
msgid "Cannot overwrite a system profile."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2148
msgid "Cannot overwrite an external profile."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2172
msgid "remove"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2172
msgid "delete"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2173
msgid "Are you sure you want to "
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2173
msgid " the selected preset?"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2174
msgid "Remove"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2174 lib/Slic3r/GUI/Plater.pm:233
#: lib/Slic3r/GUI/Plater.pm:251 lib/Slic3r/GUI/Plater.pm:2174
msgid "Delete"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2175
msgid " Preset"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2228
msgid "All"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2260
msgid "Select the printers this profile is compatible with."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2306 xs/src/slic3r/GUI/Tab.cpp:2392
#: xs/src/slic3r/GUI/Preset.cpp:613 xs/src/slic3r/GUI/Preset.cpp:653
#: xs/src/slic3r/GUI/Preset.cpp:678 xs/src/slic3r/GUI/Preset.cpp:710
#: xs/src/slic3r/GUI/PresetBundle.cpp:1119
#: xs/src/slic3r/GUI/PresetBundle.cpp:1172 lib/Slic3r/GUI/Plater.pm:618
msgid "System presets"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2307 xs/src/slic3r/GUI/Tab.cpp:2393
msgid "Default presets"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2462
msgid ""
"LOCKED LOCK;indicates that the settings are the same as the system values "
"for the current option group"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2465
msgid ""
"UNLOCKED LOCK;indicates that some settings were changed and are not equal to "
"the system values for the current option group.\n"
"Click the UNLOCKED LOCK icon to reset all settings for current option group "
"to the system values."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2471
msgid ""
"WHITE BULLET;for the left button: \tindicates a non-system preset,\n"
"for the right button: \tindicates that the settings hasn't been modified."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2475
msgid ""
"BACK ARROW;indicates that the settings were changed and are not equal to the "
"last saved preset for the current option group.\n"
"Click the BACK ARROW icon to reset all settings for the current option group "
"to the last saved preset."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2501
msgid ""
"LOCKED LOCK icon indicates that the settings are the same as the system "
"values for the current option group"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2503
msgid ""
"UNLOCKED LOCK icon indicates that some settings were changed and are not "
"equal to the system values for the current option group.\n"
"Click to reset all settings for current option group to the system values."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2506
msgid "WHITE BULLET icon indicates a non system preset."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2509
msgid ""
"WHITE BULLET icon indicates that the settings are the same as in the last "
"saved preset for the current option group."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2511
msgid ""
"BACK ARROW icon indicates that the settings were changed and are not equal "
"to the last saved preset for the current option group.\n"
"Click to reset all settings for the current option group to the last saved "
"preset."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2517
msgid ""
"LOCKED LOCK icon indicates that the value is the same as the system value."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2518
msgid ""
"UNLOCKED LOCK icon indicates that the value was changed and is not equal to "
"the system value.\n"
"Click to reset current value to the system value."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2524
msgid ""
"WHITE BULLET icon indicates that the value is the same as in the last saved "
"preset."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2525
msgid ""
"BACK ARROW icon indicates that the value was changed and is not equal to the "
"last saved preset.\n"
"Click to reset current value to the last saved preset."
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2595 lib/Slic3r/GUI/MainFrame.pm:450
#: lib/Slic3r/GUI/Plater.pm:1756
msgid "Save "
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2595
msgid " as:"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2634 xs/src/slic3r/GUI/Tab.cpp:2638
msgid "The supplied name is not valid;"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2635
msgid "the following characters are not allowed:"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2639
msgid "the following postfix are not allowed:"
msgstr ""

#: xs/src/slic3r/GUI/Tab.cpp:2642
msgid "The supplied name is not available."
msgstr ""

#: xs/src/slic3r/GUI/Tab.hpp:283
msgid "Print Settings"
msgstr ""

#: xs/src/slic3r/GUI/Tab.hpp:303
msgid "Filament Settings"
msgstr ""

#: xs/src/slic3r/GUI/Tab.hpp:326
msgid "Printer Settings"
msgstr ""

#: xs/src/slic3r/GUI/Tab.hpp:341
msgid "Save preset"
msgstr ""

#: xs/src/slic3r/GUI/Field.cpp:82
msgid "default"
msgstr ""

#: xs/src/slic3r/GUI/Field.cpp:112
#, possible-c-format
msgid "%s doesn't support percentage"
msgstr ""

#: xs/src/slic3r/GUI/Field.cpp:121
msgid "Input value is out of range"
msgstr ""

#: xs/src/slic3r/GUI/Preset.cpp:657 xs/src/slic3r/GUI/Preset.cpp:714
#: xs/src/slic3r/GUI/PresetBundle.cpp:1177 lib/Slic3r/GUI/Plater.pm:619
msgid "User presets"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:27
#, possible-c-format
msgid ""
"If estimated layer time is below ~%ds, fan will run at %d%% and print speed "
"will be reduced so that no less than %ds are spent on that layer (however, "
"speed will never be reduced below %dmm/s)."
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:31
#, possible-c-format
msgid ""
"\n"
"If estimated layer time is greater, but still below ~%ds, fan will run at a "
"proportionally decreasing speed between %d%% and %d%%."
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:35
msgid ""
"\n"
"During the other layers, fan "
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:37
msgid "Fan "
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:42
#, possible-c-format
msgid "will always run at %d%% "
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:45
#, possible-c-format
msgid "except for the first %d layers"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:49
msgid "except for the first layer"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:51
msgid "will be turned off."
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:152
msgid "external perimeters"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:161
msgid "perimeters"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:170
msgid "infill"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:180
msgid "solid infill"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:188
msgid "top solid infill"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:199
msgid "support"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:209
msgid "support interface"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:215
msgid "First layer volumetric"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:215
msgid "Bridging volumetric"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:215
msgid "Volumetric"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:216
msgid " flow rate is maximized "
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:219
msgid "by the print profile maximum"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:220
msgid "when printing "
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:221
msgid " with a volumetric rate "
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:225
#, possible-c-format
msgid "%3.2f mm³/s"
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:227
#, possible-c-format
msgid " at filament speed %3.2f mm/s."
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:246
msgid ""
"Recommended object thin wall thickness: Not available due to invalid layer "
"height."
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:263
#, possible-c-format
msgid "Recommended object thin wall thickness for layer height %.2f and "
msgstr ""

#: xs/src/slic3r/GUI/PresetHints.cpp:270
#, possible-c-format
msgid "%d lines: %.2lf mm"
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:34
msgid "Remember output directory"
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:36
msgid ""
"If this is enabled, Slic3r will prompt the last output directory instead of "
"the one containing the input files."
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:42
msgid "Auto-center parts"
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:44
msgid ""
"If this is enabled, Slic3r will auto-center objects around the print bed "
"center."
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:50
msgid "Background processing"
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:52
msgid ""
"If this is enabled, Slic3r will pre-process objects as soon as they're "
"loaded in order to save time when exporting G-code."
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:74
msgid "Disable USB/serial connection"
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:76
msgid ""
"Disable communication with the printer over a serial / USB cable. This "
"simplifies the user interface in case the printer is never attached to the "
"computer."
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:82
msgid "Suppress \" - default - \" presets"
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:84
msgid ""
"Suppress \" - default - \" presets in the Print / Filament / Printer "
"selections once there are any other valid presets available."
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:90
msgid "Show incompatible print and filament presets"
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:92
msgid ""
"When checked, the print and filament presets are shown in the preset editor "
"even if they are marked as incompatible with the active printer"
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:98
msgid "Use legacy OpenGL 1.1 rendering"
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:100
msgid ""
"If you have rendering issues caused by a buggy OpenGL 2.0 driver, you may "
"try to check this checkbox. This will disable the layer height editing and "
"anti aliasing, so it is likely better to upgrade your graphics driver."
msgstr ""

#: xs/src/slic3r/GUI/Preferences.cpp:124
msgid "You need to restart Slic3r to make the changes effective."
msgstr ""

#: xs/src/slic3r/GUI/RammingChart.cpp:23
msgid "NO RAMMING AT ALL"
msgstr ""

#: xs/src/slic3r/GUI/RammingChart.cpp:76
msgid "Time"
msgstr ""

#: xs/src/slic3r/GUI/RammingChart.cpp:76 xs/src/slic3r/GUI/RammingChart.cpp:81
#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:77
#: xs/src/libslic3r/PrintConfig.cpp:481
msgid "s"
msgstr ""

#: xs/src/slic3r/GUI/RammingChart.cpp:81
msgid "Volumetric speed"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:27
msgid "Update available"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:27
msgid "New version of Slic3r PE is available"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:34
msgid "To download, follow the link below."
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:41
msgid "Current version:"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:43
msgid "New version:"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:51
msgid "Don't notify about new releases any more"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:69
#: xs/src/slic3r/GUI/UpdateDialogs.cpp:161
msgid "Configuration update"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:69
msgid "Configuration update is available"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:72
msgid ""
"Would you like to install it?\n"
"\n"
"Note that a full configuration snapshot will be created first. It can then "
"be restored at any time should there be a problem with the new version.\n"
"\n"
"Updated configuration bundles:"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:108
msgid "Slic3r incompatibility"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:108
msgid "Slic3r configuration is incompatible"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:111
msgid ""
"This version of Slic3r PE is not compatible with currently installed "
"configuration bundles.\n"
"This probably happened as a result of running an older Slic3r PE after using "
"a newer one.\n"
"\n"
"You may either exit Slic3r and try again with a newer version, or you may re-"
"run the initial configuration. Doing so will create a backup snapshot of the "
"existing configuration before installing files compatible with this Slic3r.\n"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:120
#, possible-c-format
msgid "This Slic3r PE version: %s"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:125
msgid "Incompatible bundles:"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:141
msgid "Exit Slic3r"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:144
msgid "Re-configure"
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:165
#, possible-c-format
msgid ""
"Slic3r PE now uses an updated configuration structure.\n"
"\n"
"So called 'System presets' have been introduced, which hold the built-in "
"default settings for various printers. These System presets cannot be "
"modified, instead, users now may create their own presets inheriting "
"settings from one of the System presets.\n"
"An inheriting preset may either inherit a particular value from its parent "
"or override it with a customized value.\n"
"\n"
"Please proceed with the %s that follows to set up the new presets and to "
"choose whether to enable automatic preset updates."
msgstr ""

#: xs/src/slic3r/GUI/UpdateDialogs.cpp:181
msgid "For more information please visit our wiki page:"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:9
msgid "Ramming customization"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:35
msgid ""
"Ramming denotes the rapid extrusion just before a tool change in a single-"
"extruder MM printer. Its purpose is to properly shape the end of the "
"unloaded filament so it does not prevent insertion of the new filament and "
"can itself be reinserted later. This phase is important and different "
"materials can require different extrusion speeds to get the good shape. For "
"this reason, the extrusion rates during ramming are adjustable.\n"
"\n"
"This is an expert-level setting, incorrect adjustment will likely lead to "
"jams, extruder wheel grinding into filament etc."
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:77
msgid "Total ramming time"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:79
msgid "Total rammed volume"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:83
msgid "Ramming line width"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:85
msgid "Ramming line spacing"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:137
msgid "Wipe tower - Purging volume adjustment"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:218
msgid ""
"Here you can adjust required purging volume (mm³) for any given pair of "
"tools."
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:219
msgid "Extruder changed to"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:227
msgid "unloaded"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:228
msgid "loaded"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:233
msgid "Tool #"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:240
msgid ""
"Total purging volume is calculated by summing two values below, depending on "
"which tools are loaded/unloaded."
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:241
msgid "Volume to purge (mm³) when the filament is being"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:255
msgid "From"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:320
msgid ""
"Switching to simple settings will discard changes done in the advanced "
"mode!\n"
"\n"
"Do you want to proceed?"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:332
msgid "Show simplified settings"
msgstr ""

#: xs/src/slic3r/GUI/WipeTowerDialog.cpp:332
msgid "Show advanced settings"
msgstr ""

#: xs/src/slic3r/Utils/OctoPrint.cpp:33
msgid "Send G-Code to printer"
msgstr ""

#: xs/src/slic3r/Utils/OctoPrint.cpp:33
msgid "Upload to OctoPrint with the following filename:"
msgstr ""

#: xs/src/slic3r/Utils/OctoPrint.cpp:35
msgid "Start printing after upload"
msgstr ""

#: xs/src/slic3r/Utils/OctoPrint.cpp:37
msgid "Use forward slashes ( / ) as a directory separator if needed."
msgstr ""

#: xs/src/slic3r/Utils/OctoPrint.cpp:98
msgid "Error while uploading to the OctoPrint server"
msgstr ""

#: xs/src/slic3r/Utils/OctoPrint.cpp:111 lib/Slic3r/GUI/Plater.pm:1559
msgid "Sending G-code file to the OctoPrint server..."
msgstr ""

#: xs/src/slic3r/Utils/OctoPrint.cpp:192
msgid "Invalid API key"
msgstr ""

#: xs/src/slic3r/Utils/PresetUpdater.cpp:533
#, possible-c-format
msgid "requires min. %s and max. %s"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:26
msgid "Avoid crossing perimeters"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:27
msgid ""
"Optimize travel moves in order to minimize the crossing of perimeters. This "
"is mostly useful with Bowden extruders which suffer from oozing. This "
"feature slows down both the print and the G-code generation."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:38 xs/src/libslic3r/PrintConfig.cpp:1678
msgid "Other layers"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:39
msgid ""
"Bed temperature for layers after the first one. Set this to zero to disable "
"bed temperature control commands in the output."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:42
msgid "Bed temperature"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:49
msgid ""
"This custom code is inserted at every layer change, right before the Z move. "
"Note that you can use placeholder variables for all Slic3r settings as well "
"as [layer_num] and [layer_z]."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:59
msgid "Between objects G-code"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:60
msgid ""
"This code is inserted between objects when using sequential printing. By "
"default extruder and bed temperature are reset using non-wait command; "
"however if M104, M109, M140 or M190 are detected in this custom code, Slic3r "
"will not add temperature commands. Note that you can use placeholder "
"variables for all Slic3r settings, so you can put a \"M109 S"
"[first_layer_temperature]\" command wherever you want."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:68 lib/Slic3r/GUI/MainFrame.pm:309
msgid "Bottom"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:69 xs/src/libslic3r/PrintConfig.cpp:268
#: xs/src/libslic3r/PrintConfig.cpp:319 xs/src/libslic3r/PrintConfig.cpp:327
#: xs/src/libslic3r/PrintConfig.cpp:667 xs/src/libslic3r/PrintConfig.cpp:832
#: xs/src/libslic3r/PrintConfig.cpp:848 xs/src/libslic3r/PrintConfig.cpp:1025
#: xs/src/libslic3r/PrintConfig.cpp:1082 xs/src/libslic3r/PrintConfig.cpp:1260
#: xs/src/libslic3r/PrintConfig.cpp:1689 xs/src/libslic3r/PrintConfig.cpp:1745
msgid "Layers and Perimeters"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:70
msgid "Number of solid layers to generate on bottom surfaces."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:72
msgid "Bottom solid layers"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:77
msgid "Bridge"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:78
msgid ""
"This is the acceleration your printer will use for bridges. Set zero to "
"disable acceleration control for bridges."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:80 xs/src/libslic3r/PrintConfig.cpp:191
#: xs/src/libslic3r/PrintConfig.cpp:639 xs/src/libslic3r/PrintConfig.cpp:747
#: xs/src/libslic3r/PrintConfig.cpp:1045
msgid "mm/s²"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:86
msgid "Bridging angle"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:88
msgid ""
"Bridging angle override. If left to zero, the bridging angle will be "
"calculated automatically. Otherwise the provided angle will be used for all "
"bridges. Use 180° for zero angle."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:91 xs/src/libslic3r/PrintConfig.cpp:555
#: xs/src/libslic3r/PrintConfig.cpp:1278 xs/src/libslic3r/PrintConfig.cpp:1289
#: xs/src/libslic3r/PrintConfig.cpp:1509 xs/src/libslic3r/PrintConfig.cpp:1663
msgid "°"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:97
msgid "Bridges fan speed"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:98
msgid "This fan speed is enforced during all bridges and overhangs."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:99 xs/src/libslic3r/PrintConfig.cpp:567
#: xs/src/libslic3r/PrintConfig.cpp:859 xs/src/libslic3r/PrintConfig.cpp:927
#: xs/src/libslic3r/PrintConfig.cpp:1168
msgid "%"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:106
msgid "Bridge flow ratio"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:108
msgid ""
"This factor affects the amount of plastic for bridging. You can decrease it "
"slightly to pull the extrudates and prevent sagging, although default "
"settings are usually good and you should experiment with cooling (use a fan) "
"before tweaking this."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:118
msgid "Bridges"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:120
msgid "Speed for printing bridges."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:121 xs/src/libslic3r/PrintConfig.cpp:462
#: xs/src/libslic3r/PrintConfig.cpp:471 xs/src/libslic3r/PrintConfig.cpp:701
#: xs/src/libslic3r/PrintConfig.cpp:812 xs/src/libslic3r/PrintConfig.cpp:888
#: xs/src/libslic3r/PrintConfig.cpp:945 xs/src/libslic3r/PrintConfig.cpp:1074
#: xs/src/libslic3r/PrintConfig.cpp:1245 xs/src/libslic3r/PrintConfig.cpp:1254
#: xs/src/libslic3r/PrintConfig.cpp:1642 xs/src/libslic3r/PrintConfig.cpp:1755
msgid "mm/s"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:128
msgid "Brim width"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:129
msgid ""
"Horizontal width of the brim that will be printed around each object on the "
"first layer."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:136
msgid "Clip multi-part objects"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:137
msgid ""
"When printing multi-material objects, this settings will make slic3r to clip "
"the overlapping object parts one by the other (2nd part will be clipped by "
"the 1st, 3rd part will be clipped by the 1st and 2nd etc)."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:148
msgid "Compatible printers condition"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:149
msgid ""
"A boolean expression using the configuration values of an active printer "
"profile. If this expression evaluates to true, this profile is considered "
"compatible with the active printer profile."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:155
msgid "Complete individual objects"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:156
msgid ""
"When printing multiple objects or copies, this feature will complete each "
"object before moving onto next one (and starting it from its bottom layer). "
"This feature is useful to avoid the risk of ruined prints. Slic3r should "
"warn and prevent you from extruder collisions, but beware."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:164
msgid "Enable auto cooling"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:165
msgid ""
"This flag enables the automatic cooling logic that adjusts print speed and "
"fan speed according to layer printing time."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:171
msgid "Cooling tube position"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:172
msgid "Distance of the center-point of the cooling tube from the extruder tip "
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:179
msgid "Cooling tube length"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:180
msgid "Length of the cooling tube to limit space for cooling moves inside it "
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:188
msgid ""
"This is the acceleration your printer will be reset to after the role-"
"specific acceleration values are used (perimeter/infill). Set zero to "
"prevent resetting acceleration at all."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:197
msgid "Default filament profile"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:198
msgid ""
"Default filament profile associated with the current printer profile. On "
"selection of the current printer profile, this filament profile will be "
"activated."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:203
msgid "Default print profile"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:204
msgid ""
"Default print profile associated with the current printer profile. On "
"selection of the current printer profile, this print profile will be "
"activated."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:209
msgid "Disable fan for the first"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:210
msgid ""
"You can set this to a positive value to disable fan at all during the first "
"layers, so that it does not make adhesion worse."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:212 xs/src/libslic3r/PrintConfig.cpp:757
#: xs/src/libslic3r/PrintConfig.cpp:1141 xs/src/libslic3r/PrintConfig.cpp:1332
#: xs/src/libslic3r/PrintConfig.cpp:1393 xs/src/libslic3r/PrintConfig.cpp:1545
#: xs/src/libslic3r/PrintConfig.cpp:1590
msgid "layers"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:219
msgid "Don't support bridges"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:221
msgid ""
"Experimental option for preventing support material from being generated "
"under bridged areas."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:227
msgid "Distance between copies"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:228
msgid "Distance used for the auto-arrange feature of the plater."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:236
msgid "Elephant foot compensation"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:238
msgid ""
"The first layer will be shrunk in the XY plane by the configured value to "
"compensate for the 1st layer squish aka an Elephant Foot effect."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:247
msgid ""
"This end procedure is inserted at the end of the output file. Note that you "
"can use placeholder variables for all Slic3r settings."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:257
msgid ""
"This end procedure is inserted at the end of the output file, before the "
"printer end gcode. Note that you can use placeholder variables for all "
"Slic3r settings. If you have multiple extruders, the gcode is processed in "
"extruder order."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:267
msgid "Ensure vertical shell thickness"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:269
msgid ""
"Add solid infill near sloping surfaces to guarantee the vertical shell "
"thickness (top+bottom solid layers)."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:275
msgid "Top/bottom fill pattern"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:277
msgid ""
"Fill pattern for top/bottom infill. This only affects the external visible "
"layer, and not its adjacent solid shells."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:296 xs/src/libslic3r/PrintConfig.cpp:306
msgid "External perimeters"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:297 xs/src/libslic3r/PrintConfig.cpp:406
#: xs/src/libslic3r/PrintConfig.cpp:655 xs/src/libslic3r/PrintConfig.cpp:773
#: xs/src/libslic3r/PrintConfig.cpp:1060 xs/src/libslic3r/PrintConfig.cpp:1400
#: xs/src/libslic3r/PrintConfig.cpp:1562 xs/src/libslic3r/PrintConfig.cpp:1720
msgid "Extrusion Width"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:298
msgid ""
"Set this to a non-zero value to set a manual extrusion width for external "
"perimeters. If left zero, default extrusion width will be used if set, "
"otherwise 1.125 x nozzle diameter will be used. If expressed as percentage "
"(for example 200%), it will be computed over layer height."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:301 xs/src/libslic3r/PrintConfig.cpp:660
#: xs/src/libslic3r/PrintConfig.cpp:778 xs/src/libslic3r/PrintConfig.cpp:1065
#: xs/src/libslic3r/PrintConfig.cpp:1404 xs/src/libslic3r/PrintConfig.cpp:1566
#: xs/src/libslic3r/PrintConfig.cpp:1725
msgid "mm or % (leave 0 for default)"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:308
msgid ""
"This separate setting will affect the speed of external perimeters (the "
"visible ones). If expressed as percentage (for example: 80%) it will be "
"calculated on the perimeters speed setting above. Set to zero for auto."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:311 xs/src/libslic3r/PrintConfig.cpp:682
#: xs/src/libslic3r/PrintConfig.cpp:1363 xs/src/libslic3r/PrintConfig.cpp:1414
#: xs/src/libslic3r/PrintConfig.cpp:1609 xs/src/libslic3r/PrintConfig.cpp:1737
msgid "mm/s or %"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:318
msgid "External perimeters first"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:320
msgid ""
"Print contour perimeters from the outermost one to the innermost one instead "
"of the default inverse order."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:326
msgid "Extra perimeters if needed"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:328
#, no-c-format
msgid ""
"Add more perimeters when needed for avoiding gaps in sloping walls. Slic3r "
"keeps adding perimeters, until more than 70% of the loop immediately above "
"is supported."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:338
msgid ""
"The extruder to use (unless more specific extruder settings are specified). "
"This value overrides perimeter and infill extruders, but not the support "
"extruders."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:349 lib/Slic3r/GUI/Plater/3DPreview.pm:75
msgid "Height"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:350
msgid ""
"Set this to the vertical distance between your nozzle tip and (usually) the "
"X carriage rods. In other words, this is the height of the clearance "
"cylinder around your extruder, and it represents the maximum depth the "
"extruder can peek before colliding with other printed objects."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:360
msgid "Radius"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:361
msgid ""
"Set this to the clearance radius around your extruder. If the extruder is "
"not centered, choose the largest value for safety. This setting is used to "
"check for collisions and to display the graphical preview in the plater."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:371
msgid "Extruder Color"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:372 xs/src/libslic3r/PrintConfig.cpp:435
msgid "This is only used in the Slic3r interface as a visual help."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:379
msgid "Extruder offset"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:380
msgid ""
"If your firmware doesn't handle the extruder displacement you need the G-"
"code to take it into account. This option lets you specify the displacement "
"of each extruder with respect to the first one. It expects positive "
"coordinates (they will be subtracted from the XY coordinate)."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:389
msgid "Extrusion axis"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:390
msgid ""
"Use this option to set the axis letter associated to your printer's extruder "
"(usually E but some printers use A)."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:396
msgid "Extrusion multiplier"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:397
msgid ""
"This factor changes the amount of flow proportionally. You may need to tweak "
"this setting to get nice surface finish and correct single wall widths. "
"Usual values are between 0.9 and 1.1. If you think you need to change this "
"more, check filament diameter and your firmware E steps."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:405
msgid "Default extrusion width"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:407
msgid ""
"Set this to a non-zero value to allow a manual extrusion width. If left to "
"zero, Slic3r derives extrusion widths from the nozzle diameter (see the "
"tooltips for perimeter extrusion width, infill extrusion width etc). If "
"expressed as percentage (for example: 230%), it will be computed over layer "
"height."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:411
msgid "mm or % (leave 0 for auto)"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:416
msgid "Keep fan always on"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:417
msgid ""
"If this is enabled, fan will never be disabled and will be kept running at "
"least at its minimum speed. Useful for PLA, harmful for ABS."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:423
msgid "Enable fan if layer print time is below"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:424
msgid ""
"If layer print time is estimated below this number of seconds, fan will be "
"enabled and its speed will be calculated by interpolating the minimum and "
"maximum speeds."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:426 xs/src/libslic3r/PrintConfig.cpp:1350
msgid "approximate seconds"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:434
msgid "Color"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:441
msgid "Filament notes"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:442
msgid "You can put your notes regarding the filament here."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:450 xs/src/libslic3r/PrintConfig.cpp:894
msgid "Max volumetric speed"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:451
msgid ""
"Maximum volumetric speed allowed for this filament. Limits the maximum "
"volumetric speed of a print to the minimum of print and filament volumetric "
"speed. Set to zero for no limit."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:454 xs/src/libslic3r/PrintConfig.cpp:897
msgid "mm³/s"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:460
msgid "Loading speed"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:461
msgid "Speed used for loading the filament on the wipe tower. "
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:468
msgid "Unloading speed"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:469
msgid ""
"Speed used for unloading the filament on the wipe tower (does not affect  "
"initial part of unloading just after ramming). "
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:477
msgid "Delay after unloading"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:478
msgid ""
"Time to wait after the filament is unloaded. May help to get reliable "
"toolchanges with flexible materials that may need more time to shrink to "
"original dimensions. "
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:487
msgid "Ramming parameters"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:488
msgid ""
"This string is edited by RammingDialog and contains ramming specific "
"parameters "
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:495
msgid ""
"Enter your filament diameter here. Good precision is required, so use a "
"caliper and do multiple measurements along the filament, then compute the "
"average."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:503
msgid "Density"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:504
msgid ""
"Enter your filament density here. This is only for statistical information. "
"A decent way is to weigh a known length of filament and compute the ratio of "
"the length to volume. Better is to calculate the volume directly through "
"displacement."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:507
msgid "g/cm³"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:513
msgid "Filament type"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:514 xs/src/libslic3r/PrintConfig.cpp:1095
msgid ""
"If you want to process the output G-code through custom scripts, just list "
"their absolute paths here. Separate multiple scripts with a semicolon. "
"Scripts will be passed the absolute path to the G-code file as the first "
"argument, and they can access the Slic3r config settings by reading "
"environment variables."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:533
msgid "Soluble material"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:534
msgid "Soluble material is most likely used for a soluble support."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:539 lib/Slic3r/GUI/Plater.pm:519
msgid "Cost"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:540
msgid ""
"Enter your filament cost per kg here. This is only for statistical "
"information."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:541
msgid "money/kg"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:550
msgid "Fill angle"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:552
msgid ""
"Default base angle for infill orientation. Cross-hatching will be applied to "
"this. Bridges will be infilled using the best direction Slic3r can detect, "
"so this setting does not affect them."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:564
msgid "Fill density"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:566
#, no-c-format
msgid "Density of internal infill, expressed in the range 0% - 100%."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:602
msgid "Fill pattern"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:604
msgid "Fill pattern for general low-density infill."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:636 xs/src/libslic3r/PrintConfig.cpp:645
#: xs/src/libslic3r/PrintConfig.cpp:654 xs/src/libslic3r/PrintConfig.cpp:688
msgid "First layer"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:637
msgid ""
"This is the acceleration your printer will use for first layer. Set zero to "
"disable acceleration control for first layer."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:646
msgid ""
"Heated build plate temperature for the first layer. Set this to zero to "
"disable bed temperature control commands in the output."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:656
msgid ""
"Set this to a non-zero value to set a manual extrusion width for first "
"layer. You can use this to force fatter extrudates for better adhesion. If "
"expressed as percentage (for example 120%) it will be computed over first "
"layer height. If set to zero, it will use the default extrusion width."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:666
msgid "First layer height"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:668
msgid ""
"When printing with very low layer heights, you might still want to print a "
"thicker bottom layer to improve adhesion and tolerance for non perfect build "
"plates. This can be expressed as an absolute value or as a percentage (for "
"example: 150%) over the default layer height."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:672 xs/src/libslic3r/PrintConfig.cpp:803
#: xs/src/libslic3r/PrintConfig.cpp:1498
msgid "mm or %"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:678
msgid "First layer speed"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:679
msgid ""
"If expressed as absolute value in mm/s, this speed will be applied to all "
"the print moves of the first layer, regardless of their type. If expressed "
"as a percentage (for example: 40%) it will scale the default speeds."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:689
msgid ""
"Extruder temperature for first layer. If you want to control temperature "
"manually during print, set this to zero to disable temperature control "
"commands in the output file."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:697
#: xs/src/libslic3r/GCode/PreviewData.cpp:165
#: lib/Slic3r/GUI/Plater/3DPreview.pm:97
msgid "Gap fill"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:699
msgid ""
"Speed for filling small gaps using short zigzag moves. Keep this reasonably "
"low to avoid too much shaking and resonance issues. Set zero to disable gaps "
"filling."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:707
msgid "Verbose G-code"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:708
msgid ""
"Enable this to get a commented G-code file, with each line explained by a "
"descriptive text. If you print from SD card, the additional weight of the "
"file could make your firmware slow down."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:715
msgid "G-code flavor"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:716
msgid ""
"Some G/M-code commands, including temperature control and others, are not "
"universal. Set this option to your printer's firmware to get a compatible "
"output. The \"No extrusion\" flavor prevents Slic3r from exporting any "
"extrusion value at all."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:745
msgid ""
"This is the acceleration your printer will use for infill. Set zero to "
"disable acceleration control for infill."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:753
msgid "Combine infill every"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:755
msgid ""
"This feature allows to combine infill and speed up your print by extruding "
"thicker infill layers while preserving thin perimeters, thus accuracy."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:759
msgid "Combine infill every n layers"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:764
msgid "Infill extruder"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:766
msgid "The extruder to use when printing infill."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:774
msgid ""
"Set this to a non-zero value to set a manual extrusion width for infill. If "
"left zero, default extrusion width will be used if set, otherwise 1.125 x "
"nozzle diameter will be used. You may want to use fatter extrudates to speed "
"up the infill and make your parts stronger. If expressed as percentage (for "
"example 90%) it will be computed over layer height."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:783
msgid "Infill before perimeters"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:784
msgid ""
"This option will switch the print order of perimeters and infill, making the "
"latter first."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:789
msgid "Only infill where needed"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:791
msgid ""
"This option will limit infill to the areas actually needed for supporting "
"ceilings (it will act as internal support material). If enabled, slows down "
"the G-code generation due to the multiple checks involved."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:798
msgid "Infill/perimeters overlap"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:800
msgid ""
"This setting applies an additional overlap between infill and perimeters for "
"better bonding. Theoretically this shouldn't be needed, but backlash might "
"cause gaps. If expressed as percentage (example: 15%) it is calculated over "
"perimeter extrusion width."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:811
msgid "Speed for printing the internal fill. Set to zero for auto."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:820
msgid "Inherits profile"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:821
msgid "Name of the profile, from which this profile inherits."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:827
msgid "Interface shells"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:828
msgid ""
"Force the generation of solid shells between adjacent materials/volumes. "
"Useful for multi-extruder prints with translucent materials or manual "
"soluble support material."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:837
msgid ""
"This custom code is inserted at every layer change, right after the Z move "
"and before the extruder moves to the first layer point. Note that you can "
"use placeholder variables for all Slic3r settings as well as [layer_num] and "
"[layer_z]."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:849
msgid ""
"This setting controls the height (and thus the total number) of the slices/"
"layers. Thinner layers give better accuracy but take more time to print."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:857 xs/src/libslic3r/PrintConfig.cpp:866
msgid "Max"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:858
msgid "This setting represents the maximum speed of your fan."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:867
#, no-c-format
msgid ""
"This is the highest printable layer height for this extruder, used to cap "
"the variable layer height and support layer height. Maximum recommended "
"layer height is 75% of the extrusion width to achieve reasonable inter-layer "
"adhesion. If set to 0, layer height is limited to 75% of the nozzle diameter."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:877
msgid "Max print height"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:878
msgid ""
"Set this to the maximum height that can be reached by your extruder while "
"printing."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:884
msgid "Max print speed"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:885
msgid ""
"When setting other speed settings to 0 Slic3r will autocalculate the optimal "
"speed in order to keep constant extruder pressure. This experimental setting "
"is used to set the highest print speed you want to allow."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:895
msgid ""
"This experimental setting is used to set the maximum volumetric speed your "
"extruder supports."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:903
msgid "Max volumetric slope positive"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:904 xs/src/libslic3r/PrintConfig.cpp:915
msgid ""
"This experimental setting is used to limit the speed of change in extrusion "
"rate. A value of 1.8 mm³/s² ensures, that a change from the extrusion rate "
"of 1.8 mm³/s (0.45mm extrusion width, 0.2mm extrusion height, feedrate 20 mm/"
"s) to 5.4 mm³/s (feedrate 60 mm/s) will take at least 2 seconds."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:908 xs/src/libslic3r/PrintConfig.cpp:919
msgid "mm³/s²"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:914
msgid "Max volumetric slope negative"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:925 xs/src/libslic3r/PrintConfig.cpp:934
msgid "Min"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:926
msgid "This setting represents the minimum PWM your fan needs to work."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:935
msgid ""
"This is the lowest printable layer height for this extruder and limits the "
"resolution for variable layer height. Typical values are between 0.05 mm and "
"0.1 mm."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:943
msgid "Min print speed"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:944
msgid "Slic3r will not scale speed down below this speed."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:951
msgid "Minimal filament extrusion length"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:952
msgid ""
"Generate no less than the number of skirt loops required to consume the "
"specified amount of filament on the bottom layer. For multi-extruder "
"machines, this minimum applies to each extruder."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:961
msgid "Configuration notes"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:962
msgid ""
"You can put here your personal notes. This text will be added to the G-code "
"header comments."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:971
msgid "Nozzle diameter"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:972
msgid ""
"This is the diameter of your extruder nozzle (for example: 0.5, 0.35 etc.)"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:978
msgid "API Key"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:979
msgid ""
"Slic3r can upload G-code files to OctoPrint. This field should contain the "
"API Key required for authentication."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:992
msgid "Hostname, IP or URL"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:993
msgid ""
"Slic3r can upload G-code files to OctoPrint. This field should contain the "
"hostname, IP address or URL of the OctoPrint instance."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:999
msgid "Only retract when crossing perimeters"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1000
msgid ""
"Disables retraction when the travel path does not exceed the upper layer's "
"perimeters (and thus any ooze will be probably invisible)."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1007
msgid ""
"This option will drop the temperature of the inactive extruders to prevent "
"oozing. It will enable a tall skirt automatically and move extruders outside "
"such skirt when changing temperatures."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1014
msgid "Output filename format"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1015
msgid ""
"You can use all configuration options as variables inside this template. For "
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
"[year], [month], [day], [hour], [minute], [second], [version], "
"[input_filename], [input_filename_base]."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1024
msgid "Detect bridging perimeters"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1026
msgid ""
"Experimental option to adjust flow for overhangs (bridge flow will be used), "
"to apply bridge speed to them and enable fan."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1032
msgid "Filament parking position"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1033
msgid ""
"Distance of the extruder tip from the position where the filament is parked "
"when unloaded. This should match the value in printer firmware. "
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1041 xs/src/libslic3r/PrintConfig.cpp:1059
#: xs/src/libslic3r/PrintConfig.cpp:1071 xs/src/libslic3r/PrintConfig.cpp:1081
msgid "Perimeters"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1042
msgid ""
"This is the acceleration your printer will use for perimeters. A high value "
"like 9000 usually gives good results if your hardware is up to the job. Set "
"zero to disable acceleration control for perimeters."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1050
msgid "Perimeter extruder"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1052
msgid ""
"The extruder to use when printing perimeters and brim. First extruder is 1."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1061
msgid ""
"Set this to a non-zero value to set a manual extrusion width for perimeters. "
"You may want to use thinner extrudates to get more accurate surfaces. If "
"left zero, default extrusion width will be used if set, otherwise 1.125 x "
"nozzle diameter will be used. If expressed as percentage (for example 200%) "
"it will be computed over layer height."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1073
msgid ""
"Speed for perimeters (contours, aka vertical shells). Set to zero for auto."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1083
msgid ""
"This option sets the number of perimeters to generate for each layer. Note "
"that Slic3r may increase this number automatically when it detects sloping "
"surfaces which benefit from a higher number of perimeters if the Extra "
"Perimeters option is enabled."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1087
msgid "(minimum)"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1107
msgid "Printer type"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1108
msgid "Type of the printer."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1112
msgid "Printer notes"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1113
msgid "You can put your notes regarding the printer here."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1121
msgid "Printer vendor"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1122
msgid "Name of the printer vendor."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1126
msgid "Printer variant"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1127
msgid ""
"Name of the printer variant. For example, the printer variants may be "
"differentiated by a nozzle diameter."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1137
msgid "Raft layers"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1139
msgid ""
"The object will be raised by this number of layers, and support material "
"will be generated under it."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1147
msgid "Resolution"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1148
msgid ""
"Minimum detail resolution, used to simplify the input file for speeding up "
"the slicing job and reducing memory usage. High-resolution models often "
"carry more detail than printers can render. Set to zero to disable any "
"simplification and use full resolution from input."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1158
msgid "Minimum travel after retraction"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1159
msgid ""
"Retraction is not triggered when travel moves are shorter than this length."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1165
msgid "Retract amount before wipe"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1166
msgid ""
"With bowden extruders, it may be wise to do some amount of quick retract "
"before doing the wipe movement."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1173
msgid "Retract on layer change"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1174
msgid "This flag enforces a retraction whenever a Z move is done."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1179 xs/src/libslic3r/PrintConfig.cpp:1188
msgid "Length"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1180
msgid "Retraction Length"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1181
msgid ""
"When retraction is triggered, filament is pulled back by the specified "
"amount (the length is measured on raw filament, before it enters the "
"extruder)."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1183 xs/src/libslic3r/PrintConfig.cpp:1193
msgid "mm (zero to disable)"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1189
msgid "Retraction Length (Toolchange)"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1190
msgid ""
"When retraction is triggered before changing tool, filament is pulled back "
"by the specified amount (the length is measured on raw filament, before it "
"enters the extruder)."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1198
msgid "Lift Z"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1199
msgid ""
"If you set this to a positive value, Z is quickly raised every time a "
"retraction is triggered. When using multiple extruders, only the setting for "
"the first extruder will be considered."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1207
msgid "Above Z"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1208
msgid "Only lift Z above"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1209
msgid ""
"If you set this to a positive value, Z lift will only take place above the "
"specified absolute Z. You can tune this setting for skipping lift on the "
"first layers."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1216
msgid "Below Z"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1217
msgid "Only lift Z below"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1218
msgid ""
"If you set this to a positive value, Z lift will only take place below the "
"specified absolute Z. You can tune this setting for limiting lift to the "
"first layers."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1226 xs/src/libslic3r/PrintConfig.cpp:1234
msgid "Extra length on restart"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1227
msgid ""
"When the retraction is compensated after the travel move, the extruder will "
"push this additional amount of filament. This setting is rarely needed."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1235
msgid ""
"When the retraction is compensated after changing tool, the extruder will "
"push this additional amount of filament."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1242 xs/src/libslic3r/PrintConfig.cpp:1243
msgid "Retraction Speed"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1244
msgid "The speed for retractions (it only applies to the extruder motor)."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1250 xs/src/libslic3r/PrintConfig.cpp:1251
msgid "Deretraction Speed"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1252
msgid ""
"The speed for loading of a filament into extruder after retraction (it only "
"applies to the extruder motor). If left to zero, the retraction speed is "
"used."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1259
msgid "Seam position"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1261
msgid "Position of perimeters starting points."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1277
msgid "Direction"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1279
msgid "Preferred direction of the seam"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1280
msgid "Seam preferred direction"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1288
msgid "Jitter"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1290
msgid "Seam preferred direction jitter"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1291
msgid "Preferred direction of the seam - jitter"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1302
msgid "USB/serial port for printer connection."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1310
msgid "Serial port speed"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1311
msgid "Speed (baud) of USB/serial port for printer connection."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1320
msgid "Distance from object"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1321
msgid ""
"Distance between skirt and object(s). Set this to zero to attach the skirt "
"to the object(s) and get a brim for better adhesion."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1329
msgid "Skirt height"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1330
msgid ""
"Height of skirt expressed in layers. Set this to a tall value to use skirt "
"as a shield against drafts."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1337
msgid "Loops (minimum)"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1338
msgid "Skirt Loops"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1339
msgid ""
"Number of loops for the skirt. If the Minimum Extrusion Length option is "
"set, the number of loops might be greater than the one configured here. Set "
"this to zero to disable skirt completely."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1347
msgid "Slow down if layer print time is below"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1348
msgid ""
"If layer print time is estimated below this number of seconds, print moves "
"speed will be scaled down to extend duration to this value."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1358
msgid "Small perimeters"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1360
msgid ""
"This separate setting will affect the speed of perimeters having radius <= "
"6.5mm (usually holes). If expressed as percentage (for example: 80%) it will "
"be calculated on the perimeters speed setting above. Set to zero for auto."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1370
msgid "Solid infill threshold area"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1372
msgid ""
"Force solid infill for regions having a smaller area than the specified "
"threshold."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1373
msgid "mm²"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1379
msgid "Solid infill extruder"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1381
msgid "The extruder to use when printing solid infill."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1387
msgid "Solid infill every"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1389
msgid ""
"This feature allows to force a solid layer every given number of layers. "
"Zero to disable. You can set this to any value (for example 9999); Slic3r "
"will automatically choose the maximum possible number of layers to combine "
"according to nozzle diameter and layer height."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1399 xs/src/libslic3r/PrintConfig.cpp:1409
#: xs/src/libslic3r/GCode/PreviewData.cpp:162
#: lib/Slic3r/GUI/Plater/3DPreview.pm:94
msgid "Solid infill"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1401
msgid ""
"Set this to a non-zero value to set a manual extrusion width for infill for "
"solid surfaces. If left zero, default extrusion width will be used if set, "
"otherwise 1.125 x nozzle diameter will be used. If expressed as percentage "
"(for example 90%) it will be computed over layer height."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1411
msgid ""
"Speed for printing solid regions (top/bottom/internal horizontal shells). "
"This can be expressed as a percentage (for example: 80%) over the default "
"infill speed above. Set to zero for auto."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1423
msgid "Number of solid layers to generate on top and bottom surfaces."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1430
msgid "Spiral vase"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1431
msgid ""
"This feature will raise Z gradually while printing a single-walled object in "
"order to remove any visible seam. This option requires a single perimeter, "
"no infill, no top solid layers and no support material. You can still set "
"any number of bottom solid layers as well as skirt/brim loops. It won't work "
"when printing more than an object."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1440
msgid "Temperature variation"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1441
msgid ""
"Temperature difference to be applied when an extruder is not active. Enables "
"a full-height \"sacrificial\" skirt on which the nozzles are periodically "
"wiped."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1451
msgid ""
"This start procedure is inserted at the beginning, after bed has reached the "
"target temperature and extruder just started heating, and before extruder "
"has finished heating. If Slic3r detects M104 or M190 in your custom codes, "
"such commands will not be prepended automatically so you're free to "
"customize the order of heating commands and other custom actions. Note that "
"you can use placeholder variables for all Slic3r settings, so you can put a "
"\"M109 S[first_layer_temperature]\" command wherever you want."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1466
msgid ""
"This start procedure is inserted at the beginning, after any printer start "
"gcode. This is used to override settings for a specific filament. If Slic3r "
"detects M104, M109, M140 or M190 in your custom codes, such commands will "
"not be prepended automatically so you're free to customize the order of "
"heating commands and other custom actions. Note that you can use placeholder "
"variables for all Slic3r settings, so you can put a \"M109 S"
"[first_layer_temperature]\" command wherever you want. If you have multiple "
"extruders, the gcode is processed in extruder order."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1481
msgid "Single Extruder Multi Material"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1482
msgid "The printer multiplexes filaments into a single hot end."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1487
msgid "Generate support material"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1489
msgid "Enable support material generation."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1494
msgid "XY separation between an object and its support"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1496
msgid ""
"XY separation between an object and its support. If expressed as percentage "
"(for example 50%), it will be calculated over external perimeter width."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1506
msgid "Pattern angle"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1508
msgid ""
"Use this setting to rotate the support material pattern on the horizontal "
"plane."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1518
msgid ""
"Only create support if it lies on a build plate. Don't create support on a "
"print."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1524
msgid "Contact Z distance"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1526
msgid ""
"The vertical distance between object and support material interface. Setting "
"this to 0 will also prevent Slic3r from using bridge flow and speed for the "
"first object layer."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1539
msgid "Enforce support for the first"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1541
msgid ""
"Generate support material for the specified number of layers counting from "
"bottom, regardless of whether normal support material is enabled or not and "
"regardless of any angle threshold. This is useful for getting more adhesion "
"of objects having a very thin or poor footprint on the build plate."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1547
msgid "Enforce support for the first n layers"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1552
msgid "Support material/raft/skirt extruder"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1554
msgid ""
"The extruder to use when printing support material, raft and skirt (1+, 0 to "
"use the current extruder to minimize tool changes)."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1563
msgid ""
"Set this to a non-zero value to set a manual extrusion width for support "
"material. If left zero, default extrusion width will be used if set, "
"otherwise nozzle diameter will be used. If expressed as percentage (for "
"example 90%) it will be computed over layer height."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1571
msgid "Interface loops"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1573
msgid ""
"Cover the top contact layer of the supports with loops. Disabled by default."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1578
msgid "Support material/raft interface extruder"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1580
msgid ""
"The extruder to use when printing support material interface (1+, 0 to use "
"the current extruder to minimize tool changes). This affects raft too."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1587
msgid "Interface layers"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1589
msgid ""
"Number of interface layers to insert between the object(s) and support "
"material."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1596
msgid "Interface pattern spacing"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1598
msgid "Spacing between interface lines. Set zero to get a solid interface."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1605
#: xs/src/libslic3r/GCode/PreviewData.cpp:168
#: lib/Slic3r/GUI/Plater/3DPreview.pm:100
msgid "Support material interface"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1607
msgid ""
"Speed for printing support material interface layers. If expressed as "
"percentage (for example 50%) it will be calculated over support material "
"speed."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1616
msgid "Pattern"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1618
msgid "Pattern used to generate support material."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1630
msgid "Pattern spacing"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1632
msgid "Spacing between support material lines."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1641
msgid "Speed for printing support material."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1648
msgid "Synchronize with object layers"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1650
msgid ""
"Synchronize support layers with the object print layers. This is useful with "
"multi-material printers, where the extruder switch is expensive."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1656
msgid "Overhang threshold"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1658
msgid ""
"Support material will not be generated for overhangs whose slope angle (90° "
"= vertical) is above the given threshold. In other words, this value "
"represent the most horizontal slope (measured from the horizontal plane) "
"that you can print without support material. Set to zero for automatic "
"detection (recommended)."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1670
msgid "With sheath around the support"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1672
msgid ""
"Add a sheath (a single perimeter line) around the base support. This makes "
"the support more reliable, but also more difficult to remove."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1679
msgid ""
"Extruder temperature for layers after the first one. Set this to zero to "
"disable temperature control commands in the output."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1682
msgid "Temperature"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1688
msgid "Detect thin walls"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1690
msgid ""
"Detect single-width walls (parts where two extrusions don't fit and we need "
"to collapse them into a single trace)."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1696
msgid "Threads"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1697
msgid ""
"Threads are used to parallelize long-running tasks. Optimal threads number "
"is slightly above the number of available cores/processors."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1709
msgid ""
"This custom code is inserted right before every extruder change. Note that "
"you can use placeholder variables for all Slic3r settings as well as "
"[previous_extruder] and [next_extruder]."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1719 xs/src/libslic3r/PrintConfig.cpp:1730
#: xs/src/libslic3r/GCode/PreviewData.cpp:163
#: lib/Slic3r/GUI/Plater/3DPreview.pm:95
msgid "Top solid infill"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1721
msgid ""
"Set this to a non-zero value to set a manual extrusion width for infill for "
"top surfaces. You may want to use thinner extrudates to fill all narrow "
"regions and get a smoother finish. If left zero, default extrusion width "
"will be used if set, otherwise nozzle diameter will be used. If expressed as "
"percentage (for example 90%) it will be computed over layer height."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1732
msgid ""
"Speed for printing top solid layers (it only applies to the uppermost "
"external layers and not to their internal solid layers). You may want to "
"slow down this to get a nicer surface finish. This can be expressed as a "
"percentage (for example: 80%) over the solid infill speed above. Set to zero "
"for auto."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1744 lib/Slic3r/GUI/MainFrame.pm:308
msgid "Top"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1746
msgid "Number of solid layers to generate on top surfaces."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1748
msgid "Top solid layers"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1753
#: lib/Slic3r/GUI/Plater/3DPreview.pm:105
msgid "Travel"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1754
msgid "Speed for travel moves (jumps between distant extrusion points)."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1762
msgid "Use firmware retraction"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1763
msgid ""
"This experimental setting uses G10 and G11 commands to have the firmware "
"handle the retraction. This is only supported in recent Marlin."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1769
msgid "Use relative E distances"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1770
msgid ""
"If your firmware requires relative E values, check this, otherwise leave it "
"unchecked. Most firmwares use absolute values."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1776
msgid "Use volumetric E"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1777
msgid ""
"This experimental setting uses outputs the E values in cubic millimeters "
"instead of linear millimeters. If your firmware doesn't already know "
"filament diameter(s), you can put commands like 'M200 D[filament_diameter_0] "
"T0' in your start G-code in order to turn volumetric mode on and use the "
"filament diameter associated to the filament selected in Slic3r. This is "
"only supported in recent Marlin."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1787
msgid "Enable variable layer height feature"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1788
msgid ""
"Some printers or printer setups may have difficulties printing with a "
"variable layer height. Enabled by default."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1794
msgid "Wipe while retracting"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1795
msgid ""
"This flag will move the nozzle while retracting to minimize the possible "
"blob on leaky extruders."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1802
msgid ""
"Multi material printers may need to prime or purge extruders on tool "
"changes. Extrude the excess material into the wipe tower."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1808
msgid "Purging volumes - load/unload volumes"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1809
msgid ""
"This vector saves required volumes to change from/to each tool used on the "
"wipe tower. These values are used to simplify creation of the full purging "
"volumes below. "
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1816
msgid "Purging volumes - matrix"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1817
msgid ""
"This matrix describes volumes (in cubic milimetres) required to purge the "
"new filament on the wipe tower for any given pair of tools. "
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1827
msgid "Position X"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1828
msgid "X coordinate of the left front corner of a wipe tower"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1834
msgid "Position Y"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1835
msgid "Y coordinate of the left front corner of a wipe tower"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1841 lib/Slic3r/GUI/Plater/3DPreview.pm:76
msgid "Width"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1842
msgid "Width of a wipe tower"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1848
msgid "Wipe tower rotation angle"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1849
msgid "Wipe tower rotation angle with respect to x-axis "
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1850
msgid "degrees"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1855
msgid "Maximal bridging distance"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1856
msgid "Maximal distance between supports on sparse infill sections. "
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1862
msgid "XY Size Compensation"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1864
msgid ""
"The object will be grown/shrunk in the XY plane by the configured value "
"(negative = inwards, positive = outwards). This might be useful for fine-"
"tuning hole sizes."
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1872
msgid "Z offset"
msgstr ""

#: xs/src/libslic3r/PrintConfig.cpp:1873
msgid ""
"This value will be added (or subtracted) from all the Z coordinates in the "
"output G-code. It is used to compensate for bad Z endstop position: for "
"example, if your endstop zero actually leaves the nozzle 0.3mm far from the "
"print bed, set this to -0.3 (or fix your endstop)."
msgstr ""

#: xs/src/libslic3r/GCode/PreviewData.cpp:158
#: lib/Slic3r/GUI/Plater/3DPreview.pm:90
msgid "Perimeter"
msgstr ""

#: xs/src/libslic3r/GCode/PreviewData.cpp:159
#: lib/Slic3r/GUI/Plater/3DPreview.pm:91
msgid "External perimeter"
msgstr ""

#: xs/src/libslic3r/GCode/PreviewData.cpp:160
#: lib/Slic3r/GUI/Plater/3DPreview.pm:92
msgid "Overhang perimeter"
msgstr ""

#: xs/src/libslic3r/GCode/PreviewData.cpp:161
#: lib/Slic3r/GUI/Plater/3DPreview.pm:93
msgid "Internal infill"
msgstr ""

#: xs/src/libslic3r/GCode/PreviewData.cpp:164
#: lib/Slic3r/GUI/Plater/3DPreview.pm:96
msgid "Bridge infill"
msgstr ""

#: xs/src/libslic3r/GCode/PreviewData.cpp:171
msgid "Mixed"
msgstr ""

#: xs/src/libslic3r/GCode/PreviewData.cpp:362
#: lib/Slic3r/GUI/Plater/3DPreview.pm:74
msgid "Feature type"
msgstr ""

#: xs/src/libslic3r/GCode/PreviewData.cpp:364
msgid "Height (mm)"
msgstr ""

#: xs/src/libslic3r/GCode/PreviewData.cpp:366
msgid "Width (mm)"
msgstr ""

#: xs/src/libslic3r/GCode/PreviewData.cpp:368
msgid "Speed (mm/s)"
msgstr ""

#: xs/src/libslic3r/GCode/PreviewData.cpp:370
msgid "Volumetric flow rate (mm3/s)"
msgstr ""

#: xs/src/libslic3r/GCode/PreviewData.cpp:372
#: lib/Slic3r/GUI/Plater/3DPreview.pm:79
msgid "Tool"
msgstr ""

#: lib/Slic3r/GUI.pm:307
msgid "Choose one or more files (STL/OBJ/AMF/3MF/PRUSA):"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:62
msgid "Version "
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:62
msgid ""
" - Remember to check for updates at http://github.com/prusa3d/slic3r/releases"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:116
msgid "Plater"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:118
msgid "Controller"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:196
msgid "Open STL/OBJ/AMF/3MF…\tCtrl+O"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:196
msgid "Open a model"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:199
msgid "&Load Config…\tCtrl+L"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:199
msgid "Load exported configuration file"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:202
msgid "&Export Config…\tCtrl+E"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:202
msgid "Export current configuration to file"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:205
msgid "&Load Config Bundle…"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:205
msgid "Load presets from a bundle"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:208
msgid "&Export Config Bundle…"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:208
msgid "Export all presets to file"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:213
msgid "Q&uick Slice…\tCtrl+U"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:213
msgid "Slice a file into a G-code"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:219
msgid "Quick Slice and Save &As…\tCtrl+Alt+U"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:219
msgid "Slice a file into a G-code, save as"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:225
msgid "&Repeat Last Quick Slice\tCtrl+Shift+U"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:225
msgid "Repeat last quick slice"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:232
msgid "Slice to SV&G…\tCtrl+G"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:232
msgid "Slice file to a multi-layer SVG"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:236
msgid "(&Re)Slice Now\tCtrl+S"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:236
msgid "Start new slicing process"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:239
msgid "Repair STL file…"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:239
msgid "Automatically repair an STL file"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:243
msgid "&Quit"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:243
msgid "Quit Slic3r"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:253
msgid "Export G-code..."
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:253
msgid "Export current plate as G-code"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:256
msgid "Export plate as STL..."
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:256
msgid "Export current plate as STL"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:259
msgid "Export plate as AMF..."
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:259
msgid "Export current plate as AMF"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:262
msgid "Export plate as 3MF..."
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:262
msgid "Export current plate as 3MF"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:275
msgid "Select &Plater Tab\tCtrl+1"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:275
msgid "Show the plater"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:281
msgid "Select &Controller Tab\tCtrl+T"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:281
msgid "Show the printer controller"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:289
msgid "Select P&rint Settings Tab\tCtrl+2"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:289
msgid "Show the print settings"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:292
msgid "Select &Filament Settings Tab\tCtrl+3"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:292
msgid "Show the filament settings"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:295
msgid "Select Print&er Settings Tab\tCtrl+4"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:295
msgid "Show the printer settings"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:307
msgid "Iso"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:307
msgid "Iso View"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:308
msgid "Top View"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:309
msgid "Bottom View"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:310
msgid "Front"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:310
msgid "Front View"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:311
msgid "Rear"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:311
msgid "Rear View"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:312
msgid "Left"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:312
msgid "Left View"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:313
msgid "Right"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:313
msgid "Right View"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:319
msgid "Prusa 3D Drivers"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:319
msgid "Open the Prusa3D drivers download page in your browser"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:322
msgid "Prusa Edition Releases"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:322
msgid "Open the Prusa Edition releases page in your browser"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:329
msgid "Slic3r &Website"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:329
msgid "Open the Slic3r website in your browser"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:332
msgid "Slic3r &Manual"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:332
msgid "Open the Slic3r manual in your browser"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:336
msgid "System Info"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:336
msgid "Show system information"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:339
msgid "Show &Configuration Folder"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:339
msgid "Show user configuration folder (datadir)"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:342
msgid "Report an Issue"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:342
msgid "Report an issue on the Slic3r Prusa Edition"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:345
msgid "&About Slic3r"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:345
msgid "Show about dialog"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:355
msgid "&File"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:356
msgid "&Plater"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:357
msgid "&Object"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:358
msgid "&Window"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:359
msgid "&View"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:362
msgid "&Help"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:393
msgid "Choose a file to slice (STL/OBJ/AMF/3MF/PRUSA):"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:405
msgid "No previously sliced file."
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:406 lib/Slic3r/GUI/Plater.pm:1406
msgid "Error"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:410
msgid "Previously sliced file ("
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:410
msgid ") not found."
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:411
msgid "File Not Found"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:450
msgid "SVG"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:450
msgid "G-code"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:450 lib/Slic3r/GUI/Plater.pm:1756
msgid " file as:"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:464
msgid "Slicing…"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:464
msgid "Processing "
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:484
msgid " was successfully sliced."
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:486
msgid "Slicing Done!"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:502
msgid "Select the STL file to repair:"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:516
msgid "Save OBJ file (less prone to coordinate errors than STL) as:"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:530
msgid "Your file was repaired."
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:530
msgid "Repair"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:541
msgid "Save configuration as:"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:559 lib/Slic3r/GUI/MainFrame.pm:603
msgid "Select configuration to load:"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:582
msgid "Save presets bundle as:"
msgstr ""

#: lib/Slic3r/GUI/MainFrame.pm:623
#, possible-perl-format
msgid "%d presets successfully imported."
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:140 lib/Slic3r/GUI/Plater.pm:2282
msgid "3D"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:180
msgid "2D"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:199
msgid "Layers"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:232 lib/Slic3r/GUI/Plater.pm:250
msgid "Add…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:234 lib/Slic3r/GUI/Plater.pm:252
msgid "Delete All"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:235 lib/Slic3r/GUI/Plater.pm:253
msgid "Arrange"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:237
msgid "More"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:238
msgid "Fewer"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:240
msgid "45° ccw"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:241
msgid "45° cw"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:242 lib/Slic3r/GUI/Plater.pm:258
msgid "Scale…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:243 lib/Slic3r/GUI/Plater.pm:259
#: lib/Slic3r/GUI/Plater.pm:2252
msgid "Split"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:244 lib/Slic3r/GUI/Plater.pm:260
#: lib/Slic3r/GUI/Plater.pm:2255
msgid "Cut…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:246 lib/Slic3r/GUI/Plater.pm:261
#: lib/Slic3r/GUI/Plater.pm:2259
msgid "Settings…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:247
msgid "Layer Editing"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:262
msgid "Layer editing"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:285
msgid "Name"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:286 lib/Slic3r/GUI/Plater.pm:1007
msgid "Copies"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:287 lib/Slic3r/GUI/Plater.pm:1163
#: lib/Slic3r/GUI/Plater.pm:1168 lib/Slic3r/GUI/Plater.pm:2221
msgid "Scale"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:301
msgid "Export G-code…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:302
msgid "Slice now"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:303
msgid "Print…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:304
msgid "Send to printer"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:305
msgid "Export STL…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:432
msgid "Print settings"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:434
msgid "Printer"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:467
msgid "Info"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:478
msgid "Volume"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:479
msgid "Facets"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:480
msgid "Materials"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:481
msgid "Manifold"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:507
msgid "Sliced Info"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:516
msgid "Used Filament (m)"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:517
msgid "Used Filament (mm³)"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:518
msgid "Used Filament (g)"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:520
msgid "Estimated printing time"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:728
msgid "Loading…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:728 lib/Slic3r/GUI/Plater.pm:742
msgid "Processing input file\n"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:765
msgid ""
"This file contains several objects positioned at multiple heights. Instead "
"of considering them as multiple objects, should I consider\n"
"this file as a single object having multiple parts?\n"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:768 lib/Slic3r/GUI/Plater.pm:785
msgid "Multi-part object detected"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:782
msgid ""
"Multiple objects were loaded for a multi-material printer.\n"
"Instead of considering them as multiple objects, should I consider\n"
"these files to represent a single object having multiple parts?\n"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:794
msgid "Loaded "
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:852
msgid ""
"Your object appears to be too large, so it was automatically scaled down to "
"fit your print bed."
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:853
msgid "Object too large?"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1007
msgid "Enter the number of copies of the selected object:"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1034
msgid ""
"\n"
"Non-positive value."
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1035
msgid ""
"\n"
"Not a numeric value."
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1036
msgid "Slic3r Error"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1057
msgid "Enter the rotation angle:"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1057
msgid "Rotate around "
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1057
msgid "Invalid rotation angle entered"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1137
#, possible-perl-format
msgid "Enter the new size for the selected object (print bed: %smm):"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1138 lib/Slic3r/GUI/Plater.pm:1142
msgid "Scale along "
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1138 lib/Slic3r/GUI/Plater.pm:1142
#: lib/Slic3r/GUI/Plater.pm:1163 lib/Slic3r/GUI/Plater.pm:1168
msgid "Invalid scaling value entered"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1142 lib/Slic3r/GUI/Plater.pm:1168
#, no-perl-format
msgid "Enter the scale % for the selected object:"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1163
msgid "Enter the new max size for the selected object:"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1219
msgid ""
"The selected object can't be split because it contains more than one volume/"
"material."
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1228
msgid ""
"The selected object couldn't be split because it contains only one part."
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1392
msgid "Slicing cancelled"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1406
msgid "Another export job is currently running."
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1556
msgid "File added to print queue"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1562
msgid "G-code file exported to "
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1565
msgid "Export failed"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1577
msgid "OctoPrint upload finished."
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1620 lib/Slic3r/GUI/Plater.pm:1662
msgid "STL file exported to "
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1701
msgid "AMF file exported to "
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1705
msgid "Error exporting AMF file "
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1717
msgid "3MF file exported to "
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:1721
msgid "Error exporting 3MF file "
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2099
#, possible-perl-format
msgid "%d (%d shells)"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2101
#, possible-perl-format
msgid "Auto-repaired (%d errors)"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2106
#, possible-perl-format
msgid ""
"%d degenerate facets, %d edges fixed, %d facets removed, %d facets added, %d "
"facets reversed, %d backwards edges"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2111
msgid "Yes"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2174
msgid "Remove the selected object"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2177
msgid "Increase copies"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2177
msgid "Place one more copy of the selected object"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2180
msgid "Decrease copies"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2180
msgid "Remove one copy of the selected object"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2183
msgid "Set number of copies…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2183
msgid "Change the number of copies of the selected object"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2187
msgid "Rotate 45° clockwise"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2187
msgid "Rotate the selected object by 45° clockwise"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2190
msgid "Rotate 45° counter-clockwise"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2190
msgid "Rotate the selected object by 45° counter-clockwise"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2195
msgid "Rotate"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2195
msgid "Rotate the selected object by an arbitrary angle"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2197
msgid "Around X axis…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2197
msgid "Rotate the selected object by an arbitrary angle around X axis"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2200
msgid "Around Y axis…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2200
msgid "Rotate the selected object by an arbitrary angle around Y axis"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2203
msgid "Around Z axis…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2203
msgid "Rotate the selected object by an arbitrary angle around Z axis"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2208
msgid "Mirror"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2208
msgid "Mirror the selected object"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2210 lib/Slic3r/GUI/Plater.pm:2226
#: lib/Slic3r/GUI/Plater.pm:2242
msgid "Along X axis…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2210
msgid "Mirror the selected object along the X axis"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2213 lib/Slic3r/GUI/Plater.pm:2229
#: lib/Slic3r/GUI/Plater.pm:2245
msgid "Along Y axis…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2213
msgid "Mirror the selected object along the Y axis"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2216 lib/Slic3r/GUI/Plater.pm:2232
#: lib/Slic3r/GUI/Plater.pm:2248
msgid "Along Z axis…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2216
msgid "Mirror the selected object along the Z axis"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2221 lib/Slic3r/GUI/Plater.pm:2237
msgid "Scale the selected object along a single axis"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2223 lib/Slic3r/GUI/Plater.pm:2239
msgid "Uniformly…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2223 lib/Slic3r/GUI/Plater.pm:2239
msgid "Scale the selected object along the XYZ axes"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2226 lib/Slic3r/GUI/Plater.pm:2242
msgid "Scale the selected object along the X axis"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2229 lib/Slic3r/GUI/Plater.pm:2245
msgid "Scale the selected object along the Y axis"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2232 lib/Slic3r/GUI/Plater.pm:2248
msgid "Scale the selected object along the Z axis"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2237
msgid "Scale to size"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2252
msgid "Split the selected object into individual parts"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2255
msgid "Open the 3D cutting tool"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2259
msgid "Open the object editor dialog"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2263
msgid "Reload from Disk"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2263
msgid "Reload the selected file from Disk"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2266
msgid "Export object as STL…"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2266
msgid "Export this single object as STL file"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2270
msgid "Fix STL through Netfabb"
msgstr ""

#: lib/Slic3r/GUI/Plater.pm:2270
msgid ""
"Fix the model by sending it to a Netfabb cloud service through Windows 10 API"
msgstr ""

#: lib/Slic3r/GUI/Plater/2D.pm:131
msgid "What do you want to print today? ™"
msgstr ""

#: lib/Slic3r/GUI/Plater/2D.pm:132
msgid "Drag your objects here"
msgstr ""

#: lib/Slic3r/GUI/Plater/3DPreview.pm:69
msgid "1 Layer"
msgstr ""

#: lib/Slic3r/GUI/Plater/3DPreview.pm:71
msgid "View"
msgstr ""

#: lib/Slic3r/GUI/Plater/3DPreview.pm:78
msgid "Volumetric flow rate"
msgstr ""

#: lib/Slic3r/GUI/Plater/3DPreview.pm:85
msgid "Show"
msgstr ""

#: lib/Slic3r/GUI/Plater/3DPreview.pm:88 lib/Slic3r/GUI/Plater/3DPreview.pm:89
msgid "Feature types"
msgstr ""

#: lib/Slic3r/GUI/Plater/3DPreview.pm:106
msgid "Retractions"
msgstr ""

#: lib/Slic3r/GUI/Plater/3DPreview.pm:107
msgid "Unretractions"
msgstr ""

#: lib/Slic3r/GUI/Plater/3DPreview.pm:108
msgid "Shells"
msgstr ""