Browse Source

Added missing translations.

Silvio Didonna 8 years ago
parent
commit
f8c10d6b0e
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      Marlin/language_es.h
  2. 1
    0
      Marlin/language_it.h

+ 1
- 0
Marlin/language_es.h View File

@@ -39,6 +39,7 @@
39 39
 #define MSG_EXTRUDE                         "Extruir"
40 40
 #define MSG_RETRACT                         "Retraer"
41 41
 #define MSG_MOVE_AXIS                       "Mover ejes"
42
+#define MSG_LEVEL_BED                       "Nivelar cama"
42 43
 #define MSG_MOVE_X                          "Mover X"
43 44
 #define MSG_MOVE_Y                          "Mover Y"
44 45
 #define MSG_MOVE_Z                          "Mover Z"

+ 1
- 0
Marlin/language_it.h View File

@@ -39,6 +39,7 @@
39 39
 #define MSG_EXTRUDE                         "Estrudi"
40 40
 #define MSG_RETRACT                         "Ritrai"
41 41
 #define MSG_MOVE_AXIS                       "Muovi Asse"
42
+#define MSG_LEVEL_BED                       "Livellamento piano"
42 43
 #define MSG_MOVE_X                          "Muovi X"
43 44
 #define MSG_MOVE_Y                          "Muovi Y"
44 45
 #define MSG_MOVE_Z                          "Muovi Z"

Loading…
Cancel
Save