Browse Source

Merge pull request #4815 from tnw513/fix-italian

Added missing translation (Italian)
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
4ca837b6cf
  1. 1
      Marlin/language_it.h

1
Marlin/language_it.h

@ -166,6 +166,7 @@
#define MSG_ERR_MINTEMP "Err: TEMP MINIMA"
#define MSG_ERR_MAXTEMP_BED "Err: TEMP MASSIMA PIATTO"
#define MSG_ERR_MINTEMP_BED "Err: TEMP MINIMA PIATTO"
#define MSG_ERR_Z_HOMING "G28 Z Vietato"
#define MSG_HALTED "STAMPANTE FERMATA"
#define MSG_PLEASE_RESET "Riavviare prego"
#define MSG_SHORT_DAY "g" // One character only

Loading…
Cancel
Save