Shift some display only strings from language.h to lenguage_en.h
and translate them to German.
This commit is contained in:
parent
e4c01f1c7e
commit
aaccea0260
|
@ -123,10 +123,6 @@
|
|||
#define MSG_INVALID_EXTRUDER "Invalid extruder"
|
||||
#define MSG_INVALID_SOLENOID "Invalid solenoid"
|
||||
#define MSG_ERR_NO_THERMISTORS "No thermistors - no temperature"
|
||||
#define MSG_HEATING "Heating..."
|
||||
#define MSG_HEATING_COMPLETE "Heating done."
|
||||
#define MSG_BED_HEATING "Bed Heating."
|
||||
#define MSG_BED_DONE "Bed done."
|
||||
#define MSG_M115_REPORT "FIRMWARE_NAME:Marlin " BUILD_VERSION " SOURCE_CODE_URL:" SOURCE_CODE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"
|
||||
#define MSG_COUNT_X " Count X: "
|
||||
#define MSG_ERR_KILLED "Printer halted. kill() called!"
|
||||
|
|
|
@ -124,6 +124,10 @@
|
|||
#define MSG_ENDSTOP_ABORT "Endstop Abbr. Ein"
|
||||
#define MSG_END_HOUR "Stunden"
|
||||
#define MSG_END_MINUTE "Minuten"
|
||||
#define MSG_HEATING "Aufheizen..."
|
||||
#define MSG_HEATING_COMPLETE "Aufgeheizt"
|
||||
#define MSG_BED_HEATING "Bett aufheizen"
|
||||
#define MSG_BED_DONE "Bett aufgeheizt"
|
||||
|
||||
#ifdef DELTA_CALIBRATION_MENU
|
||||
#define MSG_DELTA_CALIBRATE "Delta kalibrieren"
|
||||
|
|
|
@ -420,6 +420,18 @@
|
|||
#ifndef MSG_END_MINUTE
|
||||
#define MSG_END_MINUTE "minutes"
|
||||
#endif
|
||||
#ifndef MSG_HEATING
|
||||
#define MSG_HEATING "Heating..."
|
||||
#endif
|
||||
#ifndef MSG_HEATING
|
||||
#define MSG_HEATING_COMPLETE "Heating done."
|
||||
#endif
|
||||
#ifndef MSG_HEATING
|
||||
#define MSG_BED_HEATING "Bed Heating."
|
||||
#endif
|
||||
#ifndef MSG_HEATING
|
||||
#define MSG_BED_DONE "Bed done."
|
||||
#endif
|
||||
|
||||
#ifdef DELTA_CALIBRATION_MENU
|
||||
#ifndef MSG_DELTA_CALIBRATE
|
||||
|
|
Loading…
Reference in a new issue