Browse Source

Correct some mistakes

Dino Del Favero 10 years ago
parent
commit
5cfe13f240

+ 1
- 1
Marlin/Configuration.h View File

565
 
565
 
566
 // The Elefu RA Board Control Panel
566
 // The Elefu RA Board Control Panel
567
 // http://www.elefu.com/index.php?route=product/product&product_id=53
567
 // http://www.elefu.com/index.php?route=product/product&product_id=53
568
-// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
568
+// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
569
 //#define RA_CONTROL_PANEL
569
 //#define RA_CONTROL_PANEL
570
 
570
 
571
 //automatic expansion
571
 //automatic expansion

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

571
 
571
 
572
 // The Elefu RA Board Control Panel
572
 // The Elefu RA Board Control Panel
573
 // http://www.elefu.com/index.php?route=product/product&product_id=53
573
 // http://www.elefu.com/index.php?route=product/product&product_id=53
574
-// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
574
+// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
575
 //#define RA_CONTROL_PANEL
575
 //#define RA_CONTROL_PANEL
576
 
576
 
577
 //automatic expansion
577
 //automatic expansion

+ 1
- 1
Marlin/example_configurations/delta/Configuration.h View File

475
 
475
 
476
 // The Elefu RA Board Control Panel
476
 // The Elefu RA Board Control Panel
477
 // http://www.elefu.com/index.php?route=product/product&product_id=53
477
 // http://www.elefu.com/index.php?route=product/product&product_id=53
478
-// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
478
+// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
479
 //#define RA_CONTROL_PANEL
479
 //#define RA_CONTROL_PANEL
480
 
480
 
481
 // Delta calibration menu
481
 // Delta calibration menu

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h View File

543
 
543
 
544
 // The Elefu RA Board Control Panel
544
 // The Elefu RA Board Control Panel
545
 // http://www.elefu.com/index.php?route=product/product&product_id=53
545
 // http://www.elefu.com/index.php?route=product/product&product_id=53
546
-// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
546
+// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
547
 //#define RA_CONTROL_PANEL
547
 //#define RA_CONTROL_PANEL
548
 
548
 
549
 //automatic expansion
549
 //automatic expansion

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

557
 
557
 
558
 // The Elefu RA Board Control Panel
558
 // The Elefu RA Board Control Panel
559
 // http://www.elefu.com/index.php?route=product/product&product_id=53
559
 // http://www.elefu.com/index.php?route=product/product&product_id=53
560
-// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
560
+// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
561
 //#define RA_CONTROL_PANEL
561
 //#define RA_CONTROL_PANEL
562
 
562
 
563
 //automatic expansion
563
 //automatic expansion

+ 38
- 38
Marlin/language_it.h View File

15
 #define MSG_AUTOSTART                       "Autostart"
15
 #define MSG_AUTOSTART                       "Autostart"
16
 #define MSG_DISABLE_STEPPERS                "Disabilita Motori"
16
 #define MSG_DISABLE_STEPPERS                "Disabilita Motori"
17
 #define MSG_AUTO_HOME                       "Auto Home"
17
 #define MSG_AUTO_HOME                       "Auto Home"
18
-#define MSG_SET_HOME_OFFSETS                "Set home offsets"
18
+#define MSG_SET_HOME_OFFSETS                "Setta offset home"
19
 #define MSG_SET_ORIGIN                      "Imposta Origine"
19
 #define MSG_SET_ORIGIN                      "Imposta Origine"
20
 #define MSG_PREHEAT_PLA                     "Preriscalda PLA"
20
 #define MSG_PREHEAT_PLA                     "Preriscalda PLA"
21
 #define MSG_PREHEAT_PLA0                    "Preriscalda PLA 1"
21
 #define MSG_PREHEAT_PLA0                    "Preriscalda PLA 1"
22
 #define MSG_PREHEAT_PLA1                    "Preriscalda PLA 2"
22
 #define MSG_PREHEAT_PLA1                    "Preriscalda PLA 2"
23
 #define MSG_PREHEAT_PLA2                    "Preriscalda PLA 3"
