Browse Source

Added new language (Basque-Euskera)

Added:
* new language (Basque-Euskera)
* some minor corrections for Spanish
* added 2 new constants for every language (required for a minor change
I am preparing to ultralcd.cpp)
koldo artola 10 years ago
parent
commit
e5b70237c7
1 changed files with 231 additions and 9 deletions
  1. 231
    9
      Marlin/language.h

+ 231
- 9
Marlin/language.h View File

@@ -19,6 +19,7 @@
19 19
 // 10 Aragonese
20 20
 // 11 Dutch
21 21
 // 12 Catalan
22
+// 13 Basque-Euskera
22 23
 
23 24
 #ifndef LANGUAGE_CHOICE
24 25
 	#define LANGUAGE_CHOICE 1  // Pick your language from the list above
@@ -101,6 +102,8 @@
101 102
 	#define MSG_MOVE_Y "Move Y"
102 103
 	#define MSG_MOVE_Z "Move Z"
103 104
 	#define MSG_MOVE_E "Extruder"
105
+	#define MSG_MOVE_E1 "Extruder2"
106
+	#define MSG_MOVE_E2 "Extruder3"
104 107
 	#define MSG_MOVE_01MM "Move 0.1mm"
105 108
 	#define MSG_MOVE_1MM "Move 1mm"
106 109
 	#define MSG_MOVE_10MM "Move 10mm"
@@ -297,6 +300,8 @@
297 300
 	#define MSG_MOVE_Y "Przesun w Y"
298 301
 	#define MSG_MOVE_Z "Przesun w Z"
299 302
 	#define MSG_MOVE_E "Ekstruzja (os E)"
303
+	#define MSG_MOVE_E1 "Extruder2"
304
+	#define MSG_MOVE_E2 "Extruder3"
300 305
 	#define MSG_MOVE_01MM "Przesuwaj co .1mm"
301 306
 	#define MSG_MOVE_1MM "Przesuwaj co 1mm"
302 307
 	#define MSG_MOVE_10MM "Przesuwaj co 10mm"
@@ -498,6 +503,8 @@
498 503
 	#define MSG_MOVE_Y "Move Y"
499 504
 	#define MSG_MOVE_Z "Move Z"
500 505
 	#define MSG_MOVE_E "Extruder"
506
+	#define MSG_MOVE_E1 "Extruder2"
507
+	#define MSG_MOVE_E2 "Extruder3"
501 508
 	#define MSG_MOVE_01MM "Move 0.1mm"
502 509
 	#define MSG_MOVE_1MM "Move 1mm"
503 510
 	#define MSG_MOVE_10MM "Move 10mm"
@@ -696,6 +703,8 @@
696 703
 	#define MSG_MOVE_Y           "Y bewegen"
697 704
 	#define MSG_MOVE_Z           "Z bewegen"
698 705
 	#define MSG_MOVE_E           "Extruder"
706
+	#define MSG_MOVE_E1 		 "Extruder2"
707
+	#define MSG_MOVE_E2 		 "Extruder3"
699 708
 	#define MSG_MOVE_01MM        "0.1mm bewegen"
700 709
 	#define MSG_MOVE_1MM         "1mm bewegen"
701 710
 	#define MSG_MOVE_10MM        "10mm bewegen"
@@ -891,13 +900,15 @@
891 900
 	#define MSG_EXTRUDE "Extruir"
892 901
 	#define MSG_RETRACT "Retraer"
893 902
 	#define MSG_MOVE_AXIS "Mover ejes"
894
-	#define MSG_MOVE_X "Move X"
895
-	#define MSG_MOVE_Y "Move Y"
896
-	#define MSG_MOVE_Z "Move Z"
897
-	#define MSG_MOVE_E "Extruder"
898
-	#define MSG_MOVE_01MM "Move 0.1mm"
899
-	#define MSG_MOVE_1MM "Move 1mm"
900
-	#define MSG_MOVE_10MM "Move 10mm"
903
+	#define MSG_MOVE_X "Mover X"
904
+	#define MSG_MOVE_Y "Mover Y"
905
+	#define MSG_MOVE_Z "Mover Z"
906
+	#define MSG_MOVE_E "Extrusor"
907
+	#define MSG_MOVE_E1 "Extrusor2"
908
+	#define MSG_MOVE_E2 "Extrusor3"
909
+	#define MSG_MOVE_01MM "Mover 0.1mm"
910
+	#define MSG_MOVE_1MM "Mover 1mm"
911
+	#define MSG_MOVE_10MM "Mover 10mm"
901 912
 	#define MSG_SPEED "Velocidad"
