Browse Source

Update Italian language (#13809)

Giuliano Zaro 6 years ago
parent
commit
93dcb537ef
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      Marlin/src/lcd/language/language_it.h

+ 5
- 0
Marlin/src/lcd/language/language_it.h View File

271
 #define MSG_PREPARE                         _UxGT("Prepara")
271
 #define MSG_PREPARE                         _UxGT("Prepara")
272
 #define MSG_TUNE                            _UxGT("Regola")
272
 #define MSG_TUNE                            _UxGT("Regola")
273
 #define MSG_START_PRINT                     _UxGT("Avvia stampa")
273
 #define MSG_START_PRINT                     _UxGT("Avvia stampa")
274
+#define MSG_BUTTON_NEXT                     _UxGT("Prossimo")
275
+#define MSG_BUTTON_INIT                     _UxGT("Inizializza")
276
+#define MSG_BUTTON_STOP                     _UxGT("Stop")
274
 #define MSG_BUTTON_PRINT                    _UxGT("Stampa")
277
 #define MSG_BUTTON_PRINT                    _UxGT("Stampa")
278
+#define MSG_BUTTON_RESET                    _UxGT("Resetta")
275
 #define MSG_BUTTON_CANCEL                   _UxGT("Annulla")
279
 #define MSG_BUTTON_CANCEL                   _UxGT("Annulla")
280
+#define MSG_BUTTON_DONE                     _UxGT("Fatto")
276
 #define MSG_PAUSE_PRINT                     _UxGT("Pausa stampa")
281
 #define MSG_PAUSE_PRINT                     _UxGT("Pausa stampa")
277
 #define MSG_RESUME_PRINT                    _UxGT("Riprendi stampa")
282
 #define MSG_RESUME_PRINT                    _UxGT("Riprendi stampa")
278
 #define MSG_STOP_PRINT                      _UxGT("Arresta stampa")
283
 #define MSG_STOP_PRINT                      _UxGT("Arresta stampa")

Loading…
Cancel
Save