23 lines
976 B
Python
23 lines
976 B
Python
prompts_text = [
|
|
_("The last print job was not completed continue printing?"),
|
|
_("Continue"),
|
|
_("Cancel"),
|
|
_("Recovery in progress, please wait"),
|
|
_("RESUME ABORTED !"),
|
|
_("Noting! Left extruder filament has been run out."),
|
|
_("Noting! Right extruder filament has been run out."),
|
|
_("Noting! All extruders filament has been run out."),
|
|
_("Restoring activated extruder temperature, this may take some time."),
|
|
_("Left extruder not hot enough, will reheat and continue."),
|
|
_("Right extruder not hot enough, will reheat and continue."),
|
|
_("Left extruder detects no filament, please load filament and continue."),
|
|
_("Right extruder detects no filament, please load filament and continue."),
|
|
_("Ok"),
|
|
_("Disabled"),
|
|
_("Pause Print"),
|
|
_("Printer door is opening!"),
|
|
_("Printer door is opened. Please close the door and then start printing."),
|
|
_("Please close the door and click Resume to proceed.")
|
|
|
|
]
|