23
 #define MSG_PREHEAT_PLA2                    "Preriscalda PLA 3"
24
-#define MSG_PREHEAT_PLA012                  "Preris. PLA Tutto"
25
-#define MSG_PREHEAT_PLA_BEDONLY             "Preri. PLA Piatto"
26
-#define MSG_PREHEAT_PLA_SETTINGS            "Preris. PLA Conf"
24
+#define MSG_PREHEAT_PLA012                  "Prer. PLA Tutto"
25
+#define MSG_PREHEAT_PLA_BEDONLY             "Prer. PLA Piatto"
26
+#define MSG_PREHEAT_PLA_SETTINGS            "Config. prer. PLA"
27
 #define MSG_PREHEAT_ABS                     "Preriscalda ABS"
27
 #define MSG_PREHEAT_ABS                     "Preriscalda ABS"
28
 #define MSG_PREHEAT_ABS0                    "Preriscalda ABS 1"
28
 #define MSG_PREHEAT_ABS0                    "Preriscalda ABS 1"
29
 #define MSG_PREHEAT_ABS1                    "Preriscalda ABS 2"
29
 #define MSG_PREHEAT_ABS1                    "Preriscalda ABS 2"
30
 #define MSG_PREHEAT_ABS2                    "Preriscalda ABS 3"
30
 #define MSG_PREHEAT_ABS2                    "Preriscalda ABS 3"
31
-#define MSG_PREHEAT_ABS012                  "Preris. ABS Tutto"
32
-#define MSG_PREHEAT_ABS_BEDONLY             "Preri. ABS Piatto"
33
-#define MSG_PREHEAT_ABS_SETTINGS            "Preris. ABS Conf"
31
+#define MSG_PREHEAT_ABS012                  "Prer. ABS Tutto"
32
+#define MSG_PREHEAT_ABS_BEDONLY             "Prer. ABS Piatto"
33
+#define MSG_PREHEAT_ABS_SETTINGS            "Config. prer. ABS"
34
 #define MSG_COOLDOWN                        "Raffredda"
34
 #define MSG_COOLDOWN                        "Raffredda"
35
-#define MSG_SWITCH_PS_ON                    "Switch Power On"
36
-#define MSG_SWITCH_PS_OFF                   "Switch Power Off"
35
+#define MSG_SWITCH_PS_ON                    "Accendi aliment."
36
+#define MSG_SWITCH_PS_OFF                   "Spegni aliment."
37
 #define MSG_EXTRUDE                         "Estrudi"
37
 #define MSG_EXTRUDE                         "Estrudi"
38
 #define MSG_RETRACT                         "Ritrai"
38
 #define MSG_RETRACT                         "Ritrai"
39
 #define MSG_MOVE_AXIS                       "Muovi Asse"
39
 #define MSG_MOVE_AXIS                       "Muovi Asse"
40
-#define MSG_MOVE_X                          "Move X"
41
-#define MSG_MOVE_Y                          "Move Y"
42
-#define MSG_MOVE_Z                          "Move Z"
43
-#define MSG_MOVE_E                          "Extruder"
44
-#define MSG_MOVE_E1                         "Extruder2"
45
-#define MSG_MOVE_E2                         "Extruder3"
46
-#define MSG_MOVE_01MM                       "Move 0.1mm"
47
-#define MSG_MOVE_1MM                        "Move 1mm"
48
-#define MSG_MOVE_10MM                       "Move 10mm"
40
+#define MSG_MOVE_X                          "Muovi X"
41
+#define MSG_MOVE_Y                          "Muovi Y"
42
+#define MSG_MOVE_Z                          "Muovi Z"
43
+#define MSG_MOVE_E                          "Estrusore"
44
+#define MSG_MOVE_E1                         "Estrusore 2"
45
+#define MSG_MOVE_E2                         "Estrusore 3"
46
+#define MSG_MOVE_01MM                       "Muovi di 0.1mm"
47
+#define MSG_MOVE_1MM                        "Muovi di   1mm"
48
+#define MSG_MOVE_10MM                       "Muovi di  10mm"
49
 #define MSG_SPEED                           "Velcità"
