Browse Source

Update Italian language (#13790)

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

+ 2
- 0
Marlin/src/lcd/language/language_it.h View File

@@ -330,9 +330,11 @@
330 330
 #define MSG_ENDSTOP_ABORT                   _UxGT("Finecorsa annullati")
331 331
 #define MSG_HEATING_FAILED_LCD              _UxGT("Riscald. Fallito")
332 332
 #define MSG_HEATING_FAILED_LCD_BED          _UxGT("Risc. piatto fallito")
333
+#define MSG_HEATING_FAILED_LCD_CHAMBER      _UxGT("Risc. camera fallito")
333 334
 #define MSG_ERR_REDUNDANT_TEMP              _UxGT("Err: TEMP RIDONDANTE")
334 335
 #define MSG_THERMAL_RUNAWAY                 _UxGT("TEMP FUORI CONTROLLO")
335 336
 #define MSG_THERMAL_RUNAWAY_BED             _UxGT("TEMP PIAT.FUORI CTRL")
337
+#define MSG_THERMAL_RUNAWAY_CHAMBER         _UxGT("T.CAMERA FUORI CTRL")
336 338
 #define MSG_ERR_MAXTEMP                     _UxGT("Err: TEMP MASSIMA")
337 339
 #define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP MINIMA")
338 340
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMP MAX PIATTO")

Loading…
Cancel
Save