Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Italian language #15130

Merged
merged 1 commit into from
Sep 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Marlin/src/lcd/language/language_it.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
#define MSG_LOAD_EEPROM _UxGT("Carica impostazioni")
#define MSG_RESTORE_FAILSAFE _UxGT("Ripristina imp.")
#define MSG_INIT_EEPROM _UxGT("Inizializza EEPROM")
#define MSG_MEDIA_UPDATE _UxGT("Aggiorna SD")
#define MSG_MEDIA_UPDATE _UxGT("Aggiorna media")
#define MSG_RESET_PRINTER _UxGT("Resetta stampante")
#define MSG_REFRESH _UxGT("Aggiorna")
#define MSG_WATCH _UxGT("Schermata info")
Expand All @@ -293,8 +293,8 @@
#define MSG_RESUME_PRINT _UxGT("Riprendi stampa")
#define MSG_STOP_PRINT _UxGT("Arresta stampa")
#define MSG_OUTAGE_RECOVERY _UxGT("Ripresa da PowerLoss")
#define MSG_MEDIA_MENU _UxGT("Stampa da SD")
#define MSG_NO_MEDIA _UxGT("SD non presente")
#define MSG_MEDIA_MENU _UxGT("Stampa da media")
#define MSG_NO_MEDIA _UxGT("Media non presente")
#define MSG_DWELL _UxGT("Sospensione...")
#define MSG_USERWAIT _UxGT("Premi tasto..")
#define MSG_PRINT_PAUSED _UxGT("Stampa sospesa")
Expand Down Expand Up @@ -323,9 +323,9 @@
#define MSG_FILAMENTLOAD _UxGT("Carica filamento")
#define MSG_FILAMENTUNLOAD _UxGT("Rimuovi filamento")
#define MSG_FILAMENTUNLOAD_ALL _UxGT("Rimuovi tutto")
#define MSG_INIT_MEDIA _UxGT("Iniz. SD card")
#define MSG_CHANGE_MEDIA _UxGT("Cambia SD card")
#define MSG_RELEASE_MEDIA _UxGT("Rilascia SD card")
#define MSG_INIT_MEDIA _UxGT("Inizializ. media")
#define MSG_CHANGE_MEDIA _UxGT("Cambia media")
#define MSG_RELEASE_MEDIA _UxGT("Rilascia media")
#define MSG_ZPROBE_OUT _UxGT("Z probe fuori piatto")
#define MSG_SKEW_FACTOR _UxGT("Fattore distorsione")
#define MSG_BLTOUCH _UxGT("BLTouch")
Expand Down