Browse Source

Update Italian language (#13809)

pull/1/head
Giuliano Zaro 5 years ago
committed by Scott Lahteine
parent
commit
93dcb537ef
  1. 5
      Marlin/src/lcd/language/language_it.h

5
Marlin/src/lcd/language/language_it.h

@ -271,8 +271,13 @@
#define MSG_PREPARE _UxGT("Prepara")
#define MSG_TUNE _UxGT("Regola")
#define MSG_START_PRINT _UxGT("Avvia stampa")
#define MSG_BUTTON_NEXT _UxGT("Prossimo")
#define MSG_BUTTON_INIT _UxGT("Inizializza")
#define MSG_BUTTON_STOP _UxGT("Stop")
#define MSG_BUTTON_PRINT _UxGT("Stampa")
#define MSG_BUTTON_RESET _UxGT("Resetta")
#define MSG_BUTTON_CANCEL _UxGT("Annulla")
#define MSG_BUTTON_DONE _UxGT("Fatto")
#define MSG_PAUSE_PRINT _UxGT("Pausa stampa")
#define MSG_RESUME_PRINT _UxGT("Riprendi stampa")
#define MSG_STOP_PRINT _UxGT("Arresta stampa")

Loading…
Cancel
Save