Added and translated some strings from language_en
This commit is contained in:
parent
29337db206
commit
08e2c5a6ea
|
@ -38,12 +38,17 @@
|
|||
#define WELCOME_MSG MACHINE_NAME " pronto."
|
||||
#define MSG_SD_INSERTED "SD Card inserita"
|
||||
#define MSG_SD_REMOVED "SD Card rimossa"
|
||||
#define MSG_LCD_ENDSTOPS "Endstop"
|
||||
#define MSG_MAIN "Menu principale"
|
||||
#define MSG_AUTOSTART "Autostart"
|
||||
#define MSG_DISABLE_STEPPERS "Disabilita Motori"
|
||||
#define MSG_AUTO_HOME "Auto Home"
|
||||
#define MSG_AUTO_HOME_X "Home asse X"
|
||||
#define MSG_AUTO_HOME_Y "Home asse Y"
|
||||
#define MSG_AUTO_HOME_Z "Home asse Z"
|
||||
#define MSG_LEVEL_BED_HOMING "Home assi XYZ"
|
||||
#define MSG_LEVEL_BED_WAITING "Premi per Iniziare"
|
||||
#define MSG_LEVEL_BED_NEXT_POINT "Punto successivo"
|
||||
#define MSG_LEVEL_BED_DONE "Livel. terminato!"
|
||||
#define MSG_LEVEL_BED_CANCEL "Annulla"
|
||||
#define MSG_SET_HOME_OFFSETS "Imp. offset home"
|
||||
|
@ -146,6 +151,7 @@
|
|||
#define MSG_CNG_SDCARD "Cambia SD-Card"
|
||||
#define MSG_ZPROBE_OUT "Z probe out. bed"
|
||||
#define MSG_YX_UNHOMED "Home X/Y prima di Z"
|
||||
#define MSG_XYZ_UNHOMED "Home XYZ prima"
|
||||
#define MSG_ZPROBE_ZOFFSET "Z Offset"
|
||||
#define MSG_BABYSTEP_X "Babystep X"
|
||||
#define MSG_BABYSTEP_Y "Babystep Y"
|
||||
|
|
Loading…
Reference in a new issue