49
 #define MSG_SPEED                           "Velcità"
50
 #define MSG_NOZZLE                          "Ugello"
50
 #define MSG_NOZZLE                          "Ugello"
51
 #define MSG_NOZZLE1                         "Ugello2"
51
 #define MSG_NOZZLE1                         "Ugello2"
61
 #define MSG_MAX                             " \002 Max:"
61
 #define MSG_MAX                             " \002 Max:"
62
 #define MSG_FACTOR                          " \002 Fact:"
62
 #define MSG_FACTOR                          " \002 Fact:"
63
 #define MSG_AUTOTEMP                        "Autotemp"
63
 #define MSG_AUTOTEMP                        "Autotemp"
64
-#define MSG_ON                              "On "
65
-#define MSG_OFF                             "Off"
64
+#define MSG_ON                              "ON "
65
+#define MSG_OFF                             "OFF"
66
 #define MSG_PID_P                           "PID-P"
66
 #define MSG_PID_P                           "PID-P"
67
 #define MSG_PID_I                           "PID-I"
67
 #define MSG_PID_I                           "PID-I"
68
 #define MSG_PID_D                           "PID-D"
68
 #define MSG_PID_D                           "PID-D"
69
 #define MSG_PID_C                           "PID-C"
69
 #define MSG_PID_C                           "PID-C"
70
-#define MSG_ACC                             "Accel"
70
+#define MSG_ACC                             "Accel."
71
 #define MSG_VXY_JERK                        "Vxy-jerk"
71
 #define MSG_VXY_JERK                        "Vxy-jerk"
72
 #define MSG_VZ_JERK                         "Vz-jerk"
72
 #define MSG_VZ_JERK                         "Vz-jerk"
73
 #define MSG_VE_JERK                         "Ve-jerk"
73
 #define MSG_VE_JERK                         "Ve-jerk"
87
 #define MSG_TEMPERATURE                     "Temperatura"
87
 #define MSG_TEMPERATURE                     "Temperatura"
88
 #define MSG_MOTION                          "Movimento"
88
 #define MSG_MOTION                          "Movimento"
89
 #define MSG_VOLUMETRIC                      "Filament"
89
 #define MSG_VOLUMETRIC                      "Filament"
90
-#define MSG_VOLUMETRIC_ENABLED		        "E in mm3"
91
-#define MSG_FILAMENT_SIZE_EXTRUDER_0        "Fil. Dia. 1"
92
-#define MSG_FILAMENT_SIZE_EXTRUDER_1        "Fil. Dia. 2"
93
-#define MSG_FILAMENT_SIZE_EXTRUDER_2        "Fil. Dia. 3"
94
-#define MSG_CONTRAST                        "LCD contrast"
90
+#define MSG_VOLUMETRIC_ENABLED		        "E in mm³"
91
+#define MSG_FILAMENT_SIZE_EXTRUDER_0        "Diam. filo 1"
92
+#define MSG_FILAMENT_SIZE_EXTRUDER_1        "Diam. filo 2"
93
+#define MSG_FILAMENT_SIZE_EXTRUDER_2        "Diam. filo 3"
94
+#define MSG_CONTRAST                        "Contrasto LCD"
95
 #define MSG_STORE_EPROM                     "Salva in EEPROM"
95
 #define MSG_STORE_EPROM                     "Salva in EEPROM"
96
 #define MSG_LOAD_EPROM                      "Carica da EEPROM"
96
 #define MSG_LOAD_EPROM                      "Carica da EEPROM"
97
 #define MSG_RESTORE_FAILSAFE                "Impostaz. default"
97
 #define MSG_RESTORE_FAILSAFE                "Impostaz. default"
100
 #define MSG_PREPARE                         "Prepara"
100
 #define MSG_PREPARE                         "Prepara"
101
 #define MSG_TUNE                            "Adatta"
101
 #define MSG_TUNE                            "Adatta"
102
 #define MSG_PAUSE_PRINT                     "Pausa"
102
 #define MSG_PAUSE_PRINT                     "Pausa"
