"SD card" => "Media" (#14951)
This commit is contained in:
committed by
Scott Lahteine
parent
24ce8beb48
commit
263d7d37af
@ -35,9 +35,9 @@
|
||||
#define MSG_YES _UxGT("SI")
|
||||
#define MSG_NO _UxGT("NO")
|
||||
#define MSG_BACK _UxGT("Indietro")
|
||||
#define MSG_SD_INSERTED _UxGT("SD Card inserita")
|
||||
#define MSG_SD_REMOVED _UxGT("SD Card rimossa")
|
||||
#define MSG_SD_RELEASED _UxGT("SD Card rilasciata")
|
||||
#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_LCD_ENDSTOPS _UxGT("Finecor.") // Max 8 caratteri
|
||||
#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Finecorsa Soft")
|
||||
#define MSG_MAIN _UxGT("Menu principale")
|
||||
@ -274,7 +274,7 @@
|
||||
#define MSG_LOAD_EEPROM _UxGT("Carica impostazioni")
|
||||
#define MSG_RESTORE_FAILSAFE _UxGT("Ripristina imp.")
|
||||
#define MSG_INIT_EEPROM _UxGT("Inizializza EEPROM")
|
||||
#define MSG_SD_UPDATE _UxGT("Aggiorna SD")
|
||||
#define MSG_MEDIA_UPDATE _UxGT("Aggiorna SD")
|
||||
#define MSG_RESET_PRINTER _UxGT("Resetta stampante")
|
||||
#define MSG_REFRESH _UxGT("Aggiorna")
|
||||
#define MSG_WATCH _UxGT("Schermata info")
|
||||
@ -292,8 +292,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_CARD_MENU _UxGT("Stampa da SD")
|
||||
#define MSG_NO_CARD _UxGT("SD non presente")
|
||||
#define MSG_MEDIA_MENU _UxGT("Stampa da SD")
|
||||
#define MSG_NO_MEDIA _UxGT("SD non presente")
|
||||
#define MSG_DWELL _UxGT("Sospensione...")
|
||||
#define MSG_USERWAIT _UxGT("Premi tasto..")
|
||||
#define MSG_PRINT_PAUSED _UxGT("Stampa sospesa")
|
||||
@ -322,9 +322,9 @@
|
||||
#define MSG_FILAMENTLOAD _UxGT("Carica filamento")
|
||||
#define MSG_FILAMENTUNLOAD _UxGT("Rimuovi filamento")
|
||||
#define MSG_FILAMENTUNLOAD_ALL _UxGT("Rimuovi tutto")
|
||||
#define MSG_INIT_SDCARD _UxGT("Iniz. SD card")
|
||||
#define MSG_CHANGE_SDCARD _UxGT("Cambia SD card")
|
||||
#define MSG_RELEASE_SDCARD _UxGT("Rilascia SD card")
|
||||
#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_ZPROBE_OUT _UxGT("Z probe fuori piatto")
|
||||
#define MSG_SKEW_FACTOR _UxGT("Fattore distorsione")
|
||||
#define MSG_BLTOUCH _UxGT("BLTouch")
|
||||
|
Reference in New Issue
Block a user