2014-12-18 19:33:00 +01:00
|
|
|
/**
|
|
|
|
* German
|
|
|
|
*
|
|
|
|
* LCD Menu Messages
|
2015-03-17 11:23:44 +01:00
|
|
|
* See also documentation/LCDLanguageFont.md
|
2014-12-18 19:33:00 +01:00
|
|
|
*
|
|
|
|
*/
|
2014-12-18 18:31:19 +01:00
|
|
|
#ifndef LANGUAGE_DE_H
|
|
|
|
#define LANGUAGE_DE_H
|
|
|
|
|
2015-03-10 17:46:25 +01:00
|
|
|
#define MAPPER_C2C3
|
2015-03-13 14:26:58 +01:00
|
|
|
// Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
|
|
|
|
//#define SIMULATE_ROMFONT
|
|
|
|
#define DISPLAY_CHARSET_ISO10646_1
|
2015-03-10 17:46:25 +01:00
|
|
|
|
2014-12-18 18:31:19 +01:00
|
|
|
#define WELCOME_MSG MACHINE_NAME " Bereit."
|
2015-01-29 13:02:21 +01:00
|
|
|
#define MSG_SD_INSERTED "SDKarte erkannt."
|
|
|
|
#define MSG_SD_REMOVED "SDKarte entfernt."
|
2015-03-10 17:46:25 +01:00
|
|
|
#define MSG_MAIN "Hauptmenü"
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_AUTOSTART "Autostart"
|
2015-01-29 11:19:10 +01:00
|
|
|
#define MSG_DISABLE_STEPPERS "Motoren Aus" // M84
|
2015-01-29 11:36:07 +01:00
|
|
|
#define MSG_AUTO_HOME "Home" // G28
|
2015-01-29 11:39:35 +01:00
|
|
|
#define MSG_SET_HOME_OFFSETS "Setze Home hier"
|
2015-01-29 11:45:18 +01:00
|
|
|
#define MSG_SET_ORIGIN "Setze Null hier" //"G92 X0 Y0 Z0" commented out in ultralcd.cpp
|
2015-03-10 17:46:25 +01:00
|
|
|
#define MSG_PREHEAT_PLA "Vorwärmen PLA"
|
|
|
|
#define MSG_PREHEAT_PLA_N "Vorwärmen PLA "
|
2015-01-28 06:36:58 +01:00
|
|
|
#define MSG_PREHEAT_PLA_ALL "Vorw. PLA Alle"
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_PREHEAT_PLA_BEDONLY "Vorw. PLA Bett"
|
2015-03-10 17:46:25 +01:00
|
|
|
#define MSG_PREHEAT_PLA_SETTINGS "Vorwärm. PLA Ein."
|
|
|
|
#define MSG_PREHEAT_ABS "Vorwärmen ABS"
|
|
|
|
#define MSG_PREHEAT_ABS_N "Vorwärmen ABS "
|
2015-01-28 06:36:58 +01:00
|
|
|
#define MSG_PREHEAT_ABS_ALL "Vorw. ABS Alle"
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_PREHEAT_ABS_BEDONLY "Vorw. ABS Bett"
|
2015-03-10 17:46:25 +01:00
|
|
|
#define MSG_PREHEAT_ABS_SETTINGS "Vorwärm. ABS Ein."
|
|
|
|
#define MSG_COOLDOWN "Abkühlen"
|
2015-01-29 11:50:51 +01:00
|
|
|
#define MSG_SWITCH_PS_ON "Netzteil Ein"
|
2015-01-29 11:55:36 +01:00
|
|
|
#define MSG_SWITCH_PS_OFF "Netzteil Aus"
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_RETRACT "Retract"
|
2015-01-29 12:02:58 +01:00
|
|
|
#define MSG_MOVE_AXIS "Bewegen"
|
2015-01-29 12:07:01 +01:00
|
|
|
#define MSG_MOVE_X "X"
|
|
|
|
#define MSG_MOVE_Y "Y"
|
|
|
|
#define MSG_MOVE_Z "Z"
|
|
|
|
#define MSG_MOVE_E "E"
|
|
|
|
#define MSG_MOVE_01MM " 0.1 mm"
|
|
|
|
#define MSG_MOVE_1MM " 1.0 mm"
|
|
|
|
#define MSG_MOVE_10MM "10.0 mm"
|
2015-01-29 12:13:44 +01:00
|
|
|
#define MSG_SPEED "Geschw."
|
2015-03-10 17:46:25 +01:00
|
|
|
#define MSG_NOZZLE "Düse"
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_BED "Bett"
|
2015-03-10 17:46:25 +01:00
|
|
|
#define MSG_FAN_SPEED "Lüftergeschw."
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_FLOW "Fluss"
|
|
|
|
#define MSG_CONTROL "Einstellungen"
|
2015-03-11 10:26:36 +01:00
|
|
|
#define MSG_MIN LCD_STR_THERMOMETER " Min"
|
|
|
|
#define MSG_MAX LCD_STR_THERMOMETER " Max"
|
|
|
|
#define MSG_FACTOR LCD_STR_THERMOMETER " Faktor"
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_AUTOTEMP "AutoTemp"
|
|
|
|
#define MSG_ON "Ein"
|
|
|
|
#define MSG_OFF "Aus"
|
2015-01-29 12:26:21 +01:00
|
|
|
#define MSG_PID_P "PID P"
|
|
|
|
#define MSG_PID_I "PID I"
|
|
|
|
#define MSG_PID_D "PID D"
|
|
|
|
#define MSG_PID_C "PID C"
|
|
|
|
#define MSG_ACC "A"
|
|
|
|
#define MSG_VXY_JERK "V xy jerk"
|
|
|
|
#define MSG_VZ_JERK "V z jerk"
|
|
|
|
#define MSG_VE_JERK "V e jerk"
|
|
|
|
#define MSG_VMAX "V max " // space by purpose
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_X "x"
|
|
|
|
#define MSG_Y "y"
|
|
|
|
#define MSG_Z "z"
|
|
|
|
#define MSG_E "e"
|
2015-01-29 12:26:21 +01:00
|
|
|
#define MSG_VMIN "V min"
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_VTRAV_MIN "VTrav min"
|
2015-01-29 12:26:21 +01:00
|
|
|
#define MSG_AMAX "A max " // space by purpose
|
|
|
|
#define MSG_A_RETRACT "A Retract"
|
|
|
|
#define MSG_XSTEPS "X steps/mm"
|
|
|
|
#define MSG_YSTEPS "Y steps/mm"
|
|
|
|
#define MSG_ZSTEPS "Z steps/mm"
|
|
|
|
#define MSG_ESTEPS "E steps/mm"
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_TEMPERATURE "Temperatur"
|
|
|
|
#define MSG_MOTION "Bewegung"
|
2015-01-03 23:28:05 +01:00
|
|
|
#define MSG_VOLUMETRIC "Filament"
|
2015-03-10 17:46:25 +01:00
|
|
|
#define MSG_VOLUMETRIC_ENABLED "E in mm³"
|
2015-01-29 12:26:21 +01:00
|
|
|
#define MSG_FILAMENT_SIZE_EXTRUDER_0 "Filament D 1"
|
|
|
|
#define MSG_FILAMENT_SIZE_EXTRUDER_1 "Filament D 2"
|
|
|
|
#define MSG_FILAMENT_SIZE_EXTRUDER_2 "Filament D 3"
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_CONTRAST "LCD contrast"
|
|
|
|
#define MSG_STORE_EPROM "EPROM speichern"
|
|
|
|
#define MSG_LOAD_EPROM "EPROM laden"
|
|
|
|
#define MSG_RESTORE_FAILSAFE "Standardkonfig."
|
|
|
|
#define MSG_REFRESH "Aktualisieren"
|
2015-01-29 12:29:31 +01:00
|
|
|
#define MSG_WATCH "Info"
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_PREPARE "Vorbereitung"
|
|
|
|
#define MSG_TUNE "Justierung"
|
2015-01-29 12:41:46 +01:00
|
|
|
#define MSG_PAUSE_PRINT "SD-Druck Pause"
|
|
|
|
#define MSG_RESUME_PRINT "SD-Druck Weiter"
|
|
|
|
#define MSG_STOP_PRINT "SD-Druck Abbruch"
|
|
|
|
#define MSG_CARD_MENU "SDKarte"
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_NO_CARD "Keine SDKarte"
|
|
|
|
#define MSG_DWELL "Warten..."
|
2015-01-29 13:02:21 +01:00
|
|
|
#define MSG_USERWAIT "Warte auf Nutzer."
|
|
|
|
#define MSG_RESUMING "Druck geht weiter"
|
|
|
|
#define MSG_PRINT_ABORTED "Druck abgebrochen"
|
|
|
|
#define MSG_NO_MOVE "Motoren Eingesch."
|
|
|
|
#define MSG_KILLED "KILLED."
|
|
|
|
#define MSG_STOPPED "ANGEHALTEN."
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_CONTROL_RETRACT "Retract mm"
|
|
|
|
#define MSG_CONTROL_RETRACT_SWAP "Wechs. Retract mm"
|
|
|
|
#define MSG_CONTROL_RETRACTF "Retract V"
|
|
|
|
#define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
|
|
|
|
#define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
|
|
|
|
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "Wechs. UnRet +mm"
|
|
|
|
#define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
|
|
|
|
#define MSG_AUTORETRACT "AutoRetr."
|
|
|
|
#define MSG_FILAMENTCHANGE "Filament wechseln"
|
2015-01-29 13:09:12 +01:00
|
|
|
#define MSG_INIT_SDCARD "SDKarte erkennen"// Manually initialize the SD-card via user interface
|
|
|
|
#define MSG_CNG_SDCARD "SDKarte erkennen"// SD-card changed by user. For machines with no autocarddetect. Both send "M21"
|
2015-01-29 13:02:21 +01:00
|
|
|
#define MSG_ZPROBE_OUT "Sensor ausserhalb"
|
|
|
|
#define MSG_POSITION_UNKNOWN "X/Y vor Z Homen."
|
2014-12-18 18:31:19 +01:00
|
|
|
#define MSG_ZPROBE_ZOFFSET "Z Offset"
|
|
|
|
#define MSG_BABYSTEP_X "Babystep X"
|
|
|
|
#define MSG_BABYSTEP_Y "Babystep Y"
|
|
|
|
#define MSG_BABYSTEP_Z "Babystep Z"
|
2015-01-29 13:12:55 +01:00
|
|
|
#define MSG_ENDSTOP_ABORT "Endstop Abbr. Ein"
|
2015-03-31 16:59:43 +02:00
|
|
|
#define MSG_END_HOUR "Stunden"
|
|
|
|
#define MSG_END_MINUTE "Minuten"
|
2014-12-18 19:33:00 +01:00
|
|
|
|
2014-12-29 18:13:00 +01:00
|
|
|
#ifdef DELTA_CALIBRATION_MENU
|
2015-01-29 13:19:32 +01:00
|
|
|
#define MSG_DELTA_CALIBRATE "Delta Kalibrieren"
|
|
|
|
#define MSG_DELTA_CALIBRATE_X "Kalibriere X"
|
|
|
|
#define MSG_DELTA_CALIBRATE_Y "Kalibriere Y"
|
|
|
|
#define MSG_DELTA_CALIBRATE_Z "Kalibriere Z"
|
|
|
|
#define MSG_DELTA_CALIBRATE_CENTER "Kalibriere Mitte"
|
2014-12-29 18:13:00 +01:00
|
|
|
#endif // DELTA_CALIBRATION_MENU
|
|
|
|
|
2014-12-18 18:31:19 +01:00
|
|
|
#endif // LANGUAGE_DE_H
|