Browse Source

Update Italian language (#14095)

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

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

97
 #define MSG_UBL_UNHOMED                     _UxGT("Home XYZ prima")
97
 #define MSG_UBL_UNHOMED                     _UxGT("Home XYZ prima")
98
 #define MSG_UBL_TOOLS                       _UxGT("Strumenti UBL")
98
 #define MSG_UBL_TOOLS                       _UxGT("Strumenti UBL")
99
 #define MSG_UBL_LEVEL_BED                   _UxGT("Unified Bed Leveling")
99
 #define MSG_UBL_LEVEL_BED                   _UxGT("Unified Bed Leveling")
100
+#define MSG_LCD_PROBING_MESH                _UxGT("Punto sondato")
101
+#define MSG_LCD_TILTING_MESH                _UxGT("Punto inclinaz.")
100
 #define MSG_IDEX_MENU                       _UxGT("Modo IDEX")
102
 #define MSG_IDEX_MENU                       _UxGT("Modo IDEX")
101
 #define MSG_OFFSETS_MENU                    _UxGT("Strumenti Offsets")
103
 #define MSG_OFFSETS_MENU                    _UxGT("Strumenti Offsets")
102
 #define MSG_IDEX_MODE_AUTOPARK              _UxGT("Auto-Park")
104
 #define MSG_IDEX_MODE_AUTOPARK              _UxGT("Auto-Park")
324
 #define MSG_BLTOUCH_SW_MODE                 _UxGT("BLTouch modo SW")
326
 #define MSG_BLTOUCH_SW_MODE                 _UxGT("BLTouch modo SW")
325
 #define MSG_BLTOUCH_5V_MODE                 _UxGT("BLTouch modo 5V")
327
 #define MSG_BLTOUCH_5V_MODE                 _UxGT("BLTouch modo 5V")
326
 #define MSG_BLTOUCH_OD_MODE                 _UxGT("BLTouch modo OD")
328
 #define MSG_BLTOUCH_OD_MODE                 _UxGT("BLTouch modo OD")
329
+#define MSG_BLTOUCH_MODE_STORE              _UxGT("BLTouch modo mem.")
327
 #define MSG_BLTOUCH_STOW                    _UxGT("Ritrai BLTouch")
330
 #define MSG_BLTOUCH_STOW                    _UxGT("Ritrai BLTouch")
328
 #define MSG_MANUAL_DEPLOY                   _UxGT("Estendi Sonda-Z")
331
 #define MSG_MANUAL_DEPLOY                   _UxGT("Estendi Sonda-Z")
329
 #define MSG_MANUAL_STOW                     _UxGT("Ritrai Sonda-Z")
332
 #define MSG_MANUAL_STOW                     _UxGT("Ritrai Sonda-Z")

Loading…
Cancel
Save