Browse Source

[2.0.x] Updated Italian Language (#12148)

Giuliano Zaro 6 years ago
parent
commit
bc22641002
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      Marlin/src/lcd/language/language_it.h

+ 4
- 1
Marlin/src/lcd/language/language_it.h View File

253
 #define MSG_LOAD_EEPROM                     _UxGT("Carica impostazioni")
253
 #define MSG_LOAD_EEPROM                     _UxGT("Carica impostazioni")
254
 #define MSG_RESTORE_FAILSAFE                _UxGT("Ripristina imp.")
254
 #define MSG_RESTORE_FAILSAFE                _UxGT("Ripristina imp.")
255
 #define MSG_INIT_EEPROM                     _UxGT("Inizializza EEPROM")
255
 #define MSG_INIT_EEPROM                     _UxGT("Inizializza EEPROM")
256
+#define MSG_SD_UPDATE                       _UxGT("Aggiorna SD")
257
+#define MSG_RESET_PRINTER                   _UxGT("Resetta stampante")
256
 #define MSG_REFRESH                         _UxGT("Aggiorna")
258
 #define MSG_REFRESH                         _UxGT("Aggiorna")
257
 #define MSG_WATCH                           _UxGT("Schermata info")
259
 #define MSG_WATCH                           _UxGT("Schermata info")
258
 #define MSG_PREPARE                         _UxGT("Prepara")
260
 #define MSG_PREPARE                         _UxGT("Prepara")
281
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
283
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
282
 #define MSG_AUTORETRACT                     _UxGT("AutoRitrai")
284
 #define MSG_AUTORETRACT                     _UxGT("AutoRitrai")
283
 #define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Dist. ritrazione")
285
 #define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Dist. ritrazione")
284
-#define MSG_SINGLENOZZLE_TOOL_CHANGE        _UxGT("Cambio utensile")
286
+#define MSG_TOOL_CHANGE                     _UxGT("Cambio utensile")
287
+#define MSG_TOOL_CHANGE_ZLIFT               _UxGT("Risalita Z")
285
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Velocità innesco")
288
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Velocità innesco")
286
 #define MSG_SINGLENOZZLE_RETRACT_SPD        _UxGT("Velocità retrazione")
289
 #define MSG_SINGLENOZZLE_RETRACT_SPD        _UxGT("Velocità retrazione")
287
 #define MSG_FILAMENTCHANGE                  _UxGT("Cambia filamento")
290
 #define MSG_FILAMENTCHANGE                  _UxGT("Cambia filamento")

Loading…
Cancel
Save