Reorder some language defines
This commit is contained in:
@@ -94,16 +94,13 @@
|
||||
#define MSG_LEVEL_BED _UxGT("Bett nivellieren")
|
||||
#define MSG_LEVEL_CORNERS _UxGT("Ecken nivellieren")
|
||||
#define MSG_NEXT_CORNER _UxGT("Nächste Ecke")
|
||||
#define MSG_EDIT_MESH _UxGT("Netz bearbeiten")
|
||||
#define MSG_EDITING_STOPPED _UxGT("Netzbearb. angeh.")
|
||||
#define MSG_PROBING_MESH _UxGT("Messpunkt")
|
||||
#define MSG_MESH_X _UxGT("Index X")
|
||||
#define MSG_MESH_Y _UxGT("Index Y")
|
||||
#define MSG_MESH_EDIT_Z _UxGT("Z-Wert")
|
||||
#define MSG_USER_MENU _UxGT("Benutzer-Menü")
|
||||
#define MSG_UBL_DOING_G29 _UxGT("G29 ausführen")
|
||||
#define MSG_UBL_UNHOMED _UxGT("Home XYZ zuerst")
|
||||
#define MSG_UBL_TOOLS _UxGT("UBL-Werkzeuge")
|
||||
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
||||
#define MSG_LCD_TILTING_MESH _UxGT("Berührungspunkt")
|
||||
#define MSG_M48_TEST _UxGT("M48 Sondentest")
|
||||
#define MSG_M48_DEVIATION _UxGT("Abweichung")
|
||||
@@ -116,6 +113,10 @@
|
||||
#define MSG_X_OFFSET _UxGT("2. Düse X")
|
||||
#define MSG_Y_OFFSET _UxGT("2. Düse Y")
|
||||
#define MSG_Z_OFFSET _UxGT("2. Düse Z")
|
||||
#define MSG_UBL_DOING_G29 _UxGT("G29 ausführen")
|
||||
#define MSG_UBL_UNHOMED _UxGT("Home XYZ zuerst")
|
||||
#define MSG_UBL_TOOLS _UxGT("UBL-Werkzeuge")
|
||||
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
||||
#define MSG_UBL_MANUAL_MESH _UxGT("Netz manuell erst.")
|
||||
#define MSG_UBL_BC_INSERT _UxGT("Unterlegen & messen")
|
||||
#define MSG_UBL_BC_INSERT2 _UxGT("Messen")
|
||||
@@ -154,7 +155,6 @@
|
||||
#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Ausgabe für CSV")
|
||||
#define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Externe Sicherung")
|
||||
#define MSG_UBL_INFO_UBL _UxGT("UBL-Info ausgeben")
|
||||
#define MSG_EDIT_MESH _UxGT("Netz bearbeiten")
|
||||
#define MSG_UBL_FILLIN_AMOUNT _UxGT("Menge an Füllung")
|
||||
#define MSG_UBL_MANUAL_FILLIN _UxGT("Manuelles Füllen")
|
||||
#define MSG_UBL_SMART_FILLIN _UxGT("Cleveres Füllen")
|
||||
@@ -169,7 +169,7 @@
|
||||
#define MSG_UBL_SAVE_MESH _UxGT("Bettnetz speichern")
|
||||
#define MSG_MESH_LOADED _UxGT("Netz %i geladen")
|
||||
#define MSG_MESH_SAVED _UxGT("Netz %i gespeichert")
|
||||
#define MSG_NO_STORAGE _UxGT("Kein Speicher")
|
||||
#define MSG_UBL_NO_STORAGE _UxGT("Kein Speicher")
|
||||
#define MSG_UBL_SAVE_ERROR _UxGT("Err:UBL speichern")
|
||||
#define MSG_UBL_RESTORE_ERROR _UxGT("Err:UBL wiederherst.")
|
||||
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Versatz angehalten")
|
||||
|
||||
Reference in New Issue
Block a user