1 |
ron |
1 |
/**
|
|
|
2 |
* Marlin 3D Printer Firmware
|
|
|
3 |
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|
|
4 |
*
|
|
|
5 |
* Based on Sprinter and grbl.
|
|
|
6 |
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
|
|
|
7 |
*
|
|
|
8 |
* This program is free software: you can redistribute it and/or modify
|
|
|
9 |
* it under the terms of the GNU General Public License as published by
|
|
|
10 |
* the Free Software Foundation, either version 3 of the License, or
|
|
|
11 |
* (at your option) any later version.
|
|
|
12 |
*
|
|
|
13 |
* This program is distributed in the hope that it will be useful,
|
|
|
14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
16 |
* GNU General Public License for more details.
|
|
|
17 |
*
|
|
|
18 |
* You should have received a copy of the GNU General Public License
|
|
|
19 |
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
20 |
*
|
|
|
21 |
*/
|
|
|
22 |
|
|
|
23 |
/**
|
|
|
24 |
* Italian
|
|
|
25 |
*
|
|
|
26 |
* LCD Menu Messages
|
|
|
27 |
* See also http://marlinfw.org/docs/development/lcd_language.html
|
|
|
28 |
*
|
|
|
29 |
*/
|
|
|
30 |
#ifndef LANGUAGE_IT_H
|
|
|
31 |
#define LANGUAGE_IT_H
|
|
|
32 |
|
|
|
33 |
#define MAPPER_C2C3
|
|
|
34 |
#define DISPLAY_CHARSET_ISO10646_1
|
|
|
35 |
|
|
|
36 |
#define WELCOME_MSG MACHINE_NAME _UxGT(" pronto.")
|
|
|
37 |
#define MSG_BACK _UxGT("Indietro")
|
|
|
38 |
#define MSG_SD_INSERTED _UxGT("SD Card inserita")
|
|
|
39 |
#define MSG_SD_REMOVED _UxGT("SD Card rimossa")
|
|
|
40 |
#define MSG_LCD_ENDSTOPS _UxGT("Endstop")
|
|
|
41 |
#define MSG_MAIN _UxGT("Menu principale")
|
|
|
42 |
#define MSG_AUTOSTART _UxGT("Autostart")
|
|
|
43 |
#define MSG_DISABLE_STEPPERS _UxGT("Disabilita Motori")
|
|
|
44 |
#define MSG_DEBUG_MENU _UxGT("Menu di debug")
|
|
|
45 |
#define MSG_PROGRESS_BAR_TEST _UxGT("Test barra avanzamento")
|
|
|
46 |
#define MSG_AUTO_HOME _UxGT("Auto Home")
|
|
|
47 |
#define MSG_AUTO_HOME_X _UxGT("Home asse X")
|
|
|
48 |
#define MSG_AUTO_HOME_Y _UxGT("Home asse Y")
|
|
|
49 |
#define MSG_AUTO_HOME_Z _UxGT("Home asse Z")
|
|
|
50 |
#define MSG_TMC_Z_CALIBRATION _UxGT("Calibra Z")
|
|
|
51 |
#define MSG_LEVEL_BED_HOMING _UxGT("Home assi XYZ")
|
|
|
52 |
#define MSG_LEVEL_BED_WAITING _UxGT("Premi per iniziare")
|
|
|
53 |
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Punto successivo")
|
|
|
54 |
#define MSG_LEVEL_BED_DONE _UxGT("Livel. terminato!")
|
|
|
55 |
#define MSG_Z_FADE_HEIGHT _UxGT("Fade Height")
|
|
|
56 |
#define MSG_SET_HOME_OFFSETS _UxGT("Imp. offset home")
|
|
|
57 |
#define MSG_HOME_OFFSETS_APPLIED _UxGT("Offset applicato")
|
|
|
58 |
#define MSG_SET_ORIGIN _UxGT("Imposta Origine")
|
|
|
59 |
#define MSG_PREHEAT_1 _UxGT("Preriscalda PLA")
|
|
|
60 |
#define MSG_PREHEAT_1_N _UxGT("Preris.PLA ")
|
|
|
61 |
#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1_N _UxGT("Tutto")
|
|
|
62 |
#define MSG_PREHEAT_1_END MSG_PREHEAT_1_N _UxGT("Ugello")
|
|
|
63 |
#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1_N _UxGT("Piatto")
|
|
|
64 |
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1_N _UxGT("conf")
|
|
|
65 |
#define MSG_PREHEAT_2 _UxGT("Preriscalda ABS")
|
|
|
66 |
#define MSG_PREHEAT_2_N _UxGT("Preris.ABS ")
|
|
|
67 |
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2_N _UxGT("Tutto")
|
|
|
68 |
#define MSG_PREHEAT_2_END MSG_PREHEAT_2_N _UxGT("Ugello")
|
|
|
69 |
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2_N _UxGT("Piatto")
|
|
|
70 |
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2_N _UxGT("conf")
|
|
|
71 |
#define MSG_COOLDOWN _UxGT("Raffredda")
|
|
|
72 |
#define MSG_SWITCH_PS_ON _UxGT("Accendi aliment.")
|
|
|
73 |
#define MSG_SWITCH_PS_OFF _UxGT("Spegni aliment.")
|
|
|
74 |
#define MSG_EXTRUDE _UxGT("Estrudi")
|
|
|
75 |
#define MSG_RETRACT _UxGT("Ritrai")
|
|
|
76 |
#define MSG_MOVE_AXIS _UxGT("Muovi Asse")
|
|
|
77 |
#define MSG_BED_LEVELING _UxGT("Livella piano")
|
|
|
78 |
#define MSG_LEVEL_BED _UxGT("Livella piano")
|
|
|
79 |
#define MSG_LEVEL_CORNERS _UxGT("Livella spigoli")
|
|
|
80 |
#define MSG_NEXT_CORNER _UxGT("Prossimo spigolo")
|
|
|
81 |
#define MSG_EDITING_STOPPED _UxGT("Modifica Mesh Fermata")
|
|
|
82 |
#define MSG_USER_MENU _UxGT("Comandi Utente")
|
|
|
83 |
|
|
|
84 |
#define MSG_UBL_DOING_G29 _UxGT("G29 in corso")
|
|
|
85 |
#define MSG_UBL_UNHOMED _UxGT("Home XYZ prima")
|
|
|
86 |
#define MSG_UBL_TOOLS _UxGT("Strumenti UBL")
|
|
|
87 |
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
|
|
88 |
#define MSG_UBL_MANUAL_MESH _UxGT("Mesh Manuale")
|
|
|
89 |
#define MSG_UBL_BC_INSERT _UxGT("Metti spessore & misura")
|
|
|
90 |
#define MSG_UBL_BC_INSERT2 _UxGT("Misura")
|
|
|
91 |
#define MSG_UBL_BC_REMOVE _UxGT("Rimuovi e misura piatto")
|
|
|
92 |
#define MSG_UBL_MOVING_TO_NEXT _UxGT("Spostamento sucessivo")
|
|
|
93 |
#define MSG_UBL_ACTIVATE_MESH _UxGT("Attiva UBL")
|
|
|
94 |
#define MSG_UBL_DEACTIVATE_MESH _UxGT("Disattiva UBL")
|
|
|
95 |
#define MSG_UBL_SET_BED_TEMP _UxGT("Temp Piatto")
|
|
|
96 |
#define MSG_UBL_CUSTOM_BED_TEMP MSG_UBL_SET_BED_TEMP
|
|
|
97 |
#define MSG_UBL_SET_HOTEND_TEMP _UxGT("Temp Ugello")
|
|
|
98 |
#define MSG_UBL_CUSTOM_HOTEND_TEMP MSG_UBL_SET_HOTEND_TEMP
|
|
|
99 |
#define MSG_UBL_MESH_EDIT _UxGT("Modifica Mesh")
|
|
|
100 |
#define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Modif Custom Mesh")
|
|
|
101 |
#define MSG_UBL_FINE_TUNE_MESH _UxGT("Ritocca Mesh")
|
|
|
102 |
#define MSG_UBL_DONE_EDITING_MESH _UxGT("Done Editing Mesh")
|
|
|
103 |
#define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Crea Custom Mesh")
|
|
|
104 |
#define MSG_UBL_BUILD_MESH_MENU _UxGT("Crea Mesh")
|
|
|
105 |
#define MSG_UBL_BUILD_PLA_MESH _UxGT("Crea PLA Mesh")
|
|
|
106 |
#define MSG_UBL_BUILD_ABS_MESH _UxGT("Crea ABS Mesh")
|
|
|
107 |
#define MSG_UBL_BUILD_COLD_MESH _UxGT("Crea Cold Mesh")
|
|
|
108 |
#define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Aggiusta Altezza Mesh")
|
|
|
109 |
#define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Altezza")
|
|
|
110 |
#define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Valida Mesh")
|
|
|
111 |
#define MSG_UBL_VALIDATE_PLA_MESH _UxGT("Valida PLA Mesh")
|
|
|
112 |
#define MSG_UBL_VALIDATE_ABS_MESH _UxGT("Valida ABS Mesh")
|
|
|
113 |
#define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Valida Custom Mesh")
|
|
|
114 |
#define MSG_UBL_CONTINUE_MESH _UxGT("Continua Mesh")
|
|
|
115 |
#define MSG_UBL_MESH_LEVELING _UxGT("Livell. Mesh")
|
|
|
116 |
#define MSG_UBL_3POINT_MESH_LEVELING _UxGT("Livell. 3 Punti")
|
|
|
117 |
#define MSG_UBL_GRID_MESH_LEVELING _UxGT("Livell. Griglia Mesh")
|
|
|
118 |
#define MSG_UBL_MESH_LEVEL _UxGT("Livella Mesh")
|
|
|
119 |
#define MSG_UBL_SIDE_POINTS _UxGT("Punti laterali")
|
|
|
120 |
#define MSG_UBL_MAP_TYPE _UxGT("Tipo di Mappa")
|
|
|
121 |
#define MSG_UBL_OUTPUT_MAP _UxGT("Esporta Mappa")
|
|
|
122 |
#define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Esporta per Host")
|
|
|
123 |
#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Esporta in CSV")
|
|
|
124 |
#define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Backup esterno")
|
|
|
125 |
#define MSG_UBL_INFO_UBL _UxGT("Esporta Info UBL")
|
|
|
126 |
#define MSG_UBL_EDIT_MESH_MENU _UxGT("Modifica Mesh")
|
|
|
127 |
#define MSG_UBL_FILLIN_AMOUNT _UxGT("Riempimento")
|
|
|
128 |
#define MSG_UBL_MANUAL_FILLIN _UxGT("Riempimento Manuale")
|
|
|
129 |
#define MSG_UBL_SMART_FILLIN _UxGT("Riempimento Smart")
|
|
|
130 |
#define MSG_UBL_FILLIN_MESH _UxGT("Riempimento Mesh")
|
|
|
131 |
#define MSG_UBL_INVALIDATE_ALL _UxGT("Invalida Tutto")
|
|
|
132 |
#define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Invalida Punto Vicino")
|
|
|
133 |
#define MSG_UBL_FINE_TUNE_ALL _UxGT("Ritocca All")
|
|
|
134 |
#define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Ritocca Punto Vicino")
|
|
|
135 |
#define MSG_UBL_STORAGE_MESH_MENU _UxGT("Mesh Salvate")
|
|
|
136 |
#define MSG_UBL_STORAGE_SLOT _UxGT("Slot di memoria")
|
|
|
137 |
#define MSG_UBL_LOAD_MESH _UxGT("Carica Mesh Piatto")
|
|
|
138 |
#define MSG_UBL_SAVE_MESH _UxGT("Salva Mesh Piatto")
|
|
|
139 |
#define MSG_MESH_LOADED _UxGT("Mesh %i caricata")
|
|
|
140 |
#define MSG_MESH_SAVED _UxGT("Mesh %i salvata")
|
|
|
141 |
#define MSG_NO_STORAGE _UxGT("Nessuna memoria")
|
|
|
142 |
#define MSG_UBL_SAVE_ERROR _UxGT("Err: Salvataggio UBL")
|
|
|
143 |
#define MSG_UBL_RESTORE_ERROR _UxGT("Err: Ripristino UBL")
|
|
|
144 |
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Fermato")
|
|
|
145 |
#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("UBL passo passo")
|
|
|
146 |
|
|
|
147 |
#define MSG_LED_CONTROL _UxGT("Controllo LED")
|
|
|
148 |
#define MSG_LEDS _UxGT("Luci")
|
|
|
149 |
#define MSG_LED_PRESETS _UxGT("Preset luci")
|
|
|
150 |
#define MSG_SET_LEDS_RED _UxGT("Rosso")
|
|
|
151 |
#define MSG_SET_LEDS_ORANGE _UxGT("Arancione")
|
|
|
152 |
#define MSG_SET_LEDS_YELLOW _UxGT("Giallo")
|
|
|
153 |
#define MSG_SET_LEDS_GREEN _UxGT("Verde")
|
|
|
154 |
#define MSG_SET_LEDS_BLUE _UxGT("Blu")
|
|
|
155 |
#define MSG_SET_LEDS_INDIGO _UxGT("Indaco")
|
|
|
156 |
#define MSG_SET_LEDS_VIOLET _UxGT("Viola")
|
|
|
157 |
#define MSG_SET_LEDS_WHITE _UxGT("Bianco")
|
|
|
158 |
#define MSG_SET_LEDS_DEFAULT _UxGT("Predefinito")
|
|
|
159 |
#define MSG_CUSTOM_LEDS _UxGT("Luci personalizzate")
|
|
|
160 |
#define MSG_INTENSITY_R _UxGT("Intensita rosso")
|
|
|
161 |
#define MSG_INTENSITY_G _UxGT("Intensita verde")
|
|
|
162 |
#define MSG_INTENSITY_B _UxGT("Intensita blu")
|
|
|
163 |
#define MSG_INTENSITY_W _UxGT("Intensita bianco")
|
|
|
164 |
#define MSG_LED_BRIGHTNESS _UxGT("Luminosita")
|
|
|
165 |
|
|
|
166 |
#define MSG_MOVING _UxGT("In movimento...")
|
|
|
167 |
#define MSG_FREE_XY _UxGT("XY liberi")
|
|
|
168 |
#define MSG_MOVE_X _UxGT("Muovi X")
|
|
|
169 |
#define MSG_MOVE_Y _UxGT("Muovi Y")
|
|
|
170 |
#define MSG_MOVE_Z _UxGT("Muovi Z")
|
|
|
171 |
#define MSG_MOVE_E _UxGT("Estrusore")
|
|
|
172 |
#define MSG_MOVE_01MM _UxGT("Muovi di 0.1mm")
|
|
|
173 |
#define MSG_MOVE_1MM _UxGT("Muovi di 1mm")
|
|
|
174 |
#define MSG_MOVE_10MM _UxGT("Muovi di 10mm")
|
|
|
175 |
#define MSG_SPEED _UxGT("Velocità")
|
|
|
176 |
#define MSG_BED_Z _UxGT("piatto Z")
|
|
|
177 |
#define MSG_NOZZLE _UxGT("Ugello")
|
|
|
178 |
#define MSG_BED _UxGT("Piatto")
|
|
|
179 |
#define MSG_FAN_SPEED _UxGT("Velocita ventola")
|
|
|
180 |
#define MSG_EXTRA_FAN_SPEED _UxGT("Magg vel ventola")
|
|
|
181 |
#define MSG_FLOW _UxGT("Flusso")
|
|
|
182 |
#define MSG_CONTROL _UxGT("Controllo")
|
|
|
183 |
#define MSG_MIN LCD_STR_THERMOMETER _UxGT(" Min")
|
|
|
184 |
#define MSG_MAX LCD_STR_THERMOMETER _UxGT(" Max")
|
|
|
185 |
#define MSG_FACTOR LCD_STR_THERMOMETER _UxGT(" Fact")
|
|
|
186 |
#define MSG_AUTOTEMP _UxGT("Autotemp")
|
|
|
187 |
#define MSG_ON _UxGT("On ")
|
|
|
188 |
#define MSG_OFF _UxGT("Off")
|
|
|
189 |
#define MSG_PID_P _UxGT("PID-P")
|
|
|
190 |
#define MSG_PID_I _UxGT("PID-I")
|
|
|
191 |
#define MSG_PID_D _UxGT("PID-D")
|
|
|
192 |
#define MSG_PID_C _UxGT("PID-C")
|
|
|
193 |
#define MSG_SELECT _UxGT("Seleziona")
|
|
|
194 |
#define MSG_ACC _UxGT("Accel")
|
|
|
195 |
#define MSG_JERK _UxGT("Jerk")
|
|
|
196 |
#if IS_KINEMATIC
|
|
|
197 |
#define MSG_VA_JERK _UxGT("Va-jerk")
|
|
|
198 |
#define MSG_VB_JERK _UxGT("Vb-jerk")
|
|
|
199 |
#define MSG_VC_JERK _UxGT("Vc-jerk")
|
|
|
200 |
#else
|
|
|
201 |
#define MSG_VA_JERK _UxGT("Vx-jerk")
|
|
|
202 |
#define MSG_VB_JERK _UxGT("Vy-jerk")
|
|
|
203 |
#define MSG_VC_JERK _UxGT("Vz-jerk")
|
|
|
204 |
#endif
|
|
|
205 |
#define MSG_VE_JERK _UxGT("Ve-jerk")
|
|
|
206 |
#define MSG_VELOCITY _UxGT("Velocità")
|
|
|
207 |
#define MSG_VMAX _UxGT("Vmax ")
|
|
|
208 |
#define MSG_VMIN _UxGT("Vmin")
|
|
|
209 |
#define MSG_VTRAV_MIN _UxGT("VTrav min")
|
|
|
210 |
#define MSG_ACCELERATION _UxGT("Accelerazione")
|
|
|
211 |
#define MSG_AMAX _UxGT("Amax ")
|
|
|
212 |
#define MSG_A_RETRACT _UxGT("A-retract")
|
|
|
213 |
#define MSG_A_TRAVEL _UxGT("A-Spostamento")
|
|
|
214 |
#define MSG_STEPS_PER_MM _UxGT("Passi/mm")
|
|
|
215 |
#if IS_KINEMATIC
|
|
|
216 |
#define MSG_ASTEPS _UxGT("Apassi/mm")
|
|
|
217 |
#define MSG_BSTEPS _UxGT("Bpassi/mm")
|
|
|
218 |
#define MSG_CSTEPS _UxGT("Cpassi/mm")
|
|
|
219 |
#else
|
|
|
220 |
#define MSG_ASTEPS _UxGT("Xpassi/mm")
|
|
|
221 |
#define MSG_BSTEPS _UxGT("Ypassi/mm")
|
|
|
222 |
#define MSG_CSTEPS _UxGT("Zpassi/mm")
|
|
|
223 |
#endif
|
|
|
224 |
#define MSG_ESTEPS _UxGT("Epassi/mm")
|
|
|
225 |
#define MSG_E1STEPS _UxGT("E1passi/mm")
|
|
|
226 |
#define MSG_E2STEPS _UxGT("E2passi/mm")
|
|
|
227 |
#define MSG_E3STEPS _UxGT("E3passi/mm")
|
|
|
228 |
#define MSG_E4STEPS _UxGT("E4passi/mm")
|
|
|
229 |
#define MSG_E5STEPS _UxGT("E5passi/mm")
|
|
|
230 |
#define MSG_TEMPERATURE _UxGT("Temperatura")
|
|
|
231 |
#define MSG_MOTION _UxGT("Movimento")
|
|
|
232 |
#define MSG_FILAMENT _UxGT("Filamento")
|
|
|
233 |
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3")
|
|
|
234 |
#define MSG_FILAMENT_DIAM _UxGT("Diam. filo")
|
|
|
235 |
#define MSG_FILAMENT_UNLOAD _UxGT("Rimuovi mm")
|
|
|
236 |
#define MSG_FILAMENT_LOAD _UxGT("Carica mm")
|
|
|
237 |
#define MSG_ADVANCE_K _UxGT("K Avanzamento")
|
|
|
238 |
#define MSG_CONTRAST _UxGT("Contrasto LCD")
|
|
|
239 |
#define MSG_STORE_EEPROM _UxGT("Salva in memoria")
|
|
|
240 |
#define MSG_LOAD_EEPROM _UxGT("Carica da memoria")
|
|
|
241 |
#define MSG_RESTORE_FAILSAFE _UxGT("Ripristina imp.")
|
|
|
242 |
#define MSG_INIT_EEPROM _UxGT("Inizializza EEPROM")
|
|
|
243 |
#define MSG_REFRESH _UxGT("Aggiorna")
|
|
|
244 |
#define MSG_WATCH _UxGT("Guarda")
|
|
|
245 |
#define MSG_PREPARE _UxGT("Prepara")
|
|
|
246 |
#define MSG_TUNE _UxGT("Regola")
|
|
|
247 |
#define MSG_PAUSE_PRINT _UxGT("Pausa")
|
|
|
248 |
#define MSG_RESUME_PRINT _UxGT("Riprendi stampa")
|
|
|
249 |
#define MSG_STOP_PRINT _UxGT("Arresta stampa")
|
|
|
250 |
#define MSG_CARD_MENU _UxGT("Stampa da SD")
|
|
|
251 |
#define MSG_NO_CARD _UxGT("SD non presente")
|
|
|
252 |
#define MSG_DWELL _UxGT("Sospensione...")
|
|
|
253 |
#define MSG_USERWAIT _UxGT("Premi tasto..")
|
|
|
254 |
#define MSG_PRINT_PAUSED _UxGT("Stampa sospesa")
|
|
|
255 |
#define MSG_PRINT_ABORTED _UxGT("Stampa annullata")
|
|
|
256 |
#define MSG_NO_MOVE _UxGT("Nessun Movimento")
|
|
|
257 |
#define MSG_KILLED _UxGT("UCCISO. ")
|
|
|
258 |
#define MSG_STOPPED _UxGT("ARRESTATO. ")
|
|
|
259 |
#define MSG_CONTROL_RETRACT _UxGT("Ritrai mm")
|
|
|
260 |
#define MSG_CONTROL_RETRACT_SWAP _UxGT("Scamb. Ritrai mm")
|
|
|
261 |
#define MSG_CONTROL_RETRACTF _UxGT("Ritrai V")
|
|
|
262 |
#define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Salta mm")
|
|
|
263 |
#define MSG_CONTROL_RETRACT_RECOVER _UxGT("UnRet mm")
|
|
|
264 |
#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Scamb. UnRet mm")
|
|
|
265 |
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet V")
|
|
|
266 |
#define MSG_CONTROL_RETRACT_RECOVER_SWAPF _UxGT("S UnRet V")
|
|
|
267 |
#define MSG_AUTORETRACT _UxGT("AutoRitrai")
|
|
|
268 |
#define MSG_FILAMENTCHANGE _UxGT("Cambia filamento")
|
|
|
269 |
#define MSG_FILAMENTLOAD _UxGT("Carica filamento")
|
|
|
270 |
#define MSG_FILAMENTUNLOAD _UxGT("Rimuovi filamento")
|
|
|
271 |
#define MSG_FILAMENTUNLOAD_ALL _UxGT("Rimuovi tutto")
|
|
|
272 |
#define MSG_INIT_SDCARD _UxGT("Iniz. SD-Card")
|
|
|
273 |
#define MSG_CNG_SDCARD _UxGT("Cambia SD-Card")
|
|
|
274 |
#define MSG_ZPROBE_OUT _UxGT("Z probe out. bed")
|
|
|
275 |
#define MSG_SKEW_FACTOR _UxGT("Fattore distorsione")
|
|
|
276 |
#define MSG_BLTOUCH _UxGT("BLTouch")
|
|
|
277 |
#define MSG_BLTOUCH_SELFTEST _UxGT("Autotest BLTouch")
|
|
|
278 |
#define MSG_BLTOUCH_RESET _UxGT("Resetta BLTouch")
|
|
|
279 |
#define MSG_BLTOUCH_DEPLOY _UxGT("Estendi BLTouch")
|
|
|
280 |
#define MSG_BLTOUCH_STOW _UxGT("Ritrai BLTouch")
|
|
|
281 |
#define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
|
|
282 |
#define MSG_FIRST _UxGT("prima")
|
|
|
283 |
#define MSG_ZPROBE_ZOFFSET _UxGT("Z Offset")
|
|
|
284 |
#define MSG_BABYSTEP_X _UxGT("Babystep X")
|
|
|
285 |
#define MSG_BABYSTEP_Y _UxGT("Babystep Y")
|
|
|
286 |
#define MSG_BABYSTEP_Z _UxGT("Babystep Z")
|
|
|
287 |
#define MSG_ENDSTOP_ABORT _UxGT("Finecorsa abort")
|
|
|
288 |
#define MSG_HEATING_FAILED_LCD _UxGT("Riscald. Fallito")
|
|
|
289 |
#define MSG_HEATING_FAILED_LCD_BED _UxGT("Risc. piatto fallito")
|
|
|
290 |
#define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: TEMP RIDONDANTI")
|
|
|
291 |
#define MSG_THERMAL_RUNAWAY _UxGT("TEMP FUORI CONTROLLO")
|
|
|
292 |
#define MSG_ERR_MAXTEMP _UxGT("Err: TEMP MASSIMA")
|
|
|
293 |
#define MSG_ERR_MINTEMP _UxGT("Err: TEMP MINIMA")
|
|
|
294 |
#define MSG_ERR_MAXTEMP_BED _UxGT("Err: TEMP MASSIMA PIATTO")
|
|
|
295 |
#define MSG_ERR_MINTEMP_BED _UxGT("Err: TEMP MINIMA PIATTO")
|
|
|
296 |
#define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
|
|
|
297 |
#define MSG_HALTED _UxGT("STAMPANTE FERMATA")
|
|
|
298 |
#define MSG_PLEASE_RESET _UxGT("Riavviare prego")
|
|
|
299 |
#define MSG_SHORT_DAY _UxGT("g") // One character only
|
|
|
300 |
#define MSG_SHORT_HOUR _UxGT("h") // One character only
|
|
|
301 |
#define MSG_SHORT_MINUTE _UxGT("m") // One character only
|
|
|
302 |
#define MSG_HEATING _UxGT("Riscaldamento...")
|
|
|
303 |
#define MSG_COOLING _UxGT("Raffreddamento..")
|
|
|
304 |
#define MSG_BED_HEATING _UxGT("Risc. piatto...")
|
|
|
305 |
#define MSG_BED_COOLING _UxGT("Raffr. piatto...")
|
|
|
306 |
#define MSG_DELTA_CALIBRATE _UxGT("Calibraz. Delta")
|
|
|
307 |
#define MSG_DELTA_CALIBRATE_X _UxGT("Calibra X")
|
|
|
308 |
#define MSG_DELTA_CALIBRATE_Y _UxGT("Calibra Y")
|
|
|
309 |
#define MSG_DELTA_CALIBRATE_Z _UxGT("Calibra Z")
|
|
|
310 |
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibra Center")
|
|
|
311 |
#define MSG_DELTA_SETTINGS _UxGT("Impostaz. Delta")
|
|
|
312 |
#define MSG_DELTA_AUTO_CALIBRATE _UxGT("Auto calibrazione")
|
|
|
313 |
#define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Imp. altezza Delta")
|
|
|
314 |
#define MSG_DELTA_DIAG_ROD _UxGT("Barra Diagonale")
|
|
|
315 |
#define MSG_DELTA_HEIGHT _UxGT("Altezza")
|
|
|
316 |
#define MSG_DELTA_RADIUS _UxGT("Raggio")
|
|
|
317 |
#define MSG_INFO_MENU _UxGT("Riguardo stampante")
|
|
|
318 |
#define MSG_INFO_PRINTER_MENU _UxGT("Info. stampante")
|
|
|
319 |
#define MSG_3POINT_LEVELING _UxGT("Livel. a 3 punti")
|
|
|
320 |
#define MSG_LINEAR_LEVELING _UxGT("Livel. Lineare")
|
|
|
321 |
#define MSG_BILINEAR_LEVELING _UxGT("Livel. Biliniare")
|
|
|
322 |
#define MSG_UBL_LEVELING _UxGT("Livel. UBL")
|
|
|
323 |
#define MSG_MESH_LEVELING _UxGT("Livel. Mesh")
|
|
|
324 |
#define MSG_INFO_STATS_MENU _UxGT("Statistiche")
|
|
|
325 |
#define MSG_INFO_BOARD_MENU _UxGT("Info. scheda")
|
|
|
326 |
#define MSG_INFO_THERMISTOR_MENU _UxGT("Termistori")
|
|
|
327 |
#define MSG_INFO_EXTRUDERS _UxGT("Estrusori")
|
|
|
328 |
#define MSG_INFO_BAUDRATE _UxGT("Baud")
|
|
|
329 |
#define MSG_INFO_PROTOCOL _UxGT("Protocollo")
|
|
|
330 |
#define MSG_CASE_LIGHT _UxGT("Luci Case")
|
|
|
331 |
#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Luminosità Luci")
|
|
|
332 |
|
|
|
333 |
#if LCD_WIDTH >= 20
|
|
|
334 |
#define MSG_INFO_PRINT_COUNT _UxGT("Contat. stampa")
|
|
|
335 |
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Completati")
|
|
|
336 |
#define MSG_INFO_PRINT_TIME _UxGT("Tempo totale")
|
|
|
337 |
#define MSG_INFO_PRINT_LONGEST _UxGT("Lavoro più lungo")
|
|
|
338 |
#define MSG_INFO_PRINT_FILAMENT _UxGT("Totale estruso")
|
|
|
339 |
#else
|
|
|
340 |
#define MSG_INFO_PRINT_COUNT _UxGT("Stampe")
|
|
|
341 |
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Completati")
|
|
|
342 |
#define MSG_INFO_PRINT_TIME _UxGT("Durata")
|
|
|
343 |
#define MSG_INFO_PRINT_LONGEST _UxGT("Più lungo")
|
|
|
344 |
#define MSG_INFO_PRINT_FILAMENT _UxGT("Estruso")
|
|
|
345 |
#endif
|
|
|
346 |
#define MSG_INFO_MIN_TEMP _UxGT("Temp min")
|
|
|
347 |
#define MSG_INFO_MAX_TEMP _UxGT("Temp max")
|
|
|
348 |
#define MSG_INFO_PSU _UxGT("Alimentatore")
|
|
|
349 |
|
|
|
350 |
#define MSG_DRIVE_STRENGTH _UxGT("Potenza Drive")
|
|
|
351 |
#define MSG_DAC_PERCENT _UxGT("Driver %")
|
|
|
352 |
#define MSG_DAC_EEPROM_WRITE _UxGT("Scrivi DAC EEPROM")
|
|
|
353 |
|
|
|
354 |
#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("STAMPA IN PAUSA")
|
|
|
355 |
#define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("CARICA FILAMENTO")
|
|
|
356 |
#define MSG_FILAMENT_CHANGE_HEADER_UNLOAD _UxGT("RIMUOVI FILAMENTO")
|
|
|
357 |
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("OPZIONI:")
|
|
|
358 |
#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Libera di piu")
|
|
|
359 |
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Riprendi stampa")
|
|
|
360 |
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Ugello: ")
|
|
|
361 |
#define MSG_ERR_HOMING_FAILED _UxGT("Home fallito")
|
|
|
362 |
#define MSG_ERR_PROBING_FAILED _UxGT("Probing fallito")
|
|
|
363 |
#define MSG_M600_TOO_COLD _UxGT("M600:Troppo freddo")
|
|
|
364 |
|
|
|
365 |
#if LCD_HEIGHT >= 4
|
|
|
366 |
// Up to 3 lines allowed
|
|
|
367 |
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Attendere avvio")
|
|
|
368 |
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("del cambio")
|
|
|
369 |
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("di filamento")
|
|
|
370 |
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Attendere")
|
|
|
371 |
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("l'espulsione")
|
|
|
372 |
#define MSG_FILAMENT_CHANGE_UNLOAD_3 _UxGT("del filamento")
|
|
|
373 |
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserisci il")
|
|
|
374 |
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("filamento e")
|
|
|
375 |
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("premi per cont")
|
|
|
376 |
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Premi per")
|
|
|
377 |
#define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("riscald ugello.")
|
|
|
378 |
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Riscald. ugello")
|
|
|
379 |
#define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Attendere...")
|
|
|
380 |
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Attendere")
|
|
|
381 |
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("il caricamento")
|
|
|
382 |
#define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("del filamento")
|
|
|
383 |
#define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Attendere")
|
|
|
384 |
#define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("lo spurgo")
|
|
|
385 |
#define MSG_FILAMENT_CHANGE_PURGE_3 _UxGT("del filamento")
|
|
|
386 |
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Attendere")
|
|
|
387 |
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("la ripresa")
|
|
|
388 |
#define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("della stampa")
|
|
|
389 |
#else // LCD_HEIGHT < 4
|
|
|
390 |
// Up to 2 lines allowed
|
|
|
391 |
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Attendere...")
|
|
|
392 |
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Espulsione...")
|
|
|
393 |
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserisci e premi")
|
|
|
394 |
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Riscalda ugello")
|
|
|
395 |
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Riscaldamento...")
|
|
|
396 |
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Caricamento...")
|
|
|
397 |
#define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Spurgo filamento")
|
|
|
398 |
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Ripresa...")
|
|
|
399 |
#endif // LCD_HEIGHT < 4
|
|
|
400 |
|
|
|
401 |
#endif // LANGUAGE_IT_H
|