|
@@ -35,9 +35,14 @@
|
35
|
35
|
#define MSG_YES _UxGT("SI")
|
36
|
36
|
#define MSG_NO _UxGT("NO")
|
37
|
37
|
#define MSG_BACK _UxGT("Indietro")
|
|
38
|
+#define MSG_MEDIA_ABORTING _UxGT("Annullando...")
|
38
|
39
|
#define MSG_MEDIA_INSERTED _UxGT("Media inserito")
|
39
|
40
|
#define MSG_MEDIA_REMOVED _UxGT("Media rimosso")
|
40
|
41
|
#define MSG_MEDIA_RELEASED _UxGT("Media rilasciato")
|
|
42
|
+#define MSG_MEDIA_WAITING _UxGT("Aspettando media")
|
|
43
|
+#define MSG_MEDIA_READ_ERROR _UxGT("Err.leggendo media")
|
|
44
|
+#define MSG_MEDIA_USB_REMOVED _UxGT("Dispos.USB rimosso")
|
|
45
|
+#define MSG_MEDIA_USB_FAILED _UxGT("Avvio USB fallito")
|
41
|
46
|
#define MSG_LCD_ENDSTOPS _UxGT("Finecor.") // Max 8 caratteri
|
42
|
47
|
#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Finecorsa Soft")
|
43
|
48
|
#define MSG_MAIN _UxGT("Menu principale")
|
|
@@ -92,6 +97,7 @@
|
92
|
97
|
#define MSG_LEVEL_BED MSG_BED_LEVELING
|
93
|
98
|
#define MSG_LEVEL_CORNERS _UxGT("Livella spigoli")
|
94
|
99
|
#define MSG_NEXT_CORNER _UxGT("Prossimo spigolo")
|
|
100
|
+#define MSG_MESH_EDITOR _UxGT("Editor Mesh")
|
95
|
101
|
#define MSG_EDIT_MESH _UxGT("Modifica Mesh")
|
96
|
102
|
#define MSG_EDITING_STOPPED _UxGT("Modif. Mesh Fermata")
|
97
|
103
|
#define MSG_PROBING_MESH _UxGT("Punto sondato")
|
|
@@ -140,6 +146,13 @@
|
140
|
146
|
#define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Valida Mesh")
|
141
|
147
|
#define MSG_UBL_VALIDATE_MESH_M1 _UxGT("Valida Mesh " PREHEAT_1_LABEL)
|
142
|
148
|
#define MSG_UBL_VALIDATE_MESH_M2 _UxGT("Valida Mesh " PREHEAT_2_LABEL)
|
|
149
|
+#define MSG_G26_HEATING_BED _UxGT("G26 riscald.letto")
|
|
150
|
+#define MSG_G26_HEATING_NOZZLE _UxGT("G26 riscald.ugello")
|
|
151
|
+#define MSG_G26_MANUAL_PRIME _UxGT("Priming manuale...")
|
|
152
|
+#define MSG_G26_FIXED_LENGTH _UxGT("Prime a lung.fissa")
|
|
153
|
+#define MSG_G26_PRIME_DONE _UxGT("Priming terminato")
|
|
154
|
+#define MSG_G26_CANCELED _UxGT("G26 Annullato")
|
|
155
|
+#define MSG_G26_LEAVING _UxGT("Uscita da G26")
|
143
|
156
|
#define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Valida Mesh pers.")
|
144
|
157
|
#define MSG_UBL_CONTINUE_MESH _UxGT("Continua Mesh")
|
145
|
158
|
#define MSG_UBL_MESH_LEVELING _UxGT("Livell. Mesh")
|
|
@@ -170,6 +183,7 @@
|
170
|
183
|
#define MSG_UBL_NO_STORAGE _UxGT("Nessuna memoria")
|
171
|
184
|
#define MSG_UBL_SAVE_ERROR _UxGT("Err: Salvataggio UBL")
|
172
|
185
|
#define MSG_UBL_RESTORE_ERROR _UxGT("Err: Ripristino UBL")
|
|
186
|
+#define MSG_UBL_Z_OFFSET _UxGT("Z-Offset: ")
|
173
|
187
|
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Fermato")
|
174
|
188
|
#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("UBL passo passo")
|
175
|
189
|
|
|
@@ -424,6 +438,7 @@
|
424
|
438
|
#define MSG_INFO_PSU _UxGT("Alimentatore")
|
425
|
439
|
#define MSG_DRIVE_STRENGTH _UxGT("Potenza Drive")
|
426
|
440
|
#define MSG_DAC_PERCENT _UxGT("Driver %")
|
|
441
|
+#define MSG_ERROR_TMC _UxGT("ERR.CONNESSIONE TMC")
|
427
|
442
|
#define MSG_DAC_EEPROM_WRITE _UxGT("Scrivi DAC EEPROM")
|
428
|
443
|
#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("STAMPA IN PAUSA")
|
429
|
444
|
#define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("CARICA FILAMENTO")
|