Browse Source

Added and translated some strings from language_en

Silvio Didonna 8 years ago
parent
commit
08e2c5a6ea
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Marlin/language_it.h

+ 6
- 0
Marlin/language_it.h View File

@@ -38,12 +38,17 @@
38 38
 #define WELCOME_MSG                         MACHINE_NAME " pronto."
39 39
 #define MSG_SD_INSERTED                     "SD Card inserita"
40 40
 #define MSG_SD_REMOVED                      "SD Card rimossa"
41
+#define MSG_LCD_ENDSTOPS                    "Endstop"
41 42
 #define MSG_MAIN                            "Menu principale"
42 43
 #define MSG_AUTOSTART                       "Autostart"
43 44
 #define MSG_DISABLE_STEPPERS                "Disabilita Motori"
44 45
 #define MSG_AUTO_HOME                       "Auto Home"
46
+#define MSG_AUTO_HOME_X                     "Home asse X"
47
+#define MSG_AUTO_HOME_Y                     "Home asse Y"
48
+#define MSG_AUTO_HOME_Z                     "Home asse Z"
45 49
 #define MSG_LEVEL_BED_HOMING                "Home assi XYZ"
46 50
 #define MSG_LEVEL_BED_WAITING               "Premi per Iniziare"
51
+#define MSG_LEVEL_BED_NEXT_POINT            "Punto successivo"
47 52
 #define MSG_LEVEL_BED_DONE                  "Livel. terminato!"
48 53
 #define MSG_LEVEL_BED_CANCEL                "Annulla"
49 54
 #define MSG_SET_HOME_OFFSETS                "Imp. offset home"
@@ -146,6 +151,7 @@
146 151
 #define MSG_CNG_SDCARD                      "Cambia SD-Card"
147 152
 #define MSG_ZPROBE_OUT                      "Z probe out. bed"
148 153
 #define MSG_YX_UNHOMED                      "Home X/Y prima di Z"
154
+#define MSG_XYZ_UNHOMED                     "Home XYZ prima"
149 155
 #define MSG_ZPROBE_ZOFFSET                  "Z Offset"
150 156
 #define MSG_BABYSTEP_X                      "Babystep X"
151 157
 #define MSG_BABYSTEP_Y                      "Babystep Y"

Loading…
Cancel
Save