Followup for UBL translated strings

master
Scott Lahteine 7 years ago
parent 761df686bd
commit d91710e9aa

@ -163,176 +163,174 @@
#define MSG_USER_MENU _UxGT("Custom Commands") #define MSG_USER_MENU _UxGT("Custom Commands")
#endif #endif
#if ENABLED(AUTO_BED_LEVELING_UBL) #ifndef MSG_UBL_DOING_G29
#ifndef MSG_UBL_DOING_G29 #define MSG_UBL_DOING_G29 _UxGT("Doing G29")
#define MSG_UBL_DOING_G29 _UxGT("Doing G29 UBL!") #endif
#endif #ifndef MSG_UBL_UNHOMED
#ifndef MSG_UBL_UNHOMED #define MSG_UBL_UNHOMED _UxGT("Home XYZ first")
#define MSG_UBL_UNHOMED _UxGT("Home XYZ first") #endif
#endif #ifndef MSG_UBL_TOOLS
#ifndef MSG_UBL_TOOLS #define MSG_UBL_TOOLS _UxGT("UBL Tools")
#define MSG_UBL_TOOLS _UxGT("UBL Tools") #endif
#endif #ifndef MSG_UBL_LEVEL_BED
#ifndef MSG_UBL_LEVEL_BED #define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling") #endif
#endif #ifndef MSG_UBL_MANUAL_MESH
#ifndef MSG_UBL_MANUAL_MESH #define MSG_UBL_MANUAL_MESH _UxGT("Manually Build Mesh")
#define MSG_UBL_MANUAL_MESH _UxGT("Manually Build Mesh") #endif
#endif #ifndef MSG_UBL_BC_INSERT
#ifndef MSG_UBL_BC_INSERT #define MSG_UBL_BC_INSERT _UxGT("Place shim & measure")
#define MSG_UBL_BC_INSERT _UxGT("Place shim & measure") #endif
#endif #ifndef MSG_UBL_BC_INSERT2
#ifndef MSG_UBL_BC_INSERT2 #define MSG_UBL_BC_INSERT2 _UxGT("Measure")
#define MSG_UBL_BC_INSERT2 _UxGT("Measure") #endif
#endif #ifndef MSG_UBL_BC_REMOVE
#ifndef MSG_UBL_BC_REMOVE #define MSG_UBL_BC_REMOVE _UxGT("Remove & measure bed")
#define MSG_UBL_BC_REMOVE _UxGT("Remove & measure bed") #endif
#endif #ifndef MSG_UBL_MOVING_TO_NEXT
#ifndef MSG_UBL_MOVING_TO_NEXT #define MSG_UBL_MOVING_TO_NEXT _UxGT("Moving to next")
#define MSG_UBL_MOVING_TO_NEXT _UxGT("Moving to next") #endif
#endif #ifndef MSG_UBL_ACTIVATE_MESH
#ifndef MSG_UBL_ACTIVATE_MESH #define MSG_UBL_ACTIVATE_MESH _UxGT("Activate UBL")
#define MSG_UBL_ACTIVATE_MESH _UxGT("Activate UBL") #endif
#endif #ifndef MSG_UBL_DEACTIVATE_MESH
#ifndef MSG_UBL_DEACTIVATE_MESH #define MSG_UBL_DEACTIVATE_MESH _UxGT("Deactivate UBL")
#define MSG_UBL_DEACTIVATE_MESH _UxGT("Deactivate UBL") #endif
#endif #ifndef MSG_UBL_SET_BED_TEMP
#ifndef MSG_UBL_SET_BED_TEMP #define MSG_UBL_SET_BED_TEMP _UxGT("Bed Temp")
#define MSG_UBL_SET_BED_TEMP _UxGT("Bed Temp") #endif
#endif #ifndef MSG_UBL_CUSTOM_BED_TEMP
#ifndef MSG_UBL_CUSTOM_BED_TEMP #define MSG_UBL_CUSTOM_BED_TEMP MSG_UBL_SET_BED_TEMP
#define MSG_UBL_CUSTOM_BED_TEMP MSG_UBL_SET_BED_TEMP #endif
#endif #ifndef MSG_UBL_SET_HOTEND_TEMP
#ifndef MSG_UBL_SET_HOTEND_TEMP #define MSG_UBL_SET_HOTEND_TEMP _UxGT("Hotend Temp")
#define MSG_UBL_SET_HOTEND_TEMP _UxGT("Hotend Temp") #endif
#endif #ifndef MSG_UBL_CUSTOM_HOTEND_TEMP
#ifndef MSG_UBL_CUSTOM_HOTEND_TEMP #define MSG_UBL_CUSTOM_HOTEND_TEMP MSG_UBL_SET_HOTEND_TEMP
#define MSG_UBL_CUSTOM_HOTEND_TEMP MSG_UBL_SET_HOTEND_TEMP #endif
#endif #ifndef MSG_UBL_EDIT_CUSTOM_MESH
#ifndef MSG_UBL_EDIT_CUSTOM_MESH #define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Edit Custom Mesh")
#define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Edit Custom Mesh") #endif
#endif #ifndef MSG_UBL_FINE_TUNE_MESH
#ifndef MSG_UBL_FINE_TUNE_MESH #define MSG_UBL_FINE_TUNE_MESH _UxGT("Fine Tuning Mesh")
#define MSG_UBL_FINE_TUNE_MESH _UxGT("Fine Tuning Mesh") #endif
#endif #ifndef MSG_UBL_DONE_EDITING_MESH
#ifndef MSG_UBL_DONE_EDITING_MESH #define MSG_UBL_DONE_EDITING_MESH _UxGT("Done Editing Mesh")
#define MSG_UBL_DONE_EDITING_MESH _UxGT("Done Editing Mesh") #endif
#endif #ifndef MSG_UBL_BUILD_CUSTOM_MESH
#ifndef MSG_UBL_BUILD_CUSTOM_MESH #define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Build Custom Mesh")
#define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Build Custom Mesh") #endif
#endif #ifndef MSG_UBL_BUILD_MESH_MENU
#ifndef MSG_UBL_BUILD_MESH_MENU #define MSG_UBL_BUILD_MESH_MENU _UxGT("Build Mesh")
#define MSG_UBL_BUILD_MESH_MENU _UxGT("Build Mesh") #endif
#endif #ifndef MSG_UBL_BUILD_PLA_MESH
#ifndef MSG_UBL_BUILD_PLA_MESH #define MSG_UBL_BUILD_PLA_MESH _UxGT("Build PLA Mesh")
#define MSG_UBL_BUILD_PLA_MESH _UxGT("Build PLA Mesh") #endif
#endif #ifndef MSG_UBL_BUILD_ABS_MESH
#ifndef MSG_UBL_BUILD_ABS_MESH #define MSG_UBL_BUILD_ABS_MESH _UxGT("Build ABS Mesh")
#define MSG_UBL_BUILD_ABS_MESH _UxGT("Build ABS Mesh") #endif
#endif #ifndef MSG_UBL_BUILD_COLD_MESH
#ifndef MSG_UBL_BUILD_COLD_MESH #define MSG_UBL_BUILD_COLD_MESH _UxGT("Build Cold Mesh")
#define MSG_UBL_BUILD_COLD_MESH _UxGT("Build Cold Mesh") #endif
#endif #ifndef MSG_UBL_MESH_HEIGHT_ADJUST
#ifndef MSG_UBL_MESH_HEIGHT_ADJUST #define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Adjust Mesh Height")
#define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Adjust Mesh Height") #endif
#endif #ifndef MSG_UBL_MESH_HEIGHT_AMOUNT
#ifndef MSG_UBL_MESH_HEIGHT_AMOUNT #define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Height Amount")
#define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Height Amount") #endif
#endif #ifndef MSG_UBL_VALIDATE_MESH_MENU
#ifndef MSG_UBL_VALIDATE_MESH_MENU #define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Validate Mesh")
#define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Validate Mesh") #endif
#endif #ifndef MSG_UBL_VALIDATE_PLA_MESH
#ifndef MSG_UBL_VALIDATE_PLA_MESH #define MSG_UBL_VALIDATE_PLA_MESH _UxGT("Validate PLA Mesh")
#define MSG_UBL_VALIDATE_PLA_MESH _UxGT("Validate PLA Mesh") #endif
#endif #ifndef MSG_UBL_VALIDATE_ABS_MESH
#ifndef MSG_UBL_VALIDATE_ABS_MESH #define MSG_UBL_VALIDATE_ABS_MESH _UxGT("Validate ABS Mesh")
#define MSG_UBL_VALIDATE_ABS_MESH _UxGT("Validate ABS Mesh") #endif
#endif #ifndef MSG_UBL_VALIDATE_CUSTOM_MESH
#ifndef MSG_UBL_VALIDATE_CUSTOM_MESH #define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Validate Custom Mesh")
#define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Validate Custom Mesh") #endif
#endif #ifndef MSG_UBL_CONTINUE_MESH
#ifndef MSG_UBL_CONTINUE_MESH #define MSG_UBL_CONTINUE_MESH _UxGT("Continue Bed Mesh")
#define MSG_UBL_CONTINUE_MESH _UxGT("Continue Bed Mesh") #endif
#endif #ifndef MSG_UBL_MESH_LEVELING
#ifndef MSG_UBL_MESH_LEVELING #define MSG_UBL_MESH_LEVELING _UxGT("Mesh Leveling")
#define MSG_UBL_MESH_LEVELING _UxGT("Mesh Leveling") #endif
#endif #ifndef MSG_UBL_3POINT_MESH_LEVELING
#ifndef MSG_UBL_3POINT_MESH_LEVELING #define MSG_UBL_3POINT_MESH_LEVELING _UxGT("3-Point Leveling")
#define MSG_UBL_3POINT_MESH_LEVELING _UxGT("3-Point Leveling") #endif
#endif #ifndef MSG_UBL_GRID_MESH_LEVELING
#ifndef MSG_UBL_GRID_MESH_LEVELING #define MSG_UBL_GRID_MESH_LEVELING _UxGT("Grid Mesh Leveling")
#define MSG_UBL_GRID_MESH_LEVELING _UxGT("Grid Mesh Leveling") #endif
#endif #ifndef MSG_UBL_MESH_LEVEL
#ifndef MSG_UBL_MESH_LEVEL #define MSG_UBL_MESH_LEVEL _UxGT("Level Mesh")
#define MSG_UBL_MESH_LEVEL _UxGT("Level Mesh") #endif
#endif #ifndef MSG_UBL_SIDE_POINTS
#ifndef MSG_UBL_SIDE_POINTS #define MSG_UBL_SIDE_POINTS _UxGT("Side Points")
#define MSG_UBL_SIDE_POINTS _UxGT("Side Points") #endif
#endif #ifndef MSG_UBL_MAP_TYPE
#ifndef MSG_UBL_MAP_TYPE #define MSG_UBL_MAP_TYPE _UxGT("Map Type")
#define MSG_UBL_MAP_TYPE _UxGT("Map Type") #endif
#endif #ifndef MSG_UBL_OUTPUT_MAP
#ifndef MSG_UBL_OUTPUT_MAP #define MSG_UBL_OUTPUT_MAP _UxGT("Output Mesh Map")
#define MSG_UBL_OUTPUT_MAP _UxGT("Output Mesh Map") #endif
#endif #ifndef MSG_UBL_OUTPUT_MAP_HOST
#ifndef MSG_UBL_OUTPUT_MAP_HOST #define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Output for Host")
#define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Output for Host") #endif
#endif #ifndef MSG_UBL_OUTPUT_MAP_CSV
#ifndef MSG_UBL_OUTPUT_MAP_CSV #define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Output for CSV")
#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Output for CSV") #endif
#endif #ifndef MSG_UBL_INFO_UBL
#ifndef MSG_UBL_INFO_UBL #define MSG_UBL_INFO_UBL _UxGT("Output UBL Info")
#define MSG_UBL_INFO_UBL _UxGT("Output UBL Info") #endif
#endif #ifndef MSG_UBL_EDIT_MESH_MENU
#ifndef MSG_UBL_EDIT_MESH_MENU #define MSG_UBL_EDIT_MESH_MENU _UxGT("Edit Mesh")
#define MSG_UBL_EDIT_MESH_MENU _UxGT("Edit Mesh") #endif
#endif #ifndef MSG_UBL_FILLIN_AMOUNT
#ifndef MSG_UBL_FILLIN_AMOUNT #define MSG_UBL_FILLIN_AMOUNT _UxGT("Fill-in Amount")
#define MSG_UBL_FILLIN_AMOUNT _UxGT("Fill-in Amount") #endif
#endif #ifndef MSG_UBL_MANUAL_FILLIN
#ifndef MSG_UBL_MANUAL_FILLIN #define MSG_UBL_MANUAL_FILLIN _UxGT("Manual Fill-in")
#define MSG_UBL_MANUAL_FILLIN _UxGT("Manual Fill-in") #endif
#endif #ifndef MSG_UBL_SMART_FILLIN
#ifndef MSG_UBL_SMART_FILLIN #define MSG_UBL_SMART_FILLIN _UxGT("Smart Fill-in")
#define MSG_UBL_SMART_FILLIN _UxGT("Smart Fill-in") #endif
#endif #ifndef MSG_UBL_FILLIN_MESH
#ifndef MSG_UBL_FILLIN_MESH #define MSG_UBL_FILLIN_MESH _UxGT("Fill-in Mesh")
#define MSG_UBL_FILLIN_MESH _UxGT("Fill-in Mesh") #endif
#endif #ifndef MSG_UBL_INVALIDATE_ALL
#ifndef MSG_UBL_INVALIDATE_ALL #define MSG_UBL_INVALIDATE_ALL _UxGT("Invalidate All")
#define MSG_UBL_INVALIDATE_ALL _UxGT("Invalidate All") #endif
#endif #ifndef MSG_UBL_INVALIDATE_CLOSEST
#ifndef MSG_UBL_INVALIDATE_CLOSEST #define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Invalidate Closest")
#define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Invalidate Closest") #endif
#endif #ifndef MSG_UBL_FINE_TUNE_ALL
#ifndef MSG_UBL_FINE_TUNE_ALL #define MSG_UBL_FINE_TUNE_ALL _UxGT("Fine Tune All")
#define MSG_UBL_FINE_TUNE_ALL _UxGT("Fine Tune All") #endif
#endif #ifndef MSG_UBL_FINE_TUNE_CLOSEST
#ifndef MSG_UBL_FINE_TUNE_CLOSEST #define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Fine Tune Closest")
#define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Fine Tune Closest") #endif
#endif #ifndef MSG_UBL_STORAGE_MESH_MENU
#ifndef MSG_UBL_STORAGE_MESH_MENU #define MSG_UBL_STORAGE_MESH_MENU _UxGT("Mesh Storage")
#define MSG_UBL_STORAGE_MESH_MENU _UxGT("Mesh Storage") #endif
#endif #ifndef MSG_UBL_STORAGE_SLOT
#ifndef MSG_UBL_STORAGE_SLOT #define MSG_UBL_STORAGE_SLOT _UxGT("Memory Slot")
#define MSG_UBL_STORAGE_SLOT _UxGT("Memory Slot") #endif
#endif #ifndef MSG_UBL_LOAD_MESH
#ifndef MSG_UBL_LOAD_MESH #define MSG_UBL_LOAD_MESH _UxGT("Load Bed Mesh")
#define MSG_UBL_LOAD_MESH _UxGT("Load Bed Mesh") #endif
#endif #ifndef MSG_UBL_SAVE_MESH
#ifndef MSG_UBL_SAVE_MESH #define MSG_UBL_SAVE_MESH _UxGT("Save Bed Mesh")
#define MSG_UBL_SAVE_MESH _UxGT("Save Bed Mesh") #endif
#endif #ifndef MSG_UBL_SAVE_ERROR
#ifndef MSG_UBL_SAVE_ERROR #define MSG_UBL_SAVE_ERROR _UxGT("Err: UBL Save")
#define MSG_UBL_SAVE_ERROR _UxGT("save_UBL_active() error") #endif
#endif #ifndef MSG_UBL_RESTORE_ERROR
#ifndef MSG_UBL_RESTORE_ERROR #define MSG_UBL_RESTORE_ERROR _UxGT("Err: UBL Restore")
#define MSG_UBL_RESTORE_ERROR _UxGT("restore_UBL_active() error") #endif
#endif #ifndef MSG_UBL_Z_OFFSET_STOPPED
#ifndef MSG_UBL_Z_OFFSET_STOPPED #define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Stopped")
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Stopped") #endif
#endif
#endif // AUTO_BED_LEVELING_UBL
#ifndef MSG_MOVING #ifndef MSG_MOVING
#define MSG_MOVING _UxGT("Moving...") #define MSG_MOVING _UxGT("Moving...")

Loading…
Cancel
Save