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,6 +253,8 @@
253 253
 #define MSG_LOAD_EEPROM                     _UxGT("Carica impostazioni")
254 254
 #define MSG_RESTORE_FAILSAFE                _UxGT("Ripristina imp.")
255 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 258
 #define MSG_REFRESH                         _UxGT("Aggiorna")
257 259
 #define MSG_WATCH                           _UxGT("Schermata info")
258 260
 #define MSG_PREPARE                         _UxGT("Prepara")
@@ -281,7 +283,8 @@
281 283
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
282 284
 #define MSG_AUTORETRACT                     _UxGT("AutoRitrai")
283 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 288
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Velocità innesco")
286 289
 #define MSG_SINGLENOZZLE_RETRACT_SPD        _UxGT("Velocità retrazione")
287 290
 #define MSG_FILAMENTCHANGE                  _UxGT("Cambia filamento")

Loading…
Cancel
Save