Reorder some language defines
This commit is contained in:
@@ -92,16 +92,13 @@
|
||||
#define MSG_LEVEL_BED MSG_BED_LEVELING
|
||||
#define MSG_LEVEL_CORNERS _UxGT("Livella spigoli")
|
||||
#define MSG_NEXT_CORNER _UxGT("Prossimo spigolo")
|
||||
#define MSG_EDIT_MESH _UxGT("Modifica Mesh")
|
||||
#define MSG_EDITING_STOPPED _UxGT("Modif. Mesh Fermata")
|
||||
#define MSG_PROBING_MESH _UxGT("Punto sondato")
|
||||
#define MSG_MESH_X _UxGT("Indice X")
|
||||
#define MSG_MESH_Y _UxGT("Indice Y")
|
||||
#define MSG_MESH_EDIT_Z _UxGT("Valore di Z")
|
||||
#define MSG_USER_MENU _UxGT("Comandi personaliz.")
|
||||
#define MSG_UBL_DOING_G29 _UxGT("G29 in corso")
|
||||
#define MSG_UBL_UNHOMED _UxGT("Home XYZ prima")
|
||||
#define MSG_UBL_TOOLS _UxGT("Strumenti UBL")
|
||||
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
||||
#define MSG_LCD_TILTING_MESH _UxGT("Punto inclinaz.")
|
||||
#define MSG_M48_TEST _UxGT("Test sonda M48")
|
||||
#define MSG_M48_DEVIATION _UxGT("Deviazione")
|
||||
@@ -114,6 +111,10 @@
|
||||
#define MSG_X_OFFSET _UxGT("2° ugello X")
|
||||
#define MSG_Y_OFFSET _UxGT("2° ugello Y")
|
||||
#define MSG_Z_OFFSET _UxGT("2° ugello Z")
|
||||
#define MSG_UBL_DOING_G29 _UxGT("G29 in corso")
|
||||
#define MSG_UBL_UNHOMED _UxGT("Home XYZ prima")
|
||||
#define MSG_UBL_TOOLS _UxGT("Strumenti UBL")
|
||||
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
||||
#define MSG_UBL_MANUAL_MESH _UxGT("Mesh Manuale")
|
||||
#define MSG_UBL_BC_INSERT _UxGT("Metti spes. e misura")
|
||||
#define MSG_UBL_BC_INSERT2 _UxGT("Misura")
|
||||
@@ -152,7 +153,6 @@
|
||||
#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Esporta in CSV")
|
||||
#define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Backup esterno")
|
||||
#define MSG_UBL_INFO_UBL _UxGT("Esporta Info UBL")
|
||||
#define MSG_EDIT_MESH _UxGT("Modifica Mesh")
|
||||
#define MSG_UBL_FILLIN_AMOUNT _UxGT("Riempimento")
|
||||
#define MSG_UBL_MANUAL_FILLIN _UxGT("Riempimento Manuale")
|
||||
#define MSG_UBL_SMART_FILLIN _UxGT("Riempimento Smart")
|
||||
@@ -167,7 +167,7 @@
|
||||
#define MSG_UBL_SAVE_MESH _UxGT("Salva Mesh Piatto")
|
||||
#define MSG_MESH_LOADED _UxGT("Mesh %i caricata")
|
||||
#define MSG_MESH_SAVED _UxGT("Mesh %i salvata")
|
||||
#define MSG_NO_STORAGE _UxGT("Nessuna memoria")
|
||||
#define MSG_UBL_NO_STORAGE _UxGT("Nessuna memoria")
|
||||
#define MSG_UBL_SAVE_ERROR _UxGT("Err: Salvataggio UBL")
|
||||
#define MSG_UBL_RESTORE_ERROR _UxGT("Err: Ripristino UBL")
|
||||
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Fermato")
|
||||
|
||||
Reference in New Issue
Block a user