902 913
 	#define MSG_NOZZLE "Nozzle"
903 914
 	#define MSG_NOZZLE1 "Nozzle2"
@@ -963,7 +974,7 @@
963 974
 	#define MSG_CONTROL_RETRACT_RECOVER "DesRet +mm"
964 975
 	#define MSG_CONTROL_RETRACT_RECOVERF "DesRet V"
965 976
 	#define MSG_AUTORETRACT "AutoRetr."
966
-	#define MSG_FILAMENTCHANGE "Change filament"
977
+	#define MSG_FILAMENTCHANGE "Cambiar filamento"
967 978
 	#define MSG_INIT_SDCARD "Iniciando tarjeta"
968 979
 	#define MSG_CNG_SDCARD "Cambiar tarjeta"
969 980
 	#define MSG_RECTRACT_WIDE "Retraer"
@@ -1019,7 +1030,7 @@
1019 1030
 	#define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"
1020 1031
 	#define MSG_COUNT_X " Cuenta X:"
1021 1032
 	#define MSG_ERR_KILLED "¡¡Impresora Parada con kill()!!"
1022
-	#define MSG_ERR_STOPPED "¡Impresora parada por errores. Arregle el error y use M999 Para reiniciar!. (La temperatura se reestablece. Ajustela antes de continuar)"
1033
+	#define MSG_ERR_STOPPED "¡Impresora parada por errores. Arregle el error y use M999 Para reiniciar!. (La temperatura se reestablece. Ajustela despues de continuar)"
1023 1034
 	#define MSG_RESEND "Reenviar:"
1024 1035
 	#define MSG_UNKNOWN_COMMAND "Comando Desconocido:\""
1025 1036
 	#define MSG_ACTIVE_EXTRUDER "Extrusor Activo: "
@@ -1099,6 +1110,8 @@
1099 1110
 	#define MSG_MOVE_Y                          "Move Y"
1100 1111
 	#define MSG_MOVE_Z                          "Move Z"
1101 1112
 	#define MSG_MOVE_E                          "Extruder"
1113
+	#define MSG_MOVE_E1 						"Extruder2"
1114
+	#define MSG_MOVE_E2 						"Extruder3"
1102 1115
 	#define MSG_MOVE_01MM                       "Move 0.1mm"
1103 1116
 	#define MSG_MOVE_1MM                        "Move 1mm"
1104 1117
 	#define MSG_MOVE_10MM                       "Move 10mm"
@@ -1294,6 +1307,8 @@
1294 1307
 	#define MSG_MOVE_Y               "Move Y"
1295 1308
 	#define MSG_MOVE_Z               "Move Z"
1296 1309
 	#define MSG_MOVE_E               "Extruder"
1310
+	#define MSG_MOVE_E1 			 "Extruder2"
1311
+	#define MSG_MOVE_E2 			 "Extruder3"
1297 1312
 	#define MSG_MOVE_01MM            "Move 0.1mm"
1298 1313
 	#define MSG_MOVE_1MM             "Move 1mm"
1299 1314
 	#define MSG_MOVE_10MM            "Move 10mm"
@@ -1493,6 +1508,8 @@
1493 1508
 	#define MSG_MOVE_Y "Move Y"
1494 1509
 	#define MSG_MOVE_Z "Move Z"
1495 1510
 	#define MSG_MOVE_E "Extruder"
1511
+	#define MSG_MOVE_E1 "Extruder2"
1512
+	#define MSG_MOVE_E2 "Extruder3"
1496 1513
 	#define MSG_MOVE_01MM "Move 0.1mm"
1497 1514
 	#define MSG_MOVE_1MM "Move 1mm"
1498 1515
 	#define MSG_MOVE_10MM "Move 10mm"
@@ -1695,6 +1712,8 @@
1695 1712
 	#define MSG_MOVE_Y "Move Y"
1696 1713
 	#define MSG_MOVE_Z "Move Z"
1697 1714
 	#define MSG_MOVE_E "Extruder"
1715
+	#define MSG_MOVE_E1 "Extruder2"
1716
+	#define MSG_MOVE_E2 "Extruder3"
1698 1717
 	#define MSG_MOVE_01MM "Move 0.1mm"
