Update Italian language (#14440)

This commit is contained in:
Giuliano Zaro 2019-06-29 01:56:10 +02:00 committed by Scott Lahteine
parent 07c998afe5
commit 9174aa376f

View file

@ -78,6 +78,10 @@
#define MSG_LASER_OFF _UxGT("Laser Off")
#define MSG_LASER_ON _UxGT("Laser On")
#define MSG_LASER_POWER _UxGT("Potenza laser")
#define MSG_SPINDLE_MENU _UxGT("Controllo mandrino")
#define MSG_SPINDLE_OFF _UxGT("Mandrino Off")
#define MSG_SPINDLE_ON _UxGT("Mandrino On")
#define MSG_SPINDLE_POWER _UxGT("Potenza mandrino")
#define MSG_SPINDLE_REVERSE _UxGT("Inverti mandrino")
#define MSG_SWITCH_PS_ON _UxGT("Accendi aliment.")
#define MSG_SWITCH_PS_OFF _UxGT("Spegni aliment.")