From f8c10d6b0e84fc5f6a7ed0d34eedcd722835f919 Mon Sep 17 00:00:00 2001 From: Silvio Didonna Date: Sun, 20 Mar 2016 22:34:00 +0100 Subject: [PATCH] Added missing translations. --- Marlin/language_es.h | 1 + Marlin/language_it.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Marlin/language_es.h b/Marlin/language_es.h index cc877ec3a5..364a3aa4f0 100644 --- a/Marlin/language_es.h +++ b/Marlin/language_es.h @@ -39,6 +39,7 @@ #define MSG_EXTRUDE "Extruir" #define MSG_RETRACT "Retraer" #define MSG_MOVE_AXIS "Mover ejes" +#define MSG_LEVEL_BED "Nivelar cama" #define MSG_MOVE_X "Mover X" #define MSG_MOVE_Y "Mover Y" #define MSG_MOVE_Z "Mover Z" diff --git a/Marlin/language_it.h b/Marlin/language_it.h index 238906d710..ecaa787cac 100644 --- a/Marlin/language_it.h +++ b/Marlin/language_it.h @@ -39,6 +39,7 @@ #define MSG_EXTRUDE "Estrudi" #define MSG_RETRACT "Ritrai" #define MSG_MOVE_AXIS "Muovi Asse" +#define MSG_LEVEL_BED "Livellamento piano" #define MSG_MOVE_X "Muovi X" #define MSG_MOVE_Y "Muovi Y" #define MSG_MOVE_Z "Muovi Z"