1699 1718
 	#define MSG_MOVE_1MM "Move 1mm"
1700 1719
 	#define MSG_MOVE_10MM "Move 10mm"
@@ -1892,6 +1911,8 @@
1892 1911
 	#define MSG_MOVE_Y "Move Y"
1893 1912
 	#define MSG_MOVE_Z "Move Z"
1894 1913
 	#define MSG_MOVE_E "Extruder"
1914
+	#define MSG_MOVE_E1 "Extruder2"
1915
+	#define MSG_MOVE_E2 "Extruder3"
1895 1916
 	#define MSG_MOVE_01MM "Move 0.1mm"
1896 1917
 	#define MSG_MOVE_1MM "Move 1mm"
1897 1918
 	#define MSG_MOVE_10MM "Move 10mm"
@@ -2095,6 +2116,8 @@
2095 2116
 	#define MSG_MOVE_Y "Verplaats Y"
2096 2117
 	#define MSG_MOVE_Z "Verplaats Z"
2097 2118
 	#define MSG_MOVE_E "Extruder"
2119
+	#define MSG_MOVE_E1 "Extruder2"
2120
+	#define MSG_MOVE_E2 "Extruder3"
2098 2121
 	#define MSG_MOVE_01MM "Verplaats 0.1mm"
2099 2122
 	#define MSG_MOVE_1MM "Verplaats 1mm"
2100 2123
 	#define MSG_MOVE_10MM "Verplaats 10mm"
@@ -2292,6 +2315,8 @@
2292 2315
 	#define MSG_MOVE_Y "Moure Y"
2293 2316
 	#define MSG_MOVE_Z "Moure Z"
2294 2317
 	#define MSG_MOVE_E "Extrusor"
2318
+	#define MSG_MOVE_E1 "Extruder2"
2319
+	#define MSG_MOVE_E2 "Extruder3"
2295 2320
 	#define MSG_MOVE_01MM "Moure 0.1mm"
2296 2321
 	#define MSG_MOVE_1MM "Moure 1mm"
2297 2322
 	#define MSG_MOVE_10MM "Moure 10mm"
@@ -2450,5 +2475,202 @@
2450 2475
 
2451 2476
 #endif
2452 2477
 
2478
+//Basque-Euskera
2479
+#if LANGUAGE_CHOICE == 13
2480
+
2481
+// LCD Menu Messages
2482
+// Please note these are limited to 17 characters!
2483
+
2484
+	#define WELCOME_MSG MACHINE_NAME " prest."
2485
+	#define MSG_SD_INSERTED "Txartela sartuta"
2486
+	#define MSG_SD_REMOVED "Txartela kenduta"
2487
+	#define MSG_MAIN "Menu nagusia"
2488
+	#define MSG_AUTOSTART "Auto hasiera"
2489
+	#define MSG_DISABLE_STEPPERS "Itzali motoreak"
2490
+	#define MSG_AUTO_HOME "Hasierara joan"
2491
+	#define MSG_SET_ORIGIN "Hasiera ipini"
2492
+	#define MSG_PREHEAT_PLA "Aurreberotu PLA"
2493
+	#define MSG_PREHEAT_PLA0 "Aurreberotu PLA1"
2494
+	#define MSG_PREHEAT_PLA1 "Aurreberotu PLA2"
2495
+	#define MSG_PREHEAT_PLA2 "Aurreberotu PLA3"
2496
+	#define MSG_PREHEAT_PLA012 "Berotu PLA Guztia"
2497
+	#define MSG_PREHEAT_PLA_BEDONLY "Berotu PLA Ohea"
2498
+	#define MSG_PREHEAT_PLA_SETTINGS "Berotu PLA Konfig"
2499
+	#define MSG_PREHEAT_ABS "Aurreberotu ABS"
2500
+	#define MSG_PREHEAT_ABS0 "Aurreberotu ABS 1"
2501
+	#define MSG_PREHEAT_ABS1 "Aurreberotu ABS 2"
2502
+	#define MSG_PREHEAT_ABS2 "Aurreberotu ABS 3"
2503
+	#define MSG_PREHEAT_ABS012 "Berotu ABS Guztia"
2504
+	#define MSG_PREHEAT_ABS_BEDONLY "Berotu ABS Ohea"
2505
+	#define MSG_PREHEAT_ABS_SETTINGS "Berotu ABS Konfig"
2506
+	#define MSG_COOLDOWN "Hoztu"
2507
+	#define MSG_SWITCH_PS_ON "Energia piztu"
2508
+	#define MSG_SWITCH_PS_OFF "Energia itzali"
2509
+	#define MSG_EXTRUDE "Estruitu"
2510
+	#define MSG_RETRACT "Atzera eragin"
2511
+	#define MSG_MOVE_AXIS "Ardatzak mugitu"
2512
+	#define MSG_MOVE_X "Mugitu X"
2513
+	#define MSG_MOVE_Y "Mugitu Y"
2514
+	#define MSG_MOVE_Z "Mugitu Z"
2515
+	#define MSG_MOVE_E "Estrusorea"
2516
+	#define MSG_MOVE_E1 "Estrusorea2"
2517
+	#define MSG_MOVE_E2 "Estrusorea3"
2518
+	#define MSG_MOVE_01MM "Mugitu 0.1mm"
2519
+	#define MSG_MOVE_1MM "Mugitu 1mm"
2520
+	#define MSG_MOVE_10MM "Mugitu 10mm"
2521
+	#define MSG_SPEED "Abiadura"
2522
+	#define MSG_NOZZLE "Pita"
2523
+	#define MSG_NOZZLE1 "Pita2"
2524
+	#define MSG_NOZZLE2 "Pita3"
2525
+	#define MSG_BED "Ohea"
2526
+	#define MSG_FAN_SPEED "Haizagailua"
2527
+	#define MSG_FLOW "Fluxua"
2528
+	#define MSG_FLOW0 "Fluxua 0"
2529
+	#define MSG_FLOW1 "Fluxua 1"
2530
+	#define MSG_FLOW2 "Fluxua 2"
2531
+	#define MSG_CONTROL "Kontrola"
2532
+	#define MSG_MIN " \002 Min"
2533
+	#define MSG_MAX " \002 Max"
2534
+	#define MSG_FACTOR " \002 Faktorea"
2535
+	#define MSG_AUTOTEMP "Auto tenperatura"
2536
+	#define MSG_ON "On "
2537
+	#define MSG_OFF "Off"
2538
+	#define MSG_PID_P "PID-P"
2539
+	#define MSG_PID_I "PID-I"
2540
+	#define MSG_PID_D "PID-D"
2541
+	#define MSG_PID_C "PID-C"
2542
+	#define MSG_ACC  "Azelerazioa"
2543
+	#define MSG_VXY_JERK "Vxy-astindua"
2544
+	#define MSG_VZ_JERK "Vz-astindua"
2545
+	#define MSG_VE_JERK "Ve-astindua"
2546
+	#define MSG_VMAX "Vmax "
2547
+	#define MSG_X "x"
2548
+	#define MSG_Y "y"
2549
+	#define MSG_Z "z"
2550
+	#define MSG_E "e"
2551
+	#define MSG_VMIN "Vmin"
2552
+	#define MSG_VTRAV_MIN "VTrav min"
2553
+	#define MSG_AMAX "Amax "
2554
+	#define MSG_A_RETRACT "A-retrakt"
2555
+	#define MSG_XSTEPS "X pausoak/mm"
2556
+	#define MSG_YSTEPS "Y pausoak/mm"
2557
+	#define MSG_ZSTEPS "Z pausoak/mm"
2558
+	#define MSG_ESTEPS "E pausoak/mm"
2559
+	#define MSG_RECTRACT "Atzera eragin"
2560
+	#define MSG_TEMPERATURE "Tenperatura"
2561
+	#define MSG_MOTION "Mugimendua"
2562
+	#define MSG_CONTRAST "LCD kontrastea"
2563
+	#define MSG_STORE_EPROM "Gorde memoria"
2564
+	#define MSG_LOAD_EPROM "Kargatu memoria"
2565
+	#define MSG_RESTORE_FAILSAFE "Larri. berriz."
2566
+	#define MSG_REFRESH "Berriz kargatu"
2567
+	#define MSG_WATCH "Pantaila info"
2568
+	#define MSG_PREPARE "Prestatu"
2569
+	#define MSG_TUNE "Doitu"
2570
+	#define MSG_PAUSE_PRINT "Pausatu inprimak."
2571
+	#define MSG_RESUME_PRINT "Jarraitu inprima."
2572
+	#define MSG_STOP_PRINT "Gelditu inprima."
2573
+	#define MSG_CARD_MENU "SD-tik inprimatu"
2574
+	#define MSG_NO_CARD "Ez dago txartelik"
2575
+	#define MSG_DWELL "Lo egin..."
2576
+	#define MSG_USERWAIT "Aginduak zain..."
2577
+	#define MSG_RESUMING "Jarraitzen inpri."
2578
+	#define MSG_NO_MOVE "Mugimendu gabe"
2579
+	#define MSG_KILLED "LARRIALDI GELDIA"
2580
+	#define MSG_STOPPED "GELDITUTA. "
2581
+	#define MSG_CONTROL_RETRACT  "Atzera egin mm"
2582
+	#define MSG_CONTROL_RETRACTF "Atzera egin V"
2583
+	#define MSG_CONTROL_RETRACT_ZLIFT "Igo mm"
2584
+	#define MSG_CONTROL_RETRACT_RECOVER "Atzera egin +mm"
2585
+	#define MSG_CONTROL_RETRACT_RECOVERF "Atzera egin V"
2586
+	#define MSG_AUTORETRACT "Atzera egin"
2587
+	#define MSG_FILAMENTCHANGE "Aldatu filament."
2588
+	#define MSG_INIT_SDCARD "Hasieratu txartela"
2589
+	#define MSG_CNG_SDCARD "Aldatu txartela"
2590
+	#define MSG_ZPROBE_OUT "Z ohe hasiera"
2591
+	#define MSG_POSITION_UNKNOWN "Posizio ezezaguna"
2592
+	#define MSG_ZPROBE_ZOFFSET "Z konpentsatu"
2593
+	#define MSG_BABYSTEP_X "Babystep X"
2594
+	#define MSG_BABYSTEP_Y "Babystep Y"
2595
+	#define MSG_BABYSTEP_Z "Babystep Z"
2596
+	#define MSG_ENDSTOP_ABORT "Endstop deuseztat"
2597
+	
2598
+// Serial Console Messages
2599
+
2600
+	#define MSG_Enqueing "Zerrendan \""
2601
+	#define MSG_POWERUP "Pizketa"
2602
+	#define MSG_EXTERNAL_RESET " Kanpoko Reset"
2603
+	#define MSG_BROWNOUT_RESET " Tentsio Okerra Reset"
2604
+	#define MSG_WATCHDOG_RESET " Reset Blokeoa"
2605
+	#define MSG_SOFTWARE_RESET " Software Reset"
2606
+	#define MSG_AUTHOR " | Egilea: "
2607
+	#define MSG_CONFIGURATION_VER " Azken Aktualizazio: "
2608
+	#define MSG_FREE_MEMORY " Aske Memoria: "
2609
+	#define MSG_PLANNER_BUFFER_BYTES "  PlannerBufferBytes: "
2610
+	#define MSG_OK "ok"
2611
+	#define MSG_FILE_SAVED "Gordetuta."
2612
+	#define MSG_ERR_LINE_NO "Lerro zenbakia ez da azken zenbakia+1 berdina, Azken Lerroa: "
2613
+	#define MSG_ERR_CHECKSUM_MISMATCH "checksum-ak ez du aldiberekotasuna, Azken Lerroa: "
2614
+	#define MSG_ERR_NO_CHECKSUM "Ez da checksum-ik aurkitu lerro zenbakian, Azken Lerroa: "
2615
+	#define MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM "Ez da lerro zenbakia aurkitu checksum-arekin, Azken Lerroa: "
2616
+	#define MSG_FILE_PRINTED "Inprimaketa bukatua"
2617
+	#define MSG_BEGIN_FILE_LIST "Hasi artxibo zerrenda"
2618
+	#define MSG_END_FILE_LIST "Amaitu artxibo zerrenda"
2619
+	#define MSG_M104_INVALID_EXTRUDER "M104 Balio gabeko Estrusorea "
2620
+	#define MSG_M105_INVALID_EXTRUDER "M105 Balio gabeko Estrusorea "
2621
+	#define MSG_M200_INVALID_EXTRUDER "M200 Balio gabeko Estrusorea "
2622
+	#define MSG_M218_INVALID_EXTRUDER "M218 Balio gabeko Estrusorea "
2623
+	#define MSG_M221_INVALID_EXTRUDER "M221 Balio gabeko Estrusorea "
2624
+	#define MSG_ERR_NO_THERMISTORS "Termistorerik ez dago - Tenperaturarik gabe"
2625
+	#define MSG_M109_INVALID_EXTRUDER "M109 Balio gabeko Estrusorea "
2626
+	#define MSG_HEATING "Berotzen..."
2627
+	#define MSG_HEATING_COMPLETE "berotuta."
2628
+	#define MSG_BED_HEATING "Ohea berotzen."
2629
+	#define MSG_BED_DONE "Ohea berotuta."
2630
+	#define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"
2631
+	#define MSG_COUNT_X " X Kontu: "
2632
+	#define MSG_ERR_KILLED "Inprimagailua geldituta. kill() called!"
2633
+	#define MSG_ERR_STOPPED "Akatsen eraginez inprimagailua geldituta. Errorea konpondu eta M999 erabili berrabiarazteko. (Tenperatura galdu egin da. Berriro ipini)"
2634
+	#define MSG_RESEND "Bidali berriro: "
2635
+	#define MSG_UNKNOWN_COMMAND "Agindu ezezaguna: \""
2636
+	#define MSG_ACTIVE_EXTRUDER "Estrusore Aktiboa: "
2637
+	#define MSG_INVALID_EXTRUDER "Balio gabeko Estrusorea"
2638
+	#define MSG_X_MIN "x_min: "
2639
+	#define MSG_X_MAX "x_max: "
2640
+	#define MSG_Y_MIN "y_min: "
2641
+	#define MSG_Y_MAX "y_max: "
2642
+	#define MSG_Z_MIN "z_min: "
2643
+	#define MSG_Z_MAX "z_max: "
2644
+	#define MSG_M119_REPORT "Bide amaiera egiaztatzen"
2645
+	#define MSG_ENDSTOP_HIT "Sakatuta"
2646
+	#define MSG_ENDSTOP_OPEN "irekia"
2647
+	#define MSG_HOTEND_OFFSET "Hotend offsets:"
2648
+
2649
+	#define MSG_SD_CANT_OPEN_SUBDIR "Azpidirektorio ezin da ireki"
2650
+	#define MSG_SD_INIT_FAIL "Akatsa txartela hasterakoan"
2651
+	#define MSG_SD_VOL_INIT_FAIL "Akatsa partizioa hasterakoan"
2652
+	#define MSG_SD_OPENROOT_FAIL "Akatsa direktorio nagusian"
2653
+	#define MSG_SD_CARD_OK "SD card ok"
2654
+	#define MSG_SD_WORKDIR_FAIL "Akatsa lan direktorioan"
2655
+	#define MSG_SD_OPEN_FILE_FAIL "Akatsa irekitzean, File: "
2656
+	#define MSG_SD_FILE_OPENED "Artxiboa irekita: "
2657
+	#define MSG_SD_SIZE " Tamaina: "
2658
+	#define MSG_SD_FILE_SELECTED "Artxiboa aukeratuta"
2659
+	#define MSG_SD_WRITE_TO_FILE "Artxiboa idazten: "
2660
+	#define MSG_SD_PRINTING_BYTE "SD byte idazten "
2661
+	#define MSG_SD_NOT_PRINTING "Ez dago SD-tik inprimatzen"
2662
+	#define MSG_SD_ERR_WRITE_TO_FILE "Akatsak artxiboa idazten"
2663
+	#define MSG_SD_CANT_ENTER_SUBDIR "Azpidirektorio ezin da ireki: "
2664
+
2665
+	#define MSG_STEPPER_TOO_HIGH "Motorra oso goi dago: "
2666
+	#define MSG_ENDSTOPS_HIT "Bide amaiera ukitu da: "
2667
+	#define MSG_ERR_COLD_EXTRUDE_STOP " estrusio hotza saihestua"
2668
+	#define MSG_ERR_LONG_EXTRUDE_STOP " estrusio oso luzea saihestua"
2669
+	#define MSG_BABYSTEPPING_X "Babystepping X"
2670
+	#define MSG_BABYSTEPPING_Y "Babystepping Y"
2671
+	#define MSG_BABYSTEPPING_Z "Babystepping Z"
2672
+	#define MSG_SERIAL_ERROR_MENU_STRUCTURE "Akatsak menu-an"
2673
+	
2674
+#endif
2453 2675
 
2454 2676
 #endif // ifndef LANGUAGE_H

Loading…
Cancel
Save