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
3 changed files with 16 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue