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

Cura.po « LC_MESSAGES « sp « locale « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05ad415badb29f2d878b366ee81bb75bf312805f (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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013
# This file is distributed under the same license as the Cura package.
# Ilya Kulakov <kulakov.ilya@gmail.com>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: Cura\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-03-17 10:38+0100\n"
"PO-Revision-Date: 2013-10-02 14:50+0100\n"
"Last-Translator: Jose Gemez <josegemez@gmail.com>\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"
"X-Generator: Poedit 1.5.7\n"

#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563
msgid "A new version of Cura is available, would you like to download?"
msgstr "Una nueva versión de Cura esta disponible, quieres descargarla?"

#: Cura/gui/app.py:141 Cura/gui/mainWindow.py:563
msgid "New version available"
msgstr "Nueva versión disponible"

#: Cura/gui/configWizard.py:223
msgid "Add new machine wizard"
msgstr "Añadir asistente para nueva máquina"

#: Cura/gui/configWizard.py:225
msgid "First time run wizard"
msgstr "Hacer asistente inicial"

#: Cura/gui/configWizard.py:226
msgid "Welcome, and thanks for trying Cura!"
msgstr "Bienvenido, y gracias por usar Cura!"

#: Cura/gui/configWizard.py:228
#, fuzzy
msgid "This wizard will help you in setting up Cura for your machine."
msgstr "Este asistente te ayudara con los siguientes pasos:"

#: Cura/gui/configWizard.py:245
msgid "The following pre-defined machine profiles are available"
msgstr ""

#: Cura/gui/configWizard.py:246
msgid ""
"Note that these profiles are not guaranteed to give good results,\n"
"or work at all. Extra tweaks might be required.\n"
"If you find issues with the predefined profiles,\n"
"or want an extra profile.\n"
"Please report it at the github issue tracker."
msgstr ""

#: Cura/gui/configWizard.py:276
#, fuzzy
msgid "Cura is now ready to be used!"
msgstr "Cura esta ahora autorizado para compartir en YouMagine"

#: Cura/gui/configWizard.py:281
#, fuzzy
msgid ""
"RepRap machines can be vastly different, so here you can set your own "
"settings."
msgstr ""
"Las impresores RepRap son muy diferentes, asi que\n"
"no hay configuracion por defecto en Cura."

#: Cura/gui/configWizard.py:282
msgid ""
"Be sure to review the default profile before running it on your machine."
msgstr ""

#: Cura/gui/configWizard.py:283
msgid ""
"If you like a default profile for your machine added,\n"
"then make an issue on github."
msgstr ""
"Si quieres añadir un perfil por defecto para tu máquina,\n"
"crea un requerimiento en el github."

#: Cura/gui/configWizard.py:285
msgid "You will have to manually install Marlin or Sprinter firmware."
msgstr "Tendrás que instalar manual Marlin o Sprinter"

#: Cura/gui/configWizard.py:287
msgid "Machine name"
msgstr "Nombre de la máquina"

#: Cura/gui/configWizard.py:288
msgid "Machine width (mm)"
msgstr "Anchura máquina (mm)"

#: Cura/gui/configWizard.py:289
msgid "Machine depth (mm)"
msgstr "Produndidad máquina (mm)"

#: Cura/gui/configWizard.py:290
msgid "Machine height (mm)"
msgstr "Altura máquina (mm)"

#: Cura/gui/configWizard.py:291 Cura/util/profile.py:175
msgid "Nozzle size (mm)"
msgstr "Tamaño Nozzle (mm)"

#: Cura/gui/configWizard.py:292 Cura/util/profile.py:383
msgid "Heated bed"
msgstr "Cama caliente"

#: Cura/gui/configWizard.py:293
msgid "Bed center is 0,0,0 (RoStock)"
msgstr "Centro de la base en 0,0,0 (Rostock)"

#: Cura/gui/configWizard.py:313
msgid "Select your machine"
msgstr "Selecciona tu maquina"

#: Cura/gui/configWizard.py:314
msgid "What kind of machine do you have:"
msgstr "Que tipo de máquina tienes:"

#: Cura/gui/configWizard.py:321
#, fuzzy
msgid "Other (Ex: RepRap, MakerBot)"
msgstr "Otras (ej. RepRap)"

#: Cura/gui/configWizard.py:324
msgid ""
"The collection of anonymous usage information helps with the continued "
"improvement of Cura."
msgstr "La recolección de datos de utilización anónima ayuda a mejorar Cura."

#: Cura/gui/configWizard.py:325
msgid ""
"This does NOT submit your models online nor gathers any privacy related "
"information."
msgstr ""
"Esta hace que NO envie sus modelos online ni recopila datos relacionados con "
"su privacidad."

#: Cura/gui/configWizard.py:326
msgid "Submit anonymous usage information:"
msgstr "Enviar información de uso anónima"

#: Cura/gui/configWizard.py:327
msgid "For full details see: http://wiki.ultimaker.com/Cura:stats"
msgstr "Para mas detalles: http://wiki.ultimaker.com/Cura:stats"

#: Cura/gui/configWizard.py:396
msgid "Select upgraded parts you have"
msgstr "Selecciona mejoras que tienes"

#: Cura/gui/configWizard.py:397
msgid ""
"To assist you in having better default settings for your Ultimaker\n"
"Cura would like to know which upgrades you have in your machine."
msgstr ""
"Para ayudarle a tener mejores ajustes predeterminados para su Ultimaker \n"
"Cura necesitaría saber qué actualizaciones que tiene en su máquina."

#: Cura/gui/configWizard.py:399
msgid "Extruder drive upgrade"
msgstr "Mejora extrusor"

#: Cura/gui/configWizard.py:400
msgid "Heated printer bed (self built)"
msgstr "Cama caliente (autoconstruida)"

#: Cura/gui/configWizard.py:401
msgid "Dual extrusion (experimental)"
msgstr "Extrusion dual (experimental)"

#: Cura/gui/configWizard.py:403
msgid ""
"If you have an Ultimaker bought after october 2012 you will have the\n"
"Extruder drive upgrade. If you do not have this upgrade,\n"
"it is highly recommended to improve reliability."
msgstr ""
"Si tienes una Ultimaker comprada posterior a Octubre de 2012 tu tienes\n"
"la mejora en el extrusor. Si no tienes esta mejora,\n"
"es recomendable para mejorar el desempeño."

#: Cura/gui/configWizard.py:404
msgid ""
"This upgrade can be bought from the Ultimaker webshop\n"
"or found on thingiverse as thing:26094"
msgstr ""
"Esta mejora puede comprarse en la webshop de Ultimaker\n"
"o encontrarse en thingiverse thing:26094"

#: Cura/gui/configWizard.py:423
msgid "Upgrade Ultimaker Firmware"
msgstr "Actuliza Firmware Ultimaker"

#: Cura/gui/configWizard.py:424
msgid ""
"Firmware is the piece of software running directly on your 3D printer.\n"
"This firmware controls the step motors, regulates the temperature\n"
"and ultimately makes your printer work."
msgstr ""
"Firmware es un software que se ejecuta en la propia impresora.\n"
"Controla los pasos de motor, temperatura\n"
"y finalmente hace que tu impresora funcione."

#: Cura/gui/configWizard.py:426
msgid ""
"The firmware shipping with new Ultimakers works, but upgrades\n"
"have been made to make better prints, and make calibration easier."
msgstr ""
"El firmware que trae la Ultimaker funciona, pero actualizaciones\n"
"hacen que se imprima y se calibre mejor."

#: Cura/gui/configWizard.py:428
msgid ""
"Cura requires these new features and thus\n"
"your firmware will most likely need to be upgraded.\n"
"You will get the chance to do so now."
msgstr ""
"Cura requiere estas nuevas características y por lo tanto\n"
"el firmware es necesario que tenga que ser actualizado. \n"
"Usted tendrá la oportunidad de hacerlo ahora."

#: Cura/gui/configWizard.py:433
msgid "Do not upgrade to this firmware if:"
msgstr "No actualices a este firmware si:"

#: Cura/gui/configWizard.py:434
#, fuzzy
msgid "* You have an older machine based on ATMega1280 (Rev 1 machine)"
msgstr "Tienes una máquina basada en el antiguo ATMega1280"

#: Cura/gui/configWizard.py:435
msgid "* Have other changes in the firmware"
msgstr "Tiene otros cambios en el firmware"

#: Cura/gui/configWizard.py:469
msgid ""
"It is a good idea to do a few sanity checks now on your Ultimaker.\n"
"You can skip these if you know your machine is functional."
msgstr ""
"Es una buena idea hacer algunos chequeos ahora en tu Ultimaker.\n"
"Puedes obviarlos si tu máquina es funcional."

#: Cura/gui/configWizard.py:470
msgid "Run checks"
msgstr "Iniciar chequeos"

#: Cura/gui/configWizard.py:470
msgid "Skip checks"
msgstr "Saltar comprobaciones"

#: Cura/gui/configWizard.py:474
msgid "Communication:"
msgstr "Comunicación:"

#: Cura/gui/configWizard.py:475
msgid "Temperature:"
msgstr "Temperatura:"

#: Cura/gui/configWizard.py:476
msgid "Endstops:"
msgstr "Final de carrera:"

#: Cura/gui/configWizard.py:481
msgid "Show error log"
msgstr "Mostrar log de errores"

#: Cura/gui/configWizard.py:515
msgid "Connecting to machine."
msgstr "Conectando a la maquina"

#: Cura/gui/configWizard.py:536
msgid "Cooldown before temperature check."
msgstr "Enfriar antes de comprobar la temperatura"

#: Cura/gui/configWizard.py:542 Cura/gui/configWizard.py:549
msgid "Checking the heater and temperature sensor."
msgstr "Comprueba el extrusor y el sensor de temperatura"

#: Cura/gui/configWizard.py:560
msgid "Please make sure none of the endstops are pressed."
msgstr "Por favor asegurate que los endstosp no estan presionados."

#: Cura/gui/configWizard.py:573
msgid "Temperature measurement FAILED!"
msgstr "Medición de la temperatura a FALLADO!"

#: Cura/gui/configWizard.py:578
#, python-format
msgid "Head temperature: %d"
msgstr "Temperatura cama %d"

#: Cura/gui/configWizard.py:585 Cura/gui/configWizard.py:594
#, python-format
msgid "Communication State: %s"
msgstr "Estado de comunicación: %s"

#: Cura/gui/configWizard.py:588
msgid "Failed to establish connection with the printer."
msgstr "Fallo al establecer la conexión con la impresora"

#: Cura/gui/configWizard.py:633
msgid "Please press the right X endstop."
msgstr "Por favor presiona el endstop X derecho."

#: Cura/gui/configWizard.py:638
msgid "Please press the left X endstop."
msgstr "Por favor presiona el endstop X izquierdo."

#: Cura/gui/configWizard.py:643
msgid "Please press the front Y endstop."
msgstr "Por favor presiona el endstop Y delantero. "

#: Cura/gui/configWizard.py:648
msgid "Please press the back Y endstop."
msgstr "Por favor presiona el endstop Y trasero. "

#: Cura/gui/configWizard.py:653
msgid "Please press the top Z endstop."
msgstr "Por favor presiona el endstop Z superior. "

#: Cura/gui/configWizard.py:658
msgid "Please press the bottom Z endstop."
msgstr "Por favor presiona el endstop Z inferior. "

#: Cura/gui/configWizard.py:664
msgid "Checkup finished"
msgstr "Chequeo finalizado"

#: Cura/gui/configWizard.py:707
msgid "Calibrating the Steps Per E requires some manual actions."
msgstr "Calibrar los pasos del Extrusor requiere algunas acciones manuales."

#: Cura/gui/configWizard.py:708
msgid "First remove any filament from your machine."
msgstr "Primero remover cualquier filamento de tu maquina"

#: Cura/gui/configWizard.py:709
msgid ""
"Next put in your filament so the tip is aligned with the\n"
"top of the extruder drive."
msgstr ""
"A continuación, pon en el filamento de manera que la punta quede alineada "
"con la \n"
"superior de la unidad extrusora."

#: Cura/gui/configWizard.py:710
msgid "We'll push the filament 100mm"
msgstr "Empujaremos 100 mm de filamento"

#: Cura/gui/configWizard.py:711
msgid "Extrude 100mm filament"
msgstr "Extruir 100mm filamento"

#: Cura/gui/configWizard.py:712
msgid ""
"Now measure the amount of extruded filament:\n"
"(this can be more or less then 100mm)"
msgstr ""
"Ahora mide la cantidad de filamento extruido:\n"
"(debe ser mas o menos 100mm)"

#: Cura/gui/configWizard.py:713
msgid "Save"
msgstr "Guardar"

#: Cura/gui/configWizard.py:714
msgid "This results in the following steps per E:"
msgstr "Esto se da como resultado los siguiente pasos por E:"

#: Cura/gui/configWizard.py:716
msgid "You can repeat these steps to get better calibration."
msgstr "Puedes repetir estos paso para conseguir una mejor calibración."

#: Cura/gui/configWizard.py:719
msgid ""
"If you still have filament in your printer which needs\n"
"heat to remove, press the heat up button below:"
msgstr ""
"Si aún tienes filamento en tu impresora que necesita\n"
"calor para removerlo, presiona el botón de calentar debajo:"

#: Cura/gui/configWizard.py:720
msgid "Heatup for filament removal"
msgstr "Calentar para remover filamento"

#: Cura/gui/configWizard.py:745 Cura/gui/configWizard.py:779
msgid ""
"Error: Failed to open serial port to machine\n"
"If this keeps happening, try disconnecting and reconnecting the USB cable"
msgstr ""
"Error: Fallo al abrir el Puerto Serie de la maquina\n"
"Si sigue ocurriendo, prueba a desconectar y reconectar el cable USB"

#: Cura/gui/firmwareInstall.py:44
msgid ""
"I am sorry, but Cura does not ship with a default firmware for your machine "
"configuration."
msgstr ""
"Lo siento, pero cura no viene con un firmware por defecto para la "
"configuración de tu maquina."

#: Cura/gui/firmwareInstall.py:44 Cura/gui/firmwareInstall.py:48
#: Cura/gui/firmwareInstall.py:103 Cura/gui/mainWindow.py:506
msgid "Firmware update"
msgstr "Actualización firmware"

#: Cura/gui/firmwareInstall.py:48
msgid ""
"Cura only supports firmware updates for ATMega2560 based hardware.\n"
"So updating your RepRap with Cura might or might not work."
msgstr ""

#: Cura/gui/firmwareInstall.py:56
msgid "OK"
msgstr "OK"

#: Cura/gui/firmwareInstall.py:77
msgid "Reading firmware..."
msgstr "Leyendo firmware..."

#: Cura/gui/firmwareInstall.py:79
msgid "Connecting to machine..."
msgstr "Conectando a la máquina"

#: Cura/gui/firmwareInstall.py:83
msgid ""
"Please connect the printer to\n"
"your computer with the USB cable."
msgstr ""

#: Cura/gui/firmwareInstall.py:102
msgid ""
"Failed to find machine for firmware upgrade\n"
"Is your machine connected to the PC?"
msgstr ""
"Fallo al buscar actualización del firmware\n"
"Esta tu máquina conectada al PC?"

#: Cura/gui/firmwareInstall.py:107
msgid "Uploading firmware..."
msgstr "Subiendo firmware"

#: Cura/gui/firmwareInstall.py:110
#, python-format
msgid ""
"Done!\n"
"Installed firmware: %s"
msgstr ""
"Hecho!\n"
"Firmware instalado: %s"

#: Cura/gui/firmwareInstall.py:112
msgid "Failed to write firmware.\n"
msgstr "Fallo al cargar firmware.\n"

#: Cura/gui/mainWindow.py:66
msgid "Load model file...\tCTRL+L"
msgstr "Cargar modelo...\tCTRL+L"

#: Cura/gui/mainWindow.py:68
msgid "Save model...\tCTRL+S"
msgstr "Guardar modelo...\tCTRL+S"

#: Cura/gui/mainWindow.py:70
#, fuzzy
msgid "Reload platform\tF5"
msgstr "Limpiar plataforma"

#: Cura/gui/mainWindow.py:72
msgid "Clear platform"
msgstr "Limpiar plataforma"

#: Cura/gui/mainWindow.py:76
msgid "Print...\tCTRL+P"
msgstr "Imprimir...\tCTRL+P"

#: Cura/gui/mainWindow.py:78 Cura/gui/sceneView.py:279
msgid "Save GCode..."
msgstr "Guardar GCode..."

#: Cura/gui/mainWindow.py:80
msgid "Show slice engine log..."
msgstr "Mostrar log de fileteado"

#: Cura/gui/mainWindow.py:84
msgid "Open Profile..."
msgstr "Abrir Perfil..."

#: Cura/gui/mainWindow.py:87
msgid "Save Profile..."
msgstr "Guardar Perfil..."

#: Cura/gui/mainWindow.py:90
msgid "Load Profile from GCode..."
msgstr "Cargar Perfil desde GCode"

#: Cura/gui/mainWindow.py:94
msgid "Reset Profile to default"
msgstr "Reseter Pefil a por defecto"

#: Cura/gui/mainWindow.py:99
msgid "Preferences...\tCTRL+,"
msgstr "Preferencias...\tCTRL+,"

#: Cura/gui/mainWindow.py:101 Cura/gui/mainWindow.py:434
msgid "Machine settings..."
msgstr "Ajuste de la máquina..."

#: Cura/gui/mainWindow.py:107
msgid "Recent Model Files"
msgstr "Modelos Recientes"

#: Cura/gui/mainWindow.py:114
msgid "Recent Profile Files"
msgstr "Perfiles Recientes"

#: Cura/gui/mainWindow.py:120
msgid "Quit"
msgstr "Salir"

#: Cura/gui/mainWindow.py:122
msgid "File"
msgstr "Archivo"

#: Cura/gui/mainWindow.py:130
msgid "Minecraft map import..."
msgstr "Minecraft map import..."

#: Cura/gui/mainWindow.py:134
msgid "PID Debugger..."
msgstr "PID Debugger..."

#: Cura/gui/mainWindow.py:137
msgid "Copy profile to clipboard"
msgstr "Copiar perfil al portapapeles"

#: Cura/gui/mainWindow.py:141
msgid "Print all at once"
msgstr ""

#: Cura/gui/mainWindow.py:143
#, fuzzy
msgid "Print one at a time"
msgstr "Tamaño cabezal de impresión"

#: Cura/gui/mainWindow.py:150
msgid "Tools"
msgstr "Herramientas"

#: Cura/gui/mainWindow.py:156 Cura/util/profile.py:175
msgid "Machine"
msgstr "Maquina"

#: Cura/gui/mainWindow.py:159
msgid "Switch to quickprint..."
msgstr "Cambiar a ajustes rapidos..."

#: Cura/gui/mainWindow.py:163
msgid "Switch to full settings..."
msgstr "Cambiar a ajustes completos..."

#: Cura/gui/mainWindow.py:168
#, fuzzy
msgid "Open expert settings...\tCTRL+E"
msgstr "Abrir ajustes experto..."

#: Cura/gui/mainWindow.py:172
msgid "Run first run wizard..."
msgstr "Iniciar asistente inicial..."

#: Cura/gui/mainWindow.py:174
msgid "Run bed leveling wizard..."
msgstr "Iniciar sistente para calibración de la cama..."

#: Cura/gui/mainWindow.py:176
msgid "Run head offset wizard..."
msgstr "Iniciar asistente de distancia entre extrusores..."

#: Cura/gui/mainWindow.py:179
msgid "Expert"
msgstr "Experto"

#: Cura/gui/mainWindow.py:182
msgid "Online documentation..."
msgstr "Documentación online..."

#: Cura/gui/mainWindow.py:184
msgid "Report a problem..."
msgstr "Reportar un problema..."

#: Cura/gui/mainWindow.py:186
msgid "Check for update..."
msgstr "Comprobando actualizaciones..."

#: Cura/gui/mainWindow.py:188
msgid "Open YouMagine website..."
msgstr "Abre tu página YouMagine"

#: Cura/gui/mainWindow.py:190
msgid "About Cura..."
msgstr "Sobra Cura"

#: Cura/gui/mainWindow.py:192
msgid "Help"
msgstr "Ayuda"

#: Cura/gui/mainWindow.py:343
msgid ""
"For \"One at a time\" printing, you need to have entered the correct head "
"size and gantry height in the machine settings"
msgstr ""

#: Cura/gui/mainWindow.py:343
msgid "One at a time warning"
msgstr ""

#: Cura/gui/mainWindow.py:440
#, fuzzy
msgid "Install default firmware..."
msgstr "Instalar firmware Marlin por defecto"

#: Cura/gui/mainWindow.py:443
#, fuzzy
msgid "Install custom firmware..."
msgstr "Instalar firmware personalizado"

#: Cura/gui/mainWindow.py:447
msgid "Select profile file to load"
msgstr "Seleccion perfil a cargar"

#: Cura/gui/mainWindow.py:459
msgid "Select gcode file to load profile from"
msgstr "Selección gcode para cargar perfil desde el"

#: Cura/gui/mainWindow.py:472
msgid ""
"No profile found in GCode file.\n"
"This feature only works with GCode files made by Cura 12.07 or newer."
msgstr ""
"No se ha encontrado Perfil en el GCode.\n"
"Esta caracteristicas solo funciona en versiones de Cura 12.07 o nuevas."

#: Cura/gui/mainWindow.py:472
msgid "Profile load error"
msgstr "Carga de Perfil erronea"

#: Cura/gui/mainWindow.py:476
msgid "Select profile file to save"
msgstr "Seleccion perfil para guardar"

#: Cura/gui/mainWindow.py:486
msgid ""
"This will reset all profile settings to defaults.\n"
"Unless you have saved your current profile, all settings will be lost!\n"
"Do you really want to reset?"
msgstr ""
"Esto restablecerá todos los ajustes de perfil a los valores "
"predeterminados.\n"
"A menos que usted ha grabado su perfil actual, todos los ajustes se "
"perderán!\n"
"¿Realmente desea reiniciar?"

#: Cura/gui/mainWindow.py:486
msgid "Profile reset"
msgstr "Resetear Perfil"

#: Cura/gui/mainWindow.py:506
msgid ""
"Warning: Installing a custom firmware does not guarantee that you machine "
"will function correctly, and could damage your machine."
msgstr ""
"Advertencia: Instalando un firmware personalizado no garantizamos el "
"correcto funcionamiento de la impresora y se podría dañar"

#: Cura/gui/mainWindow.py:507
msgid "Open firmware to upload"
msgstr "Abrir firmware para cargar"

#: Cura/gui/mainWindow.py:566
msgid "You are running the latest version of Cura!"
msgstr "Estas usando la última versión de Cura!"

#: Cura/gui/mainWindow.py:566
msgid "Awesome!"
msgstr "Im-presionante!"

#: Cura/gui/mainWindow.py:621
msgid "Plugins"
msgstr "Plugins"

#: Cura/gui/pluginPanel.py:27
msgid "Plugins:"
msgstr "Plugins:"

#: Cura/gui/pluginPanel.py:31
msgid "Open plugin location"
msgstr "Abrir localización plugin"

#: Cura/gui/pluginPanel.py:32
msgid "Enabled plugins"
msgstr "Habilitar plugins"

#: Cura/gui/pluginPanel.py:134
msgid "You need to select a plugin before you can add anything."
msgstr "Tienes que selecionar un plugin antes de añadir nada"

#: Cura/gui/pluginPanel.py:134
msgid "Error: no plugin selected"
msgstr "Error: no hay plugin seleccionado"

#: Cura/gui/preferencesDialog.py:28
#, fuzzy
msgid "Print window"
msgstr "Imprimiendo"

#: Cura/gui/preferencesDialog.py:31
msgid "Colours"
msgstr "Colores"

#: Cura/gui/preferencesDialog.py:37 Cura/util/profile.py:358
msgid "Language"
msgstr ""

#: Cura/gui/preferencesDialog.py:40
msgid "Filament settings"
msgstr "Ajustes filamento"

#: Cura/gui/preferencesDialog.py:50
msgid "Cura settings"
msgstr "Ajustes de Cura"

#: Cura/gui/preferencesDialog.py:84
msgid "Machine settings"
msgstr "Ajuste de la máquina"

#: Cura/gui/preferencesDialog.py:95
msgid "Printer head size"
msgstr "Tamaño cabezal de impresión"

#: Cura/gui/preferencesDialog.py:103
#, python-format
msgid "Extruder %d"
msgstr "Extrusor %d"

#: Cura/gui/preferencesDialog.py:107
msgid "Communication settings"
msgstr "Ajustes comunicación"

#: Cura/gui/preferencesDialog.py:150
msgid "Cannot remove the last machine configuration in Cura"
msgstr "No se puede borrar la ultima configuración de la máquina en Cura"

#: Cura/gui/preferencesDialog.py:150
msgid "Machine remove error"
msgstr "Quitar errores de la máquina"

#: Cura/gui/printWindow.py:33 Cura/gui/printWindow.py:298
#, fuzzy, python-format
msgid "Printing on %s"
msgstr "Imprimiendo"

#: Cura/gui/printWindow.py:310
msgid ""
"Your computer is running on battery power.\n"
"Connect your computer to AC power or your print might not finish."
msgstr ""
"Tu ordenador esta usando la bateria.\n"
"Conectar tu ordenador a la corriente o tu impresión no finalizará."

#: Cura/gui/printWindow.py:320
msgid ""
"InfoLine from printer connection\n"
"InfoLine from dialog\n"
"Extra line"
msgstr ""

#: Cura/gui/printWindow.py:322
msgid "Connect"
msgstr "Conectar"

#: Cura/gui/printWindow.py:324 Cura/gui/sceneView.py:65
msgid "Print"
msgstr "Imprimir"

#: Cura/gui/printWindow.py:325
msgid "Pause"
msgstr "Pausar"

#: Cura/gui/printWindow.py:326
msgid "Cancel print"
msgstr "Cancelar impresión"

#: Cura/gui/printWindow.py:327
msgid "Error log"
msgstr "Error log"

#: Cura/gui/sceneView.py:64
msgid "Load"
msgstr "Cargar"

#: Cura/gui/sceneView.py:69
msgid "Rotate"
msgstr "Rotar"

#: Cura/gui/sceneView.py:70
msgid "Scale"
msgstr "Escala"

#: Cura/gui/sceneView.py:71
msgid "Mirror"
msgstr "Simetria"

#: Cura/gui/sceneView.py:73 Cura/gui/sceneView.py:76
msgid "Reset"
msgstr "Resetear"

#: Cura/gui/sceneView.py:74
msgid "Lay flat"
msgstr "Recostar"

#: Cura/gui/sceneView.py:77
msgid "To max"
msgstr "Al máximo"

#: Cura/gui/sceneView.py:79
msgid "Mirror X"
msgstr "Simetria X"

#: Cura/gui/sceneView.py:80
msgid "Mirror Y"
msgstr "Simetria Y"

#: Cura/gui/sceneView.py:81
msgid "Mirror Z"
msgstr "Simetria Z"

#: Cura/gui/sceneView.py:89
msgid "Scale X"
msgstr "Escala X"

#: Cura/gui/sceneView.py:91
msgid "Scale Y"
msgstr "Escala Y"

#: Cura/gui/sceneView.py:93
msgid "Scale Z"
msgstr "Escala Z"

#: Cura/gui/sceneView.py:95
msgid "Size X (mm)"
msgstr "Tamaño X (mm)"

#: Cura/gui/sceneView.py:97
msgid "Size Y (mm)"
msgstr "Tamaño Y (mm)"

#: Cura/gui/sceneView.py:99
msgid "Size Z (mm)"
msgstr "Tamaño Z (mm)"

#: Cura/gui/sceneView.py:101
msgid "Uniform scale"
msgstr "Escala Uniforme"

#: Cura/gui/sceneView.py:104
msgid "View mode"
msgstr "Modo vista"

#: Cura/gui/sceneView.py:104
msgid "Normal"
msgstr "Normal"

#: Cura/gui/sceneView.py:104
msgid "Overhang"
msgstr "Salientes"

#: Cura/gui/sceneView.py:104
msgid "Transparent"
msgstr "Transparente"

#: Cura/gui/sceneView.py:104
msgid "X-Ray"
msgstr "Rayos X"

#: Cura/gui/sceneView.py:104
msgid "Layers"
msgstr "Capas"

#: Cura/gui/sceneView.py:106
msgid "Share on YouMagine"
msgstr "Comparte en YoMagine"

#: Cura/gui/sceneView.py:204
msgid "Open 3D model"
msgstr "Abrir modelo 3D"

#: Cura/gui/sceneView.py:229
msgid "Save 3D model"
msgstr "Guardar modelo 3d"

#: Cura/gui/sceneView.py:276 Cura/gui/sceneView.py:914
#, fuzzy, python-format
msgid "Print with %s"
msgstr "Imprimir con USB"

#: Cura/gui/sceneView.py:280
msgid "Slice engine log..."
msgstr "Log del motor de fileteado..."

#: Cura/gui/sceneView.py:305 Cura/gui/sceneView.py:917
msgid "Save toolpath"
msgstr "Guardar trayectorias (GCode)"

#: Cura/gui/sceneView.py:351
msgid "The slicing engine reported the following"
msgstr "El fileteado informó lo siguiente"

#: Cura/gui/sceneView.py:351
msgid "Engine log..."
msgstr "Engine log..."

#: Cura/gui/sceneView.py:490
msgid "How many copies do you want?"
msgstr ""

#: Cura/gui/sceneView.py:490
msgid "Number of copies"
msgstr ""

#: Cura/gui/sceneView.py:490
#, fuzzy
msgid "Multiply"
msgstr "Multiplicar objeto"

#: Cura/gui/sceneView.py:780
msgid "Center on platform"
msgstr "Centrar en la plataforma"

#: Cura/gui/sceneView.py:781
msgid "Delete object"
msgstr "Borrar objeto"

#: Cura/gui/sceneView.py:782
msgid "Multiply object"
msgstr "Multiplicar objeto"

#: Cura/gui/sceneView.py:783
msgid "Split object into parts"
msgstr "Cortar objetos en partes"

#: Cura/gui/sceneView.py:785
msgid "Dual extrusion merge"
msgstr "Fusionar extrusión dual"

#: Cura/gui/sceneView.py:787
msgid "Delete all objects"
msgstr "Borrar todos los objetos"

#: Cura/gui/sceneView.py:788
#, fuzzy
msgid "Reload all objects"
msgstr "Borrar todos los objetos"

#: Cura/gui/sceneView.py:911
msgid "Toolpath to SD"
msgstr "Trazadpo a SD"

#: Cura/gui/sceneView.py:1205
msgid "Overhang view not working due to lack of OpenGL shaders support."
msgstr ""
"Vista Voladizo no funciona debido a la falta de soporte de shaders OpenGL."

#: Cura/gui/simpleMode.py:19
msgid "High quality print"
msgstr "Impresión Alta calidad"

#: Cura/gui/simpleMode.py:20
msgid "Normal quality print"
msgstr "Calidad de impresión Normal"

#: Cura/gui/simpleMode.py:21
msgid "Fast low quality print"
msgstr "Rapido impresión baja calidad"

#: Cura/gui/simpleMode.py:22
msgid "Thin walled cup or vase"
msgstr "Pared fina tipo taza o vaso"

#: Cura/gui/simpleMode.py:32
msgid "Print support structure"
msgstr "Imprimir estructura de soportes"

#: Cura/gui/simpleMode.py:37
#, fuzzy
msgid "Select a quickprint profile:"
msgstr "Seleccion tipo de impresora:"

#: Cura/gui/simpleMode.py:47
msgid "Material:"
msgstr "Material:"

#: Cura/gui/simpleMode.py:51
msgid "Diameter:"
msgstr "Diametro:"

#: Cura/gui/simpleMode.py:57
msgid "Other:"
msgstr "Otro:"

#: Cura/gui/simpleMode.py:85
msgid "Exterior Only"
msgstr "Exterior solamente"

#: Cura/gui/tools/imageToMesh.py:28
#, fuzzy
msgid "Height (mm)"
msgstr "Espesor de capa (mm)"

#: Cura/gui/tools/imageToMesh.py:32
#, fuzzy
msgid "Base (mm)"
msgstr "Grosor base (mm)"

#: Cura/gui/tools/imageToMesh.py:36
#, fuzzy
msgid "Width (mm)"
msgstr "Anchura máquina (mm)"

#: Cura/gui/tools/imageToMesh.py:40
#, fuzzy
msgid "Depth (mm)"
msgstr "Diamtreo (mm)"

#: Cura/gui/tools/projector.py:42
msgid "Edit"
msgstr ""

#: Cura/gui/tools/projector.py:43
msgid "Rectangle"
msgstr ""

#: Cura/gui/tools/projector.py:44
#, fuzzy
msgid "Circle"
msgstr "Archivo"

#: Cura/gui/tools/projector.py:45
msgid "Draw curves"
msgstr ""

#: Cura/gui/tools/youmagineGui.py:78
msgid "Checking token"
msgstr "Comprobando token"

#: Cura/gui/tools/youmagineGui.py:82
msgid "Failed to contact YouMagine.com"
msgstr "Fallo conectando con YouMagine.com"

#: Cura/gui/tools/youmagineGui.py:82 Cura/gui/tools/youmagineGui.py:116
#: Cura/gui/tools/youmagineGui.py:133 Cura/gui/tools/youmagineGui.py:140
#: Cura/gui/tools/youmagineGui.py:148 Cura/gui/tools/youmagineGui.py:153
msgid "YouMagine error."
msgstr "Error de YouMagine."

#: Cura/gui/tools/youmagineGui.py:100
msgid "Cura is now authorized to share on YouMagine"
msgstr "Cura esta ahora autorizado para compartir en YouMagine"

#: Cura/gui/tools/youmagineGui.py:100
msgid "YouMagine."
msgstr "YouMagine."

#: Cura/gui/tools/youmagineGui.py:112
msgid "Creating new design on YouMagine..."
msgstr "Creando nuevo diseño en YouMagine..."

#: Cura/gui/tools/youmagineGui.py:116
msgid "Failed to create a design, nothing uploaded!"
msgstr "Fallo al crear el diseño, nada subido!"

#: Cura/gui/tools/youmagineGui.py:120
#, python-format
msgid "Building model %s..."
msgstr "Construyendo modelo %s..."

#: Cura/gui/tools/youmagineGui.py:131
#, python-format
msgid "Uploading model %s..."
msgstr "Subiendo modelo %s..."

#: Cura/gui/tools/youmagineGui.py:133 Cura/gui/tools/youmagineGui.py:140
#: Cura/gui/tools/youmagineGui.py:148
#, python-format
msgid "Failed to upload %s!"
msgstr "Fallo al cargar %s!"

#: Cura/gui/tools/youmagineGui.py:137
#, python-format
msgid "Uploading file %s..."
msgstr "Subiendo archivo %s..."

#: Cura/gui/tools/youmagineGui.py:145
#, python-format
msgid "Uploading image %s..."
msgstr "Subiendo imagen %s..."

#: Cura/gui/tools/youmagineGui.py:153
msgid "Failed to upload snapshot!"
msgstr "Fallo al cargar foto!"

#: Cura/gui/tools/youmagineGui.py:158
msgid "Publishing design..."
msgstr "Publicando diseño..."

#: Cura/gui/tools/youmagineGui.py:230
msgid "Request authorization from YouMagine"
msgstr "Requerida autorización desde YouMagine"

#: Cura/gui/tools/youmagineGui.py:231
msgid "Paste token here"
msgstr "Pegar token aquí"

#: Cura/gui/tools/youmagineGui.py:237
msgid ""
"To share your designs on YouMagine\n"
"you need an account on YouMagine.com\n"
"and authorize Cura to access your account."
msgstr ""
"Para compartir tus diseños en YouMagine\n"
"necesitas una cuenta en YouMagine.com\n"
"y autorizar a Cura para el acceso."

#: Cura/gui/tools/youmagineGui.py:239
msgid ""
"This will open a browser window where you can\n"
"authorize Cura to access your YouMagine account.\n"
"You can revoke access at any time\n"
"from YouMagine.com"
msgstr ""
"Esto abrirá una ventana del navegador donde se puede \n"
"autorizar Cura para acceder a su cuenta YouMagine. \n"
"Usted puede revocar el acceso en cualquier momento \n"
"en YouMagine.com"

#: Cura/gui/tools/youmagineGui.py:274
msgid "Design name"
msgstr "Nombre del diseño"

#: Cura/gui/tools/youmagineGui.py:278
msgid "Publish after upload"
msgstr "Publicar despues de cargar"

#: Cura/gui/tools/youmagineGui.py:279
msgid "Share!"
msgstr "Comparte!"

#: Cura/gui/tools/youmagineGui.py:287
msgid "Add..."
msgstr "Añadir..."

#: Cura/gui/tools/youmagineGui.py:289
msgid "Webcam..."
msgstr "Webcam..."

#: Cura/gui/tools/youmagineGui.py:299
msgid ""
"Directly publish the design after uploading.\n"
"Without this check the design will not be public\n"
"until you publish it yourself on YouMagine.com"
msgstr ""
"Publicar directamente el diseño despues de subir.\n"
"Sin esta marca el diseño no sera publico\n"
"hasta que lo hagas manualmente en YouMagine.com"

#: Cura/gui/tools/youmagineGui.py:305
msgid "Design name:"
msgstr "Nombre del diseño:"

#: Cura/gui/tools/youmagineGui.py:307
msgid "Description:"
msgstr "Descripción:"

#: Cura/gui/tools/youmagineGui.py:309
msgid "Category:"
msgstr "Categoria:"

#: Cura/gui/tools/youmagineGui.py:311
msgid "License:"
msgstr "Licencia:"

#: Cura/gui/tools/youmagineGui.py:314
msgid "Images:"
msgstr "Imagenes:"

#: Cura/gui/tools/youmagineGui.py:317
msgid "Related design files:"
msgstr "Diseños relacionados:"

#: Cura/gui/tools/youmagineGui.py:340
msgid "The name cannot be empty"
msgstr "El nombre no puede estar en blanco"

#: Cura/gui/tools/youmagineGui.py:340 Cura/gui/tools/youmagineGui.py:344
msgid "New design error."
msgstr "Error en el nuevo diseño."

#: Cura/gui/tools/youmagineGui.py:344
msgid "The description cannot be empty"
msgstr "La descripción no puede estar vacia"

#: Cura/gui/tools/youmagineGui.py:370
msgid "No webcam found on your system"
msgstr ""

#: Cura/gui/tools/youmagineGui.py:370
msgid "Webcam error"
msgstr ""

#: Cura/gui/util/engineResultView.py:165
#, fuzzy, python-format
msgid "Loading toolpath for visualization (%d%%)"
msgstr "Cargando trazados para visualización..."

#: Cura/gui/util/openglGui.py:242
msgid "An error has occurred during the 3D view drawing."
msgstr "Un error ha ocurrido durante el regenerado de la vista 3D."

#: Cura/gui/util/openglGui.py:250
msgid "3D window error"
msgstr "Error en la ventana 3d"

#: Cura/util/profile.py:170 Cura/util/profile.py:171 Cura/util/profile.py:172
#: Cura/util/profile.py:200 Cura/util/profile.py:201 Cura/util/profile.py:203
msgid "Quality"
msgstr "Calidad"

#: Cura/util/profile.py:170
msgid "Layer height (mm)"
msgstr "Espesor de capa (mm)"

#: Cura/util/profile.py:170
msgid ""
"Layer height in millimeters.\n"
"This is the most important setting to determine the quality of your print. "
"Normal quality prints are 0.1mm, high quality is 0.06mm. You can go up to "
"0.25mm with an Ultimaker for very fast prints at low quality."
msgstr ""
"Espeso de capa en milimetros. \n"
"Este es el ajuste más importante para definir la calidad de impresión. "
"Impresiones normales usan 0.1 mm, Alta calidad 0,06 mm. Puedes incluso "
"utilizar 0.25mm para impresiones muy rapidas a baja calidad en la Ultimaker."

#: Cura/util/profile.py:171
msgid "Shell thickness (mm)"
msgstr "Espesor cáscara (mm)"

#: Cura/util/profile.py:171
msgid ""
"Thickness of the outside shell in the horizontal direction.\n"
"This is used in combination with the nozzle size to define the number\n"
"of perimeter lines and the thickness of those perimeter lines."
msgstr ""
"Grosor de la pared exterior en la dirección horizontal. \n"
"Este se utiliza en combinación con el tamaño de la boquilla para definir el "
"número \n"
"de líneas perimetrales y el espesor de las líneas del perímetro."

#: Cura/util/profile.py:172
msgid "Enable retraction"
msgstr "Habilitar retracción"

#: Cura/util/profile.py:172
msgid ""
"Retract the filament when the nozzle is moving over a none-printed area. "
"Details about the retraction can be configured in the advanced tab."
msgstr ""
"Retraer el filamento cuando el nozzle se mueva sobre un area sin impresión. "
"Detalles de la retracción pueden ser configurados en la pestaña ajustes "
"avanzados."

#: Cura/util/profile.py:173 Cura/util/profile.py:174
msgid "Fill"
msgstr "Relleno"

#: Cura/util/profile.py:173
msgid "Bottom/Top thickness (mm)"
msgstr "Espesor superior/inferior"

#: Cura/util/profile.py:173
msgid ""
"This controls the thickness of the bottom and top layers, the amount of "
"solid layers put down is calculated by the layer thickness and this value.\n"
"Having this value a multiple of the layer thickness makes sense. And keep it "
"near your wall thickness to make an evenly strong part."
msgstr ""
"Controla el espesor de la capa inferior y  superior, la cantidad de capas "
"sólidas se calcula por el espesor de la capa y este valor.\n"
"Tener un valor múltiplo del espesor de la capa tiene sentido. Y mantenerlo "
"cerca de su espesor de pared para hacer una pieza uniformemente fuerte."

#: Cura/util/profile.py:174
msgid "Fill Density (%)"
msgstr "Densidad Relleno (%)"

#: Cura/util/profile.py:174
#, fuzzy
msgid ""
"This controls how densely filled the insides of your print will be. For a "
"solid part use 100%, for an empty part use 0%. A value around 20% is usually "
"enough.\n"
"This won't affect the outside of the print and only adjusts how strong the "
"part becomes."
msgstr ""
"Esto controla la densidad de relleno interior de la impresión. Para una "
"impresión sólida usar 100%, para una vacía 0%. Un valor de alrededor de 20% "
"es suficiente por lo general.\n"
"Esto no afectará a la parte exterior de la impresión y sólo afecta a lo "
"fuerte que la pieza será."

#: Cura/util/profile.py:175
msgid ""
"The nozzle size is very important, this is used to calculate the line width "
"of the infill, and used to calculate the amount of outside wall lines and "
"thickness for the wall thickness you entered in the print settings."
msgstr ""
"El tamaño del noozle es muy importante, se usa para calcular el ancho del "
"trazado y el relleno, y es usado para calcular la cantidad de lineas "
"exteriores y su espesor de pared según los datos introducidos."

#: Cura/util/profile.py:176 Cura/util/profile.py:177 Cura/util/profile.py:178
#: Cura/util/profile.py:179 Cura/util/profile.py:180 Cura/util/profile.py:181
msgid "Speed and Temperature"
msgstr "Velocidad  "

#: Cura/util/profile.py:176
msgid "Print speed (mm/s)"
msgstr "Velocidad impresión (mm/s)"

#: Cura/util/profile.py:176
msgid ""
"Speed at which printing happens. A well adjusted Ultimaker can reach 150mm/"
"s, but for good quality prints you want to print slower. Printing speed "
"depends on a lot of factors. So you will be experimenting with optimal "
"settings for this."
msgstr ""
"Velocid a la que imprime Una Ultimaker bien ajustada puede alcanzar 150mm/s "
"pero para impresiones de calidad es mejor velocidades menores. La velocidad "
"de impresión depende de muchos factores. Experimenta hasta encontrar tus "
"ajustes óptimos."

#: Cura/util/profile.py:177
msgid "Printing temperature (C)"
msgstr "Temperatura impresión (C)"

#: Cura/util/profile.py:177 Cura/util/profile.py:178 Cura/util/profile.py:179
#: Cura/util/profile.py:180
msgid ""
"Temperature used for printing. Set at 0 to pre-heat yourself.\n"
"For PLA a value of 210C is usually used.\n"
"For ABS a value of 230C or higher is required."
msgstr ""
"Temperaturas usadas para imprimir. Deja a 0 para definirlas.\n"
"Para PLA un valor a partir 210C es usual\n"
"Para ABS un valor de 230 o más es requerido."

#: Cura/util/profile.py:178
msgid "2nd nozzle temperature (C)"
msgstr "Temperatura 2º nozzle (C)"

#: Cura/util/profile.py:179
msgid "3th nozzle temperature (C)"
msgstr "Temperatura 3º nozzle (C)"

#: Cura/util/profile.py:180
msgid "4th nozzle temperature (C)"
msgstr "Temperatura 4º nozzle (C)"

#: Cura/util/profile.py:181
msgid "Bed temperature (C)"
msgstr "Temp Cama caliente (C)"

#: Cura/util/profile.py:181
msgid ""
"Temperature used for the heated printer bed. Set at 0 to pre-heat yourself."
msgstr ""
"Temperatura usada para calentar la cama. Pon 0 para calentar tu mismo. "

#: Cura/util/profile.py:182 Cura/util/profile.py:183
msgid "None"
msgstr "Nada"

#: Cura/util/profile.py:182
msgid "Touching buildplate"
msgstr "Tocando la cama caliente"

#: Cura/util/profile.py:182
msgid "Everywhere"
msgstr "Cualquier sitio"

#: Cura/util/profile.py:182 Cura/util/profile.py:183 Cura/util/profile.py:184
#: Cura/util/profile.py:223 Cura/util/profile.py:224 Cura/util/profile.py:225
#: Cura/util/profile.py:226 Cura/util/profile.py:227
msgid "Support"
msgstr "Soportes"

#: Cura/util/profile.py:182
msgid "Support type"
msgstr "Tipo de soporte"

#: Cura/util/profile.py:182
msgid ""
"Type of support structure build.\n"
"\"Touching buildplate\" is the most commonly used support setting.\n"
"\n"
"None does not do any support.\n"
"Touching buildplate only creates support where the support structure will "
"touch the build platform.\n"
"Everywhere creates support even on top of parts of the model."
msgstr ""
"Tipo de estructura de soporte. \n"
"\"Tocar plataforma\" es el ajuste de soporte más utilizado.\n"
"\n"
"Nada no hace ningún tipo de soporte. \n"
"Tocar plataforma  creara apoyos en la estructura hasta tocar la "
"plataforma. \n"
"Cualquier sitio creara soportes incluso sobre la pieza"

#: Cura/util/profile.py:183 Cura/util/profile.py:230
msgid "Brim"
msgstr "Borde - Brim"

#: Cura/util/profile.py:183 Cura/util/profile.py:231 Cura/util/profile.py:232
#: Cura/util/profile.py:233 Cura/util/profile.py:234 Cura/util/profile.py:235
#: Cura/util/profile.py:236
msgid "Raft"
msgstr "Balsa-Raft"

#: Cura/util/profile.py:183
msgid "Platform adhesion type"
msgstr "Tipo de adhesion en la cama"

#: Cura/util/profile.py:183
#, fuzzy
msgid ""
"Different options that help in preventing corners from lifting due to "
"warping.\n"
"Brim adds a single layer thick flat area around your object which is easy to "
"cut off afterwards, and it is the recommended option.\n"
"Raft adds a thick raster below the object and a thin interface between this "
"and your object.\n"
"(Note that enabling the brim or raft disables the skirt)"
msgstr ""
"Diferentes opciones que ayudan en la prevención de las esquinas de elevación "
"debido a la deformación. \n"
"Brim-Falda añade una capa de grosor plana alrededor de su objeto, que es "
"fácil de cortar después, y la opción recomendada. \n"
"Raft-Balsa agrega una trama gruesa por debajo del objeto y una interfaz fina "
"entre esto y su objeto. \n"
"(Tenga en cuenta que la activación de Raft o Brim desactiva el borde-skirt)"

#: Cura/util/profile.py:184
msgid "Both"
msgstr "Ambos"

#: Cura/util/profile.py:184
msgid "First extruder"
msgstr "Primer extrusor"

#: Cura/util/profile.py:184
msgid "Second extruder"
msgstr "Segundo extrusor"

#: Cura/util/profile.py:184
msgid "Support dual extrusion"
msgstr "Soporte extrusión dual"

#: Cura/util/profile.py:184
msgid ""
"Which extruder to use for support material, for break-away support you can "
"use both extruders.\n"
"But if one of the materials is more expensive then the other you could "
"select an extruder to use for support material. This causes more extruder "
"switches.\n"
"You can also use the 2nd extruder for soluble support materials."
msgstr ""
"Cual  extrusor se usa para el material de soporte, para soporte de apoyo, se "
"pueden usar los dos extrusores. \n"
"Sin embargo, si uno de los materiales es más caro que el otro podría "
"seleccionar un extrusor para el material de soporte. Esto hace más cambios "
"de extrusor. \n"
"También puede utilizar la segunda extrusora para materiales de soporte "
"solubles."

#: Cura/util/profile.py:185 Cura/util/profile.py:186 Cura/util/profile.py:187
#, fuzzy
msgid "Dual extrusion"
msgstr "Fusionar extrusión dual"

#: Cura/util/profile.py:185
msgid "Wipe&prime tower"
msgstr ""

#: Cura/util/profile.py:185
msgid ""
"The wipe-tower is a tower printed on every layer when switching between "
"nozzles.\n"
"The old nozzle is wiped off on the tower before the new nozzle is used to "
"print the 2nd color."
msgstr ""

#: Cura/util/profile.py:186
msgid "Wipe&prime tower volume per layer (mm3)"
msgstr ""

#: Cura/util/profile.py:186
msgid ""
"The amount of material put in the wipe/prime tower.\n"
"This is done in volume because in general you want to extrude a\n"
"certain amount of volume to get the extruder going, independent on the layer "
"height.\n"
"This means that with thinner layers, your tower gets bigger."
msgstr ""

#: Cura/util/profile.py:187
msgid "Ooze shield"
msgstr ""

#: Cura/util/profile.py:187
msgid ""
"The ooze shield is a 1 line thick shell around the object which stands a few "
"mm from the object.\n"
"This shield catches any oozing from the unused nozzle in dual-extrusion."
msgstr ""

#: Cura/util/profile.py:188 Cura/util/profile.py:189 Cura/util/profile.py:190
#: Cura/util/profile.py:191 Cura/util/profile.py:192
msgid "Filament"
msgstr "Filamento"

#: Cura/util/profile.py:188
msgid "Diameter (mm)"
msgstr "Diamtreo (mm)"

#: Cura/util/profile.py:188
msgid ""
"Diameter of your filament, as accurately as possible.\n"
"If you cannot measure this value you will have to calibrate it, a higher "
"number means less extrusion, a smaller number generates more extrusion."
msgstr ""
"Diámetro del filamento, con la mayor precisión posible.\n"
"Si no se puede medir este valor tendrá que calibrarlo, más alto significa "
"menos extrusión,  más pequeño genera más extrusión."

#: Cura/util/profile.py:189
msgid "Diameter2 (mm)"
msgstr "Diametro 2(mm)"

#: Cura/util/profile.py:189
msgid ""
"Diameter of your filament for the 2nd nozzle. Use 0 to use the same diameter "
"as for nozzle 1."
msgstr ""
"Diametro de tu filamento para el 2º extrusor. Usa 0 para usar el mismo "
"diametro que para el 1."

#: Cura/util/profile.py:190
msgid "Diameter3 (mm)"
msgstr "Diametro 3(mm)"

#: Cura/util/profile.py:190
msgid ""
"Diameter of your filament for the 3th nozzle. Use 0 to use the same diameter "
"as for nozzle 1."
msgstr ""
"Diametro de tu filamento para el 3º extrusor. Usa 0 para usar el mismo "
"diametro que para el 1."

#: Cura/util/profile.py:191
msgid "Diameter4 (mm)"
msgstr "Diametro 4(mm)"

#: Cura/util/profile.py:191
msgid ""
"Diameter of your filament for the 4th nozzle. Use 0 to use the same diameter "
"as for nozzle 1."
msgstr ""
"Diametro de tu filamento para el 4º extrusor. Usa 0 para usar el mismo "
"diametro que para el 1."

#: Cura/util/profile.py:192
msgid "Flow (%)"
msgstr "Flujo (%)"

#: Cura/util/profile.py:192
msgid ""
"Flow compensation, the amount of material extruded is multiplied by this "
"value"
msgstr ""
"Compensación de flujo, la cantidad de material extruida se multiplicará por "
"este valor"

#: Cura/util/profile.py:193 Cura/util/profile.py:194 Cura/util/profile.py:195
#: Cura/util/profile.py:196 Cura/util/profile.py:197 Cura/util/profile.py:198
#: Cura/util/profile.py:199
msgid "Retraction"
msgstr "Retracción"

#: Cura/util/profile.py:193
msgid "Speed (mm/s)"
msgstr "Velocidad (mm/s)"

#: Cura/util/profile.py:193
msgid ""
"Speed at which the filament is retracted, a higher retraction speed works "
"better. But a very high retraction speed can lead to filament grinding."
msgstr ""
"Velocidad a la que el filamento es retraido, a mayor velocidad mejor "
"funcionamiento. Velocidades muy alta puedes comerse el filamento."

#: Cura/util/profile.py:194
msgid "Distance (mm)"
msgstr "Distancia (mm)"

#: Cura/util/profile.py:194
msgid ""
"Amount of retraction, set at 0 for no retraction at all. A value of 4.5mm "
"seems to generate good results."
msgstr ""
"Cantidad de retracción, fijar a 0 para no retraer. Un valor de 4.5mm parece "
"ofrecer buenos resultados."

#: Cura/util/profile.py:195
msgid "Dual extrusion switch amount (mm)"
msgstr "Extrusión dual cantidad de cambio (mm)"

#: Cura/util/profile.py:195
msgid ""
"Amount of retraction when switching nozzle with dual-extrusion, set at 0 for "
"no retraction at all. A value of 16.0mm seems to generate good results."
msgstr ""
"Cantidd de retracción cuando cambiar nozzle con extrusión dual, fijar a 0 "
"para no retraer. Un valor de 16 mm parece ofrecer buenos resultados."

#: Cura/util/profile.py:196
msgid "Minimum travel (mm)"
msgstr "Mínimo desplazamiento (mm)"

#: Cura/util/profile.py:196
msgid ""
"Minimum amount of travel needed for a retraction to happen at all. To make "
"sure you do not get a lot of retractions in a small area."
msgstr ""
"Minima distancia de desplazamiento necesaria para retraer. Para asegurar que "
"no retrae en pequeñas areas"

#: Cura/util/profile.py:197
msgid "Enable combing"
msgstr "Habilitar combing"

#: Cura/util/profile.py:197
msgid ""
"Combing is the act of avoiding holes in the print for the head to travel "
"over. If combing is disabled the printer head moves straight from the start "
"point to the end point and it will always retract."
msgstr ""
"Combing es el acto de evitar los agujeros en la impresión. Si combing se "
"desactiva el cabezal de impresión se desplaza directamente desde el punto de "
"inicio hasta el punto final y siempre se retrae."

#: Cura/util/profile.py:198
msgid "Minimal extrusion before retracting (mm)"
msgstr "Mínma extrusión para retraer (mm)"

#: Cura/util/profile.py:198
#, fuzzy
msgid ""
"The minimal amount of extrusion that needs to be done before retracting "
"again if a retraction needs to happen before this minimal is reached the "
"retraction is ignored.\n"
"This avoids retracting a lot on the same piece of filament which flattens "
"the filament and causes grinding issues."
msgstr ""
"La cantidad mínima de extrusión que es necesaria hacer antes de retraer de "
"nuevo si otra retracción es necesaria antes de alcanzar este minimo será "
"ignorada.\n"
"Esto evita muchas retracciones en la misma piezas y que el filamento se "
"pueda atascar."

#: Cura/util/profile.py:199
#, fuzzy
msgid "Z hop when retracting (mm)"
msgstr "Mínma extrusión para retraer (mm)"

#: Cura/util/profile.py:199
msgid ""
"When a retraction is done, the head is lifted by this amount to travel over "
"the print. A value of 0.075 works well. This feature has a lot of positive "
"effect on delta towers."
msgstr ""

#: Cura/util/profile.py:200
msgid "Initial layer thickness (mm)"
msgstr "Espesor capa inicial (mm)"

#: Cura/util/profile.py:200
msgid ""
"Layer thickness of the bottom layer. A thicker bottom layer makes sticking "
"to the bed easier. Set to 0.0 to have the bottom layer thickness the same as "
"the other layers."
msgstr ""
"Espesor de capa inferior. Un capa inferior mas gruesa ayuda a adherir la "
"impresión mejor. Un valor de 0.0 hara que la capa tenga el mismo espesor que "
"las demás."

#: Cura/util/profile.py:201
msgid "Cut off object bottom (mm)"
msgstr "Cortar fondo del objeto (mm)"

#: Cura/util/profile.py:201
msgid ""
"Sinks the object into the platform, this can be used for objects that do not "
"have a flat bottom and thus create a too small first layer."
msgstr ""
"Hunde el objeto en la plataforma, esto puede ser utilizado para objetos que "
"no tienen un fondo plano y por lo tanto crean una primera capa demasiado "
"pequeño."

#: Cura/util/profile.py:203
msgid "Dual extrusion overlap (mm)"
msgstr "Superposición de la extrusión dual"

#: Cura/util/profile.py:203
#, fuzzy
msgid ""
"Add a certain amount of overlapping extrusion on dual-extrusion prints. This "
"bonds the different colors together."
msgstr ""
"Añadir cierta cantidad de overlapping en las extrusiones duales. Esto mezcla "
"mejor diferentes colores."

#: Cura/util/profile.py:204 Cura/util/profile.py:205 Cura/util/profile.py:206
#: Cura/util/profile.py:207 Cura/util/profile.py:208
msgid "Speed"
msgstr "Velocidad"

#: Cura/util/profile.py:204
msgid "Travel speed (mm/s)"
msgstr "Velocidad desplazamientos (mm/s)"

#: Cura/util/profile.py:204
#, fuzzy
msgid ""
"Speed at which travel moves are done, a well built Ultimaker can reach "
"speeds of 250mm/s. But some machines might miss steps then."
msgstr ""
"Velocidad a la que la impresora se desplaza, una Ultimaker puede alcanzar "
"250mm/s. Algunas impresoras pueden perder pasos..."

#: Cura/util/profile.py:205
msgid "Bottom layer speed (mm/s)"
msgstr "Velociad capa inferior (mm/s)"

#: Cura/util/profile.py:205
msgid ""
"Print speed for the bottom layer, you want to print the first layer slower "
"so it sticks better to the printer bed."
msgstr ""
"Velocidad de impresión para la capa inferior, esta capa debe imprimirse mas "
"lenta para mejor la adhesión."

#: Cura/util/profile.py:206
msgid "Infill speed (mm/s)"
msgstr "Velocidad relleno (mm/s)"

#: Cura/util/profile.py:206
#, fuzzy
msgid ""
"Speed at which infill parts are printed. If set to 0 then the print speed is "
"used for the infill. Printing the infill faster can greatly reduce printing "
"time, but this can negatively affect print quality."
msgstr ""
"Velocidad a la que son impresos los rellenos. Si dejas 0 se usara la "
"velocidad de impresión. Imprimir los rellenos mas rapido puede reducir mucho "
"el tiempo de impresión, pero puede puede afectar negativamente la calidad."

#: Cura/util/profile.py:207
#, fuzzy
msgid "Outer shell speed (mm/s)"
msgstr "Velocidad desplazamientos (mm/s)"

#: Cura/util/profile.py:207
msgid ""
"Speed at which outer shell is printed. If set to 0 then the print speed is "
"used. Printing the outer shell at a lower speed improves the final skin "
"quality. However, having a large difference between the inner shell speed "
"and the outer shell speed will effect quality in a negative way."
msgstr ""

#: Cura/util/profile.py:208
#, fuzzy
msgid "Inner shell speed (mm/s)"
msgstr "Velocidad relleno (mm/s)"

#: Cura/util/profile.py:208
#, fuzzy
msgid ""
"Speed at which inner shells are printed. If set to 0 then the print speed is "
"used. Printing the inner shell faster then the outer shell will reduce "
"printing time. It is good to set this somewhere in between the outer shell "
"speed and the infill/printing speed."
msgstr ""
"Velocidad a la que son impresos los rellenos. Si dejas 0 se usara la "
"velocidad de impresión. Imprimir los rellenos mas rapido puede reducir mucho "
"el tiempo de impresión, pero puede puede afectar negativamente la calidad."

#: Cura/util/profile.py:209 Cura/util/profile.py:210 Cura/util/profile.py:215
#: Cura/util/profile.py:216 Cura/util/profile.py:217 Cura/util/profile.py:218
#: Cura/util/profile.py:219
msgid "Cool"
msgstr "Ventilación"

#: Cura/util/profile.py:209
msgid "Minimal layer time (sec)"
msgstr "Minimo tiempo por capa (seg)"

#: Cura/util/profile.py:209
#, fuzzy
msgid ""
"Minimum time spent in a layer, gives the layer time to cool down before the "
"next layer is put on top. If the layer will be placed down too fast the "
"printer will slow down to make sure it has spent at least this amount of "
"seconds printing this layer."
msgstr ""
"Mínimo tiempo necesario en una capa para que de tiempo a enfriarse antes de "
"la siguiente capa. Si la capa va a tardar menos, se ralentiza la impresora "
"para asegurar que tarda al menos ese tiempo en segundos por capa."

#: Cura/util/profile.py:210
msgid "Enable cooling fan"
msgstr "Habilitar ventilación"

#: Cura/util/profile.py:210
msgid ""
"Enable the cooling fan during the print. The extra cooling from the cooling "
"fan is essential during faster prints."
msgstr ""
"Activa la ventilación durante la impresión. La ventilación extra es esencial "
"en las impresiones rápidas."

#: Cura/util/profile.py:212
msgid "Line count"
msgstr "Numero lineas"

#: Cura/util/profile.py:212
msgid ""
"The skirt is a line drawn around the object at the first layer. This helps "
"to prime your extruder, and to see if the object fits on your platform.\n"
"Setting this to 0 will disable the skirt. Multiple skirt lines can help "
"priming your extruder better for small objects."
msgstr ""
"El Borde es una linea alrededor del objeto en la primera capa. Esto ayuda a "
"limpiar el extrusor y ver si caben los objetos en la plataforma.\n"
"Un valor de 0 desactiva el Borde. Multiples lineas ayudan a cebar el "
"extrusor para objetos pequeños."

#: Cura/util/profile.py:213
msgid "Start distance (mm)"
msgstr "Distancia sep (mm)"

#: Cura/util/profile.py:213
msgid ""
"The distance between the skirt and the first layer.\n"
"This is the minimal distance, multiple skirt lines will be put outwards from "
"this distance."
msgstr ""
"La distancia entre el borde y la primera capa.\n"
"Esta es la mínima distancia, multiples bordes se pondrán hacia afuera."

#: Cura/util/profile.py:214
msgid "Minimal length (mm)"
msgstr "Minima longitud (mm)"

#: Cura/util/profile.py:214
msgid ""
"The minimal length of the skirt, if this minimal length is not reached it "
"will add more skirt lines to reach this minimal lenght.\n"
"Note: If the line count is set to 0 this is ignored."
msgstr ""
"La longitud mínima de la falda-Skirt, si no se alcanza esta longitud mínima, "
"añadirá más líneas a la falda-skirt para llegar a esta longitud mínima.\n"
"Nota: Si el número de línea se establece en 0 esto se ignora."

#: Cura/util/profile.py:215
#, fuzzy
msgid "Fan full on at height (mm)"
msgstr "Altura máquina (mm)"

#: Cura/util/profile.py:215
#, fuzzy
msgid ""
"The height at which the fan is turned on completely. For the layers below "
"this the fan speed is scaled linearly with the fan off at layer 0."
msgstr ""
"La capa a partir de la cual el ventilador es activado. La primera capa es la "
"0. La primera capa se adhiere mejor si el ventilador se activa a partir de "
"la 2ª."

#: Cura/util/profile.py:216
msgid "Fan speed min (%)"
msgstr "Velocidad ventilador min (%)"

#: Cura/util/profile.py:216
msgid ""
"When the fan is turned on, it is enabled at this speed setting. If cool "
"slows down the layer, the fan is adjusted between the min and max speed. "
"Minimal fan speed is used if the layer is not slowed down due to cooling."
msgstr ""
"Cuando el ventilador esta activado, funciona a esta velocidad. Si la "
"ventilación reduce la velocidad de la capa, el ventilador se ajustará en las "
"velocidades max y min. La velocidad minima será usada si no se reduce la "
"velocidad debido al la ventilación."

#: Cura/util/profile.py:217
msgid "Fan speed max (%)"
msgstr "Velocidad ventilador max (%)"

#: Cura/util/profile.py:217
msgid ""
"When the fan is turned on, it is enabled at this speed setting. If cool "
"slows down the layer, the fan is adjusted between the min and max speed. "
"Maximal fan speed is used if the layer is slowed down due to cooling by more "
"than 200%."
msgstr ""
"Cuando el ventilador está encendido, se habilita en este nivel de velocidad. "
"Si la ventialción ralentiza la capa, se ajusta entre el min y la velocidad "
"máxima. Máxima velocidad del ventilador se utiliza si la capa se hace más "
"lenta debido al enfriamiento por más de 200%."

#: Cura/util/profile.py:218
msgid "Minimum speed (mm/s)"
msgstr "Minima velocidad (mm/s)"

#: Cura/util/profile.py:218
#, fuzzy
msgid ""
"The minimal layer time can cause the print to slow down so much it starts to "
"ooze. The minimal feedrate protects against this. Even if a print gets "
"slowed down it will never be slower than this minimal speed."
msgstr ""
"El tiempo mínimo por capa puede hacer que la impresión se ralentice tanto "
"que empieza a exudar. El avance mínimo protege contra esto. Incluso si una "
"impresión se ralentiza nunca será más lenta que la velocidad mínima."

#: Cura/util/profile.py:219
msgid "Cool head lift"
msgstr "Cool head lift"

#: Cura/util/profile.py:219
msgid ""
"Lift the head if the minimal speed is hit because of cool slowdown, and wait "
"the extra time so the minimal layer time is always hit."
msgstr ""
"Levante la cabeza si la velocidad mínima es alcanzada por la desaceleración "
"de la ventilación, y esperar el tiempo extra para que el tiempo mínimo por "
"capa siempre se alcance."

#: Cura/util/profile.py:220 Cura/util/profile.py:221 Cura/util/profile.py:222
msgid "Infill"
msgstr "Relleno"

#: Cura/util/profile.py:220
msgid "Solid infill top"
msgstr "Relleno solido superior"

#: Cura/util/profile.py:220
msgid ""
"Create a solid top surface, if set to false the top is filled with the fill "
"percentage. Useful for cups/vases."
msgstr ""
"Crea una superficie superior solidad, si esta desactivado se rellena con el "
"porcentaje de rellon. Util para vaso y tazas."

#: Cura/util/profile.py:221
msgid "Solid infill bottom"
msgstr "Relleno solido inferior"

#: Cura/util/profile.py:221
msgid ""
"Create a solid bottom surface, if set to false the bottom is filled with the "
"fill percentage. Useful for buildings."
msgstr ""
"Crea una superficie solida inferior, si se desactiva la capa inferior se "
"realiza con el porc. del relleno. Útil para edificios."

#: Cura/util/profile.py:222
msgid "Infill overlap (%)"
msgstr "Superposición relleno (%)"

#: Cura/util/profile.py:222
msgid ""
"Amount of overlap between the infill and the walls. There is a slight "
"overlap with the walls and the infill so the walls connect firmly to the "
"infill."
msgstr ""
"Cantidad de superposicion entre el relleno y las paredes. Un ligera "
"superposición entre paredes y relleno conecta firmemente ambas."

#: Cura/util/profile.py:223
#, fuzzy
msgid "Structure type"
msgstr "Tipo de soporte"

#: Cura/util/profile.py:223
msgid ""
"The type of support structure.\n"
"Grid is very strong and can come off in 1 piece, however, sometimes it is "
"too strong.\n"
"Lines are single walled lines that break off one at a time. Which is more "
"work to remove, but as it is less strong it does work better on tricky "
"prints."
msgstr ""

#: Cura/util/profile.py:224
msgid "Overhang angle for support (deg)"
msgstr ""

#: Cura/util/profile.py:224
msgid ""
"The minimal angle that overhangs need to have to get support. With 0 degree "
"being horizontal and 90 degree being vertical."
msgstr ""

#: Cura/util/profile.py:225
msgid "Fill amount (%)"
msgstr "Cantidad de relleno (%)"

#: Cura/util/profile.py:225
#, fuzzy, python-format
msgid ""
"Amount of infill structure in the support material, less material gives "
"weaker support which is easier to remove. 15% seems to be a good average."
msgstr ""
"Amount of infill structure in the support material, less material gives "
"weaker support which is easier to remove. 20% seems to be a good average."

#: Cura/util/profile.py:226
msgid "Distance X/Y (mm)"
msgstr "Distancia X/Y (mm)"

#: Cura/util/profile.py:226
msgid ""
"Distance of the support material from the print, in the X/Y directions.\n"
"0.7mm gives a nice distance from the print so the support does not stick to "
"the print."
msgstr ""
"Distancia del material de soporte a la impresión, en las direcciones X/Y.\n"
"0.7mm da buen resultado y el soporte no se pega a la impresión."

#: Cura/util/profile.py:227
msgid "Distance Z (mm)"
msgstr "Distancia Z (mm)"

#: Cura/util/profile.py:227
msgid ""
"Distance from the top/bottom of the support to the print. A small gap here "
"makes it easier to remove the support but makes the print a bit uglier.\n"
"0.15mm gives a good seperation of the support material."
msgstr ""
"Distancia desde la parte superior/inferior del soporte a la impresión. Un "
"pequeño espacio aquí hace que sea más fácil de quitar el apoyo, pero hace "
"que la impresión mas fea.\n"
"0,15 mm da una buena separación del material de soporte."

#: Cura/util/profile.py:228
msgid "Spiralize the outer contour"
msgstr ""

#: Cura/util/profile.py:228
msgid ""
"Spiralize is smoothing out the Z move of the outer edge. This will create a "
"steady Z increase over the whole print. This feature turns a solid object "
"into a single walled print with a solid bottom."
msgstr ""

#: Cura/util/profile.py:230
msgid "Brim line amount"
msgstr "Cantidad de borde-brim"

#: Cura/util/profile.py:230
msgid ""
"The amount of lines used for a brim, more lines means a larger brim which "
"sticks better, but this also makes your effective print area smaller."
msgstr ""
"La cantidad de lineas usada por Brim, mas lineas significa mayor Brim y "
"mejor adhesión, pero hace tu área efectiva de impresión menor."

#: Cura/util/profile.py:231
msgid "Extra margin (mm)"
msgstr "Margen extra (mm)"

#: Cura/util/profile.py:231
#, fuzzy
msgid ""
"If the raft is enabled, this is the extra raft area around the object which "
"is also rafted. Increasing this margin will create a stronger raft while "
"using more material and leaving less area for your print."
msgstr ""
"Si la balsa-raft está activada, este es el área de balsa adicional alrededor "
"del objeto que también se hará . El aumento de este margen hará una adhesión "
"más fuerte pero dejará menos area de impresión."

#: Cura/util/profile.py:232
msgid "Line spacing (mm)"
msgstr "Espacio lineas (mm)"

#: Cura/util/profile.py:232
msgid ""
"When you are using the raft this is the distance between the centerlines of "
"the raft line."
msgstr ""
"Cuando se utiliza la balsa es la distancia entre las líneas centrales del "
"relleno de balsa."

#: Cura/util/profile.py:233
msgid "Base thickness (mm)"
msgstr "Grosor base (mm)"

#: Cura/util/profile.py:233
msgid ""
"When you are using the raft this is the thickness of the base layer which is "
"put down."
msgstr ""
"Cuando se utiliza la balsa es el espesor de la capa de balsa que es puesta "
"abajo."

#: Cura/util/profile.py:234
msgid "Base line width (mm)"
msgstr "Ancho de la linea base (mm)"

#: Cura/util/profile.py:234
msgid ""
"When you are using the raft this is the width of the base layer lines which "
"are put down."
msgstr ""
"Cuando se utiliza la balsa es el ancho de la capa de balsa que es puesta "
"abajo."

#: Cura/util/profile.py:235
msgid "Interface thickness (mm)"
msgstr "Espesor interfaz (mm)"

#: Cura/util/profile.py:235
msgid ""
"When you are using the raft this is the thickness of the interface layer "
"which is put down."
msgstr ""
"Cuando estás usando raft-balsa est es el espesor de la linea de interfaz que "
"será depositada"

#: Cura/util/profile.py:236
msgid "Interface line width (mm)"
msgstr "Ancho de linea de la interfaz (mm)"

#: Cura/util/profile.py:236
msgid ""
"When you are using the raft this is the width of the interface layer lines "
"which are put down."
msgstr ""
"Cuando estás usando raft-balsa est es el ancho de la linea de interfaz que "
"será depositada"

#: Cura/util/profile.py:237 Cura/util/profile.py:238 Cura/util/profile.py:239
#: Cura/util/profile.py:240
msgid "Fix horrible"
msgstr "Corregir horrible"

#: Cura/util/profile.py:237
msgid "Combine everything (Type-A)"
msgstr "Combinar todo (Tipo-A)"

#: Cura/util/profile.py:237 Cura/util/profile.py:238
#, fuzzy
msgid ""
"This expert option adds all parts of the model together. The result is "
"usually that internal cavities disappear. Depending on the model this can be "
"intended or not. Enabling this option is at your own risk. Type-A is "
"dependent on the model normals and tries to keep some internal holes intact. "
"Type-B ignores all internal holes and only keeps the outside shape per layer."
msgstr ""
"Esta opción experta agrega todas las partes del modelo en conjunto. El "
"resultado suele ser que las cavidades internas desaparecen. Dependiendo del "
"modelo de esto puede requerido o no. La activación de esta opción es a su "
"propio riesgo. Tipo-A se depende de los modelos normales y trata de mantener "
"algunos agujeros internos intactos. Tipo-B ignora todos los agujeros "
"internos y sólo mantiene la forma exterior por capa."

#: Cura/util/profile.py:238
msgid "Combine everything (Type-B)"
msgstr "Combinar todo (Tipo-B)"

#: Cura/util/profile.py:239
msgid "Keep open faces"
msgstr "Mantener caras abiertas"

#: Cura/util/profile.py:239
#, fuzzy
msgid ""
"This expert option keeps all the open bits of the model intact. Normally "
"Cura tries to stitch up small holes and remove everything with big holes, "
"but this option keeps bits that are not properly part of anything and just "
"goes with whatever is left. This option is usually not what you want, but it "
"might enable you to slice models otherwise failing to produce proper paths.\n"
"As with all \"Fix horrible\" options, results may vary and use at your own "
"risk."
msgstr ""
"Esta opción experto mantiene todos los agujeros del modelo intactos. "
"Normalmente Cura intenta suturar pequeños agujeros y eliminar todo en los "
"grandes , pero esta opción mantiene agujeros que no son propiamente parte de "
"nada y sólo va con lo que se deja. Esta opción no suele ser lo que quieras, "
"pero podría permitir que usted rebane modelos que de lo contrario "
"resultarian fallidos.\n"
"Al igual que con todos los \"Fix horribles \"  los resultados pueden variar "
"y usar a su propio riesgo."

#: Cura/util/profile.py:240
msgid "Extensive stitching"
msgstr "Costura amplia"

#: Cura/util/profile.py:240
#, fuzzy
msgid ""
"Extensive stitching tries to fix up open holes in the model by closing the "
"hole with touching polygons. This algorthm is quite expensive and could "
"introduce a lot of processing time.\n"
"As with all \"Fix horrible\" options, results may vary and use at your own "
"risk."
msgstr ""
"Costura amplia intenta de arreglar los agujeros en el modelo cerrando "
"agujeros con poligonos. Este algoritmo es complejo y puede tardar en "
"procesar.\n"
"Igual que \"Fix horrible\" puede tener resultdos diversos usalo bajo tu "
"riesgo."

#: Cura/util/profile.py:350
msgid "Save profile on slice"
msgstr "Guardar perfil al filetear"

#: Cura/util/profile.py:350
msgid ""
"When slicing save the profile as [stl_file]_profile.ini next to the model."
msgstr ""
"Cuando se filetee guardar el perfil como [stl_file]_profile.ini junto al "
"modelo."

#: Cura/util/profile.py:351
msgid "Cost (price/kg)"
msgstr "Coste (precio/kg)"

#: Cura/util/profile.py:351
msgid "Cost of your filament per kg, to estimate the cost of the final print."
msgstr ""
"Coste de tu filamento por kg, para estimar el coste de la impresión final."

#: Cura/util/profile.py:352
msgid "Cost (price/m)"
msgstr "Coster (precio/m)"

#: Cura/util/profile.py:352
msgid ""
"Cost of your filament per meter, to estimate the cost of the final print."
msgstr ""
"Coste de tu filamento por metro, para estimar el coste de tu impresión final."

#: Cura/util/profile.py:353
msgid "Auto detect SD card drive"
msgstr "Autodetectar tajeta SD"

#: Cura/util/profile.py:353
msgid ""
"Auto detect the SD card. You can disable this because on some systems "
"external hard-drives or USB sticks are detected as SD card."
msgstr ""
"Autodetectando SD card. Puedes deshabilitar esto porque algunos discos duros "
"o pendrive son detectados como SD card."

#: Cura/util/profile.py:354
msgid "Check for updates"
msgstr "Comprobando actualizaciones"

#: Cura/util/profile.py:354
msgid "Check for newer versions of Cura on startup"
msgstr "Comprobar nuevas versiones de Cura en el inicio"

#: Cura/util/profile.py:355
msgid "Send usage statistics"
msgstr "Enviar estadisticas de uso"

#: Cura/util/profile.py:355
#, fuzzy
msgid "Submit anonymous usage information to improve future versions of Cura"
msgstr "Enviar información anónima para mejor las proximas versiones de Cura"

#: Cura/util/profile.py:357
msgid "Density (kg/m3)"
msgstr "Densidad (kg/m3)"

#: Cura/util/profile.py:357
msgid ""
"Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. "
"This value is used to estimate the weight if the filament used for the print."
msgstr ""
"Peso del filamento por m3. Sobre 1240 para el PLA y sobre 1040 para ABS.  "
"Este valor es usado para estimar el peso del filamento usado en la impresión."

#: Cura/util/profile.py:358
msgid ""
"Change the language in which Cura runs. Switching language requires a "
"restart of Cura"
msgstr ""

#: Cura/util/profile.py:361
msgid "Model colour"
msgstr "Color Modelo"

#: Cura/util/profile.py:361
msgid "Display color for first extruder"
msgstr ""

#: Cura/util/profile.py:362
msgid "Model colour (2)"
msgstr "Color Modelo (2)"

#: Cura/util/profile.py:362
msgid "Display color for second extruder"
msgstr ""

#: Cura/util/profile.py:363
msgid "Model colour (3)"
msgstr "Color Modelo (3)"

#: Cura/util/profile.py:363
msgid "Display color for third extruder"
msgstr ""

#: Cura/util/profile.py:364
msgid "Model colour (4)"
msgstr "Color Modelo (4)"

#: Cura/util/profile.py:364
msgid "Display color for forth extruder"
msgstr ""

#: Cura/util/profile.py:365
msgid "Printing window type"
msgstr ""

#: Cura/util/profile.py:365
msgid "Select the interface used for USB printing."
msgstr ""

#: Cura/util/profile.py:377
msgid "Maximum width (mm)"
msgstr "Máxima anchura (mm)"

#: Cura/util/profile.py:377 Cura/util/profile.py:378 Cura/util/profile.py:379
msgid "Size of the machine in mm"
msgstr "Tamaño de la maquina en mm"

#: Cura/util/profile.py:378
msgid "Maximum depth (mm)"
msgstr "Maxima profundidad (mm)"

#: Cura/util/profile.py:379
msgid "Maximum height (mm)"
msgstr "Máxima altura (mm)"

#: Cura/util/profile.py:380
#, fuzzy
msgid "Machine center 0,0"
msgstr "Nombre de la máquina"

#: Cura/util/profile.py:380
msgid ""
"Machines firmware defines the center of the bed as 0,0 instead of the front "
"left corner."
msgstr ""

#: Cura/util/profile.py:381
msgid "Build area shape"
msgstr ""

#: Cura/util/profile.py:381
msgid "The shape of machine build area."
msgstr ""

#: Cura/util/profile.py:383
msgid ""
"If you have an heated bed, this enabled heated bed settings (requires "
"restart)"
msgstr ""
"Si tienes una cama caliente, activalo para tener los ajustes (requiere "
"reinicio)"

#: Cura/util/profile.py:384
msgid "GCode Flavor"
msgstr "GCode Flavor"

#: Cura/util/profile.py:384
#, fuzzy
msgid ""
"Flavor of generated GCode.\n"
"RepRap is normal 5D GCode which works on Marlin/Sprinter based firmwares.\n"
"UltiGCode is a variation of the RepRap GCode which puts more settings in the "
"machine instead of the slicer.\n"
"MakerBot GCode has a few changes in the way GCode is generated, but still "
"requires MakerWare to generate to X3G."
msgstr ""
"Estilo de GCode.\n"
"Impresoras RepRap suelen usar 5D Gcode (firmwares Marlin y Sprinter).\n"
"UltiGcode es una variación del codigo RepRap con mas ajustes en la máquina."

#: Cura/util/profile.py:385
msgid "Extruder count"
msgstr "Numero extrusores"

#: Cura/util/profile.py:385
msgid "Amount of extruders in your machine."
msgstr "Cantidad de extrusores en tu máquina"

#: Cura/util/profile.py:386 Cura/util/profile.py:388 Cura/util/profile.py:390
msgid "Offset X"
msgstr "Desplazamiento X"

#: Cura/util/profile.py:386 Cura/util/profile.py:387
msgid "The offset of your secondary extruder compared to the primary."
msgstr "La distancia del segundo extrusor relativa al primero."

#: Cura/util/profile.py:387 Cura/util/profile.py:389 Cura/util/profile.py:391
msgid "Offset Y"
msgstr "Desplazamiento Y"

#: Cura/util/profile.py:388 Cura/util/profile.py:389
msgid "The offset of your tertiary extruder compared to the primary."
msgstr "La distancia del tercer extrusor relativa al primero."

#: Cura/util/profile.py:390 Cura/util/profile.py:391
msgid "The offset of your forth extruder compared to the primary."
msgstr "La distancia del cuarto extrusor relativa al primero"

#: Cura/util/profile.py:392
msgid "E-Steps per 1mm filament"
msgstr "Pasos extrusor por 1 mm de filamento"

#: Cura/util/profile.py:392
msgid ""
"Amount of steps per mm filament extrusion. If set to 0 then this value is "
"ignored and the value in your firmware is used."
msgstr ""
"Cantidad de pasos por mm de filamento extruido. Si pones 0 este valor será "
"ignorado y se cogerá el valor del firmware"

#: Cura/util/profile.py:393
msgid "Serial port"
msgstr "Puerto Serial"

#: Cura/util/profile.py:393
msgid "Serial port to use for communication with the printer"
msgstr "Puerto Serie para comunicarse con la impresora"

#: Cura/util/profile.py:395
msgid "Baudrate"
msgstr "Velocidad"

#: Cura/util/profile.py:395
msgid ""
"Speed of the serial port communication\n"
"Needs to match your firmware settings\n"
"Common values are 250000, 115200, 57600"
msgstr ""
"Velocidad del puerto serie\n"
"Es necesario que coincida con la del firmware\n"
"Valores habituales 250000, 115200, 57600"

#: Cura/util/profile.py:398
msgid "Head size towards X min (mm)"
msgstr "Tamañano de la cabeza hacia X min (mm)"

#: Cura/util/profile.py:398
msgid ""
"The head size when printing multiple objects, measured from the tip of the "
"nozzle towards the outer part of the head. 75mm for an Ultimaker if the fan "
"is on the left side."
msgstr ""
"El tamaño de la cabeza al imprimir múltiples objetos, medida desde la punta "
"de la boquilla hacia la parte exterior del carro. 75 mm para una Ultimaker "
"si el ventilador está en el lado izquierdo."

#: Cura/util/profile.py:399
msgid "Head size towards Y min (mm)"
msgstr "Tamañano de la cabeza hacia Y min (mm)"

#: Cura/util/profile.py:399 Cura/util/profile.py:400
msgid ""
"The head size when printing multiple objects, measured from the tip of the "
"nozzle towards the outer part of the head. 18mm for an Ultimaker if the fan "
"is on the left side."
msgstr ""
"El tamaño de la cabeza al imprimir múltiples objetos, medida desde la punta "
"de la boquilla hacia la parte exterior de la cabeza. 18 mm para una "
"Ultimaker si el ventilador está en el lado izquierdo."

#: Cura/util/profile.py:400
msgid "Head size towards X max (mm)"
msgstr "Tamañano de la cabeza hacia X max (mm)"

#: Cura/util/profile.py:401
msgid "Head size towards Y max (mm)"
msgstr "Tamañano de la cabeza hacia Y max (mm)"

#: Cura/util/profile.py:401
msgid ""
"The head size when printing multiple objects, measured from the tip of the "
"nozzle towards the outer part of the head. 35mm for an Ultimaker if the fan "
"is on the left side."
msgstr ""
"El tamaño de la cabeza al imprimir múltiples objetos, medida desde la punta "
"de la boquilla hacia la parte exterior de la cabeza. 35mm para una Ultimaker "
"si el ventilador está en el lado izquierdo."

#: Cura/util/profile.py:402
msgid "Printer gantry height (mm)"
msgstr "Altura pórtico (gantry) de la impresora (mm)"

#: Cura/util/profile.py:402
msgid ""
"The height of the gantry holding up the printer head. If an object is higher "
"then this then you cannot print multiple objects one for one. 60mm for an "
"Ultimaker."
msgstr ""
"La altura del carro que soporta el cabezal de la impresora. Si un objeto es "
"más alto que esto, entonces  no puede imprimirse varios objetos uno a uno. "
"60 mm para un Ultimaker."

#: Cura/util/profile.py:404
#, fuzzy, python-format
msgid "More flow than 150% is rare and usually not recommended."
msgstr "More flow then 150% is rare and usually not recommended."

#: Cura/util/profile.py:405
#, fuzzy, python-format
msgid "Less flow than 50% is rare and usually not recommended."
msgstr "More flow then 50% is rare and usually not recommended."

#: Cura/util/profile.py:406
#, python-format
msgid ""
"Thicker layers then %.2fmm (80%% nozzle size) usually give bad results and "
"are not recommended."
msgstr ""
"Capas mas finas que %.2fmm (80%% nozzle size) usualmente dan malos "
"resultados y no son recomendables."

#: Cura/util/profile.py:408
msgid ""
"It is highly unlikely that your machine can achieve a printing speed above "
"150mm/s"
msgstr "Es "

#: Cura/util/profile.py:410 Cura/util/profile.py:411 Cura/util/profile.py:412
#: Cura/util/profile.py:413
msgid "Temperatures above 260C could damage your machine, be careful!"
msgstr "Temperaturas por encima de 260C puede dañar tu impresora, CUIDADO!"

#: Cura/util/profile.py:414 Cura/util/profile.py:415 Cura/util/profile.py:416
#: Cura/util/profile.py:417
msgid ""
"Are you sure your filament is that thick? Normal filament is around 3mm or "
"1.75mm."
msgstr ""
"Estás seguro del grosor? Normalmente los filamentos son de 3mm o  1.75mm."

#: Cura/util/profile.py:418
msgid ""
"It is highly unlikely that your machine can achieve a travel speed above "
"300mm/s"
msgstr ""
"Es muy poco probable que su máquina puede alcanzar una velocidad de "
"desplazamiento por encima de 300 mm/s"

#: Cura/util/profile.py:419
#, python-format
msgid ""
"A bottom layer of more then %.2fmm (3/4 nozzle size) usually give bad "
"results and is not recommended."
msgstr ""
"Una capa final de mas de %.2fmm (3/4 del tamaño del nozzle) usualmente da "
"malos resultados y no es recomendable."

#~ msgid "* Configure Cura for your machine"
#~ msgstr "Configura Cura para tu máquina"

#~ msgid "* Optionally upgrade your firmware"
#~ msgstr "Opcionalmente actualiza tu firmware"

#~ msgid "* Optionally check if your machine is working safely"
#~ msgstr "Opcionalmente márcalo si tu máquina trabaja bien"

#~ msgid "* Optionally level your printer bed"
#~ msgstr "Opcionalmente nivela tu cama caliente"

#~ msgid "Add new machine..."
#~ msgstr "Añadir nueva máquina"

#~ msgid "Statistics"
#~ msgstr "Estadisticas"

#~ msgid ""
#~ "Filament: ####.##m #.##g\n"
#~ "Estimated print time: #####:##\n"
#~ "Machine state:\n"
#~ "Detecting baudrateXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
#~ msgstr ""
#~ "Filamento: ####.##m #.##g\n"
#~ "Tiempo estimado de impresión: #####:##\n"
#~ "Estado máquina:\n"
#~ "Detectando velocidadXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

#~ msgid "BedTemp:"
#~ msgstr "Temp CamaCaliente"

#~ msgid "Temp:"
#~ msgstr "Temperatura:"

#~ msgid "Jog"
#~ msgstr "Jog"

#~ msgid "Outer wall:"
#~ msgstr "Capa exterior:"

#~ msgid "Inner wall:"
#~ msgstr "Capa interior:"

#~ msgid "Fill:"
#~ msgstr "Relleno:"

#~ msgid "Support:"
#~ msgstr "Soportes:"

#~ msgid "Term"
#~ msgstr "Terminal"

#~ msgid "Enable timelapse movie recording"
#~ msgstr "Habilitar grabación de timelapse"

#~ msgid "Show preview"
#~ msgstr "Mostrar previo"

#~ msgid "Camera"
#~ msgstr "Camara"

#~ msgid "Resume"
#~ msgstr "Continuar"

#~ msgid "Loading gcode...\n"
#~ msgstr "Cargar gcode...\n"

#~ msgid "Filament: %(amount).2fm %(weight).2fg\n"
#~ msgstr "Filamento: %(amount).2fm %(weight).2fg\n"

#~ msgid "Filament cost: %s\n"
#~ msgstr "Coste Filamento: %s\n"

#~ msgid "Cura - Batch run"
#~ msgstr "Cura - Procesando lote"

#~ msgid "Add"
#~ msgstr "Añadir"

#~ msgid "Remove"
#~ msgstr "Remover"

#~ msgid "Prepare all"
#~ msgstr "Preparar todo"

#~ msgid "Open file to batch prepare"
#~ msgstr "Abrir fichero para preparar lote"

#~ msgid "Building: %d                           "
#~ msgstr "Construyendo: %d "

#~ msgid "Done: 0/%d                           "
#~ msgstr "Hecho: 0/%d                           "

#~ msgid "Abort"
#~ msgstr "Abortar"

#~ msgid "Close"
#~ msgstr "Cerrar"

#~ msgid "Build: %d models"
#~ msgstr "Haciendo: %d modelos"

#~ msgid ""
#~ "\n"
#~ "Slicing took: %(hours)02d:%(minutes)02d"
#~ msgstr ""
#~ "\n"
#~ "Fileteado tardó: %(hours)02d:%(minutes)02d"

#~ msgid "Building: [%(index)d/%(size)d]"
#~ msgstr "Construyendo: [%(index)d/%(size)d]"

#~ msgid "Aborted by user."
#~ msgstr "Abortado por el usuario"

#~ msgid "Done %(index)d/%(size)d"
#~ msgstr "Hecho %(index)d/%(size)d"

#~ msgid "To SDCard"
#~ msgstr "A SDCard"

#~ msgid "Fan on layer number"
#~ msgstr "Ventilador a partir de capa"