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 #15076

Merged
merged 1 commit into from
Aug 28, 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
7 changes: 4 additions & 3 deletions Marlin/src/lcd/language/language_it.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
#define MSG_YES _UxGT("SI")
#define MSG_NO _UxGT("NO")
#define MSG_BACK _UxGT("Indietro")
#define MSG_MEDIA_INSERTED _UxGT("SD Card inserita")
#define MSG_MEDIA_REMOVED _UxGT("SD Card rimossa")
#define MSG_MEDIA_RELEASED _UxGT("SD Card rilasciata")
#define MSG_MEDIA_INSERTED _UxGT("Media inserito")
#define MSG_MEDIA_REMOVED _UxGT("Media rimosso")
#define MSG_MEDIA_RELEASED _UxGT("Media rilasciato")
#define MSG_LCD_ENDSTOPS _UxGT("Finecor.") // Max 8 caratteri
#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Finecorsa Soft")
#define MSG_MAIN _UxGT("Menu principale")
Expand Down Expand Up @@ -101,6 +101,7 @@
#define MSG_USER_MENU _UxGT("Comandi personaliz.")
#define MSG_LCD_TILTING_MESH _UxGT("Punto inclinaz.")
#define MSG_M48_TEST _UxGT("Test sonda M48")
#define MSG_M48_POINT _UxGT("Punto M48")
#define MSG_M48_DEVIATION _UxGT("Deviazione")
#define MSG_IDEX_MENU _UxGT("Modo IDEX")
#define MSG_OFFSETS_MENU _UxGT("Strumenti Offsets")
Expand Down