[1.1.x] Reset LCD status to fallbacks (#10467)
* Remove obsolete strings * Tweak some static consts * Reset LCD status to fallbacks When paused, "Print paused..." When SD printing, the filename When host printing, "Printing..." When idle, "MyPrinter ready."
This commit is contained in:
parent
38c97dc975
commit
6f176d1d64
40 changed files with 82 additions and 172 deletions
|
|
@ -257,7 +257,6 @@
|
|||
#define MSG_DWELL _UxGT("Spím...")
|
||||
#define MSG_USERWAIT _UxGT("Čakám...")
|
||||
#define MSG_PRINT_PAUSED _UxGT("Tlač pozastavená")
|
||||
#define MSG_RESUMING _UxGT("Obnovovanie tlače")
|
||||
#define MSG_PRINT_ABORTED _UxGT("Tlač zrušená")
|
||||
#define MSG_NO_MOVE _UxGT("Žiadny pohyb.")
|
||||
#define MSG_KILLED _UxGT("PRERUŠENÉ. ")
|
||||
|
|
@ -308,12 +307,9 @@
|
|||
#define MSG_SHORT_HOUR _UxGT("h")
|
||||
#define MSG_SHORT_MINUTE _UxGT("m")
|
||||
#define MSG_HEATING _UxGT("Ohrev...")
|
||||
#define MSG_HEATING_COMPLETE _UxGT("Ohrev prebehol.")
|
||||
#define MSG_COOLING _UxGT("Ochladzovanie...")
|
||||
#define MSG_COOLING_COMPLETE _UxGT("Ochladzovanie prebehlo.")
|
||||
#define MSG_BED_HEATING _UxGT("Ohrev podl.")
|
||||
#define MSG_BED_COOLING _UxGT("Ochladzovanie podl.")
|
||||
#define MSG_BED_DONE _UxGT("Podložka hotová.")
|
||||
#define MSG_BED_HEATING _UxGT("Ohrev podl...")
|
||||
#define MSG_BED_COOLING _UxGT("Ochladzovanie podl...")
|
||||
#define MSG_DELTA_CALIBRATE _UxGT("Delta Kalibrácia")
|
||||
#define MSG_DELTA_CALIBRATE_X _UxGT("Kalibrovať X")
|
||||
#define MSG_DELTA_CALIBRATE_Y _UxGT("Kalibrovať Y")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue