Browse Source

Update Italian language (#12368)

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

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

@@ -416,6 +416,9 @@
416 416
   #define MSG_FILAMENT_CHANGE_PURGE_1       _UxGT("Attendere")
417 417
   #define MSG_FILAMENT_CHANGE_PURGE_2       _UxGT("lo spurgo")
418 418
   #define MSG_FILAMENT_CHANGE_PURGE_3       _UxGT("del filamento")
419
+  #define MSG_FILAMENT_CHANGE_CONT_PURGE_1  _UxGT("Premi x terminare")
420
+  #define MSG_FILAMENT_CHANGE_CONT_PURGE_2  _UxGT("lo spurgo")
421
+  #define MSG_FILAMENT_CHANGE_CONT_PURGE_3  _UxGT("del filamento")
419 422
   #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("Attendere")
420 423
   #define MSG_FILAMENT_CHANGE_RESUME_2      _UxGT("la ripresa")
421 424
   #define MSG_FILAMENT_CHANGE_RESUME_3      _UxGT("della stampa...")
@@ -428,5 +431,6 @@
428 431
   #define MSG_FILAMENT_CHANGE_UNLOAD_1      _UxGT("Espulsione...")
429 432
   #define MSG_FILAMENT_CHANGE_LOAD_1        _UxGT("Caricamento...")
430 433
   #define MSG_FILAMENT_CHANGE_PURGE_1       _UxGT("Spurgo filamento")
434
+  #define MSG_FILAMENT_CHANGE_CONT_PURGE_1  _UxGT("Premi x terminare")
431 435
   #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("Ripresa...")
432 436
 #endif // LCD_HEIGHT < 4

Loading…
Cancel
Save