|
@@ -36,7 +36,7 @@
|
36
|
36
|
#define MSG_BACK _UxGT("Indietro")
|
37
|
37
|
#define MSG_SD_INSERTED _UxGT("SD Card inserita")
|
38
|
38
|
#define MSG_SD_REMOVED _UxGT("SD Card rimossa")
|
39
|
|
-#define MSG_LCD_ENDSTOPS _UxGT("Finecor.") // Max length 8 characters
|
|
39
|
+#define MSG_LCD_ENDSTOPS _UxGT("Finecor.") // Max 8 caratteri
|
40
|
40
|
#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Finecorsa Soft")
|
41
|
41
|
#define MSG_MAIN _UxGT("Menu principale")
|
42
|
42
|
#define MSG_ADVANCED_SETTINGS _UxGT("Impostaz. avanzate")
|
|
@@ -180,7 +180,7 @@
|
180
|
180
|
#define MSG_MOVE_Y _UxGT("Muovi Y")
|
181
|
181
|
#define MSG_MOVE_Z _UxGT("Muovi Z")
|
182
|
182
|
#define MSG_MOVE_E _UxGT("Estrusore")
|
183
|
|
-#define MSG_MOVE_01MM _UxGT("Muovi di 0,1mm")
|
|
183
|
+#define MSG_MOVE_01MM _UxGT("Muovi di 0.1mm")
|
184
|
184
|
#define MSG_MOVE_1MM _UxGT("Muovi di 1mm")
|
185
|
185
|
#define MSG_MOVE_10MM _UxGT("Muovi di 10mm")
|
186
|
186
|
#define MSG_SPEED _UxGT("Velocità")
|
|
@@ -295,7 +295,7 @@
|
295
|
295
|
#define MSG_BLTOUCH_STOW _UxGT("Ritrai BLTouch")
|
296
|
296
|
#define MSG_MANUAL_DEPLOY _UxGT("Estendi Sonda-Z")
|
297
|
297
|
#define MSG_MANUAL_STOW _UxGT("Ritrai Sonda-Z")
|
298
|
|
-#define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
|
298
|
+#define MSG_HOME _UxGT("Home") // Usato come MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
299
|
299
|
#define MSG_FIRST _UxGT("prima")
|
300
|
300
|
#define MSG_ZPROBE_ZOFFSET _UxGT("Offset sonda Z")
|
301
|
301
|
#define MSG_BABYSTEP_X _UxGT("Babystep X")
|
|
@@ -314,9 +314,9 @@
|
314
|
314
|
#define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
|
315
|
315
|
#define MSG_HALTED _UxGT("STAMPANTE FERMATA")
|
316
|
316
|
#define MSG_PLEASE_RESET _UxGT("Riavviare prego")
|
317
|
|
-#define MSG_SHORT_DAY _UxGT("g") // One character only
|
318
|
|
-#define MSG_SHORT_HOUR _UxGT("h") // One character only
|
319
|
|
-#define MSG_SHORT_MINUTE _UxGT("m") // One character only
|
|
317
|
+#define MSG_SHORT_DAY _UxGT("g") // Un solo carattere
|
|
318
|
+#define MSG_SHORT_HOUR _UxGT("h") // Un solo carattere
|
|
319
|
+#define MSG_SHORT_MINUTE _UxGT("m") // Un solo carattere
|
320
|
320
|
#define MSG_HEATING _UxGT("Riscaldamento...")
|
321
|
321
|
#define MSG_COOLING _UxGT("Raffreddamento..")
|
322
|
322
|
#define MSG_BED_HEATING _UxGT("Risc. piatto...")
|
|
@@ -380,8 +380,8 @@
|
380
|
380
|
#define MSG_M600_TOO_COLD _UxGT("M600:Troppo freddo")
|
381
|
381
|
|
382
|
382
|
//
|
383
|
|
-// Le schermate di Filament Change mostrano fino a 3 linee su un display a 4 righe
|
384
|
|
-// ...o fino a 2 linee su un display a 3 righe.
|
|
383
|
+// Le schermate di Cambio Filamento possono visualizzare fino a 3 linee su un display a 4 righe
|
|
384
|
+// ...o fino a 2 linee su un display a 3 righe.
|
385
|
385
|
#if LCD_HEIGHT >= 4
|
386
|
386
|
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Attendere avvio")
|
387
|
387
|
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("del cambio")
|