103
-#define MSG_RESUME_PRINT                    "Riprendi Stampa"
104
-#define MSG_STOP_PRINT                      "Arresta Stampa"
103
+#define MSG_RESUME_PRINT                    "Riprendi stampa"
104
+#define MSG_STOP_PRINT                      "Arresta stampa"
105
 #define MSG_CARD_MENU                       "SD Card Menu"
105
 #define MSG_CARD_MENU                       "SD Card Menu"
106
 #define MSG_NO_CARD                         "No SD Card"
106
 #define MSG_NO_CARD                         "No SD Card"
107
 #define MSG_DWELL                           "Sospensione..."
107
 #define MSG_DWELL                           "Sospensione..."
108
 #define MSG_USERWAIT                        "Attendi Utente..."
108
 #define MSG_USERWAIT                        "Attendi Utente..."
109
 #define MSG_RESUMING                        "Riprendi Stampa"
109
 #define MSG_RESUMING                        "Riprendi Stampa"
110
-#define MSG_PRINT_ABORTED                   "Print aborted"
111
-#define MSG_NO_MOVE                         "Nessun Movimento."
112
-#define MSG_KILLED                          "UCCISO. "
113
-#define MSG_STOPPED                         "ARRESTATO. "
110
+#define MSG_PRINT_ABORTED                   "Stampa abortita"
111
+#define MSG_NO_MOVE                         "Nessun Movimento"
112
+#define MSG_KILLED                          "UCCISO "
113
+#define MSG_STOPPED                         "ARRESTATO "
114
 #define MSG_CONTROL_RETRACT                 "Ritrai mm"
114
 #define MSG_CONTROL_RETRACT                 "Ritrai mm"
115
 #define MSG_CONTROL_RETRACT_SWAP            "Scamb. Ritrai mm"
115
 #define MSG_CONTROL_RETRACT_SWAP            "Scamb. Ritrai mm"
116
 #define MSG_CONTROL_RETRACTF                "Ritrai  V"
116
 #define MSG_CONTROL_RETRACTF                "Ritrai  V"
128
 #define MSG_BABYSTEP_X                      "Babystep X"
128
 #define MSG_BABYSTEP_X                      "Babystep X"
129
 #define MSG_BABYSTEP_Y                      "Babystep Y"
129
 #define MSG_BABYSTEP_Y                      "Babystep Y"
130
 #define MSG_BABYSTEP_Z                      "Babystep Z"
130
 #define MSG_BABYSTEP_Z                      "Babystep Z"
131
-#define MSG_ENDSTOP_ABORT                   "Endstop abort"
131
+#define MSG_ENDSTOP_ABORT                   "Finecorsa abort"
132
 
132
 
133
 #define MSG_RECTRACT                        "Ritrai"
133
 #define MSG_RECTRACT                        "Ritrai"
134
 
134
 
135
 #ifdef DELTA_CALIBRATION_MENU
135
 #ifdef DELTA_CALIBRATION_MENU
136
-    #define MSG_DELTA_CALIBRATE             "Delta Calibration"
137
-    #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
138
-    #define MSG_DELTA_CALIBRATE_Y           "Calibrate Y"
139
-    #define MSG_DELTA_CALIBRATE_Z           "Calibrate Z"
140
-    #define MSG_DELTA_CALIBRATE_CENTER      "Calibrate Center"
136
+    #define MSG_DELTA_CALIBRATE             "Calibraz. Delta"
137
+    #define MSG_DELTA_CALIBRATE_X           "Calibra X"
138
+    #define MSG_DELTA_CALIBRATE_Y           "Calibra Y"
139
+    #define MSG_DELTA_CALIBRATE_Z           "Calibra Z"
140
+    #define MSG_DELTA_CALIBRATE_CENTER      "Calibra Center"
141
 #endif // DELTA_CALIBRATION_MENU
141
 #endif // DELTA_CALIBRATION_MENU
142
 
142
 
143
 #endif // LANGUAGE_IT_H
143
 #endif // LANGUAGE_IT_H

Loading…
Cancel
Save