Ludy преди 6 години
родител
ревизия
2d2cd628c6
променени са 1 файла, в които са добавени 154 реда и са изтрити 129 реда
  1. 154
    129
      Marlin/src/lcd/language/language_de.h

+ 154
- 129
Marlin/src/lcd/language/language_de.h Целия файл

39
 #define MSG_SD_INSERTED                     _UxGT("SD-Karte erkannt")
39
 #define MSG_SD_INSERTED                     _UxGT("SD-Karte erkannt")
40
 #define MSG_SD_REMOVED                      _UxGT("SD-Karte entfernt")
40
 #define MSG_SD_REMOVED                      _UxGT("SD-Karte entfernt")
41
 #define MSG_LCD_ENDSTOPS                    _UxGT("Endstopp") // Max length 8 characters
41
 #define MSG_LCD_ENDSTOPS                    _UxGT("Endstopp") // Max length 8 characters
42
+#define MSG_LCD_SOFT_ENDSTOPS               _UxGT("Soft Endstopp")
42
 #define MSG_MAIN                            _UxGT("Hauptmenü")
43
 #define MSG_MAIN                            _UxGT("Hauptmenü")
44
+#define MSG_ADVANCED_SETTINGS               _UxGT("Erw. Einstellungen")
45
+#define MSG_CONFIGURATION                   _UxGT("Konfiguration")
43
 #define MSG_AUTOSTART                       _UxGT("Autostart")
46
 #define MSG_AUTOSTART                       _UxGT("Autostart")
44
 #define MSG_DISABLE_STEPPERS                _UxGT("Motoren deaktivieren") // M84
47
 #define MSG_DISABLE_STEPPERS                _UxGT("Motoren deaktivieren") // M84
45
 #define MSG_DEBUG_MENU                      _UxGT("Debug Menü")
48
 #define MSG_DEBUG_MENU                      _UxGT("Debug Menü")
46
 #define MSG_PROGRESS_BAR_TEST               _UxGT("Fortschrittsb. Test")
49
 #define MSG_PROGRESS_BAR_TEST               _UxGT("Fortschrittsb. Test")
47
-#define MSG_AUTO_HOME                       _UxGT("Home") // G28
50
+#define MSG_AUTO_HOME                       _UxGT("Home XYZ") // G28
48
 #define MSG_AUTO_HOME_X                     _UxGT("Home X")
51
 #define MSG_AUTO_HOME_X                     _UxGT("Home X")
49
 #define MSG_AUTO_HOME_Y                     _UxGT("Home Y")
52
 #define MSG_AUTO_HOME_Y                     _UxGT("Home Y")
50
 #define MSG_AUTO_HOME_Z                     _UxGT("Home Z")
53
 #define MSG_AUTO_HOME_Z                     _UxGT("Home Z")
51
 #define MSG_TMC_Z_CALIBRATION               _UxGT("Kalibriere Z")
54
 #define MSG_TMC_Z_CALIBRATION               _UxGT("Kalibriere Z")
52
 #define MSG_LEVEL_BED_HOMING                _UxGT("Home XYZ")
55
 #define MSG_LEVEL_BED_HOMING                _UxGT("Home XYZ")
53
-#define MSG_LEVEL_BED_WAITING               _UxGT("Klick für Start")
56
+#define MSG_LEVEL_BED_WAITING               _UxGT("Klick zum Starten")
54
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Nächste Koordinate")
57
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Nächste Koordinate")
55
-#define MSG_LEVEL_BED_DONE                  _UxGT("Fertig")
58
+#define MSG_LEVEL_BED_DONE                  _UxGT("Nivellieren Fertig!")
56
 #define MSG_Z_FADE_HEIGHT                   _UxGT("Ausblendhöhe")
59
 #define MSG_Z_FADE_HEIGHT                   _UxGT("Ausblendhöhe")
57
 #define MSG_SET_HOME_OFFSETS                _UxGT("Setze Homeversatz")
60
 #define MSG_SET_HOME_OFFSETS                _UxGT("Setze Homeversatz")
58
 #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Homeversatz aktiv")
61
 #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Homeversatz aktiv")
59
-#define MSG_SET_ORIGIN                      _UxGT("Setze Nullpunkt") //"G92 X0 Y0 Z0" commented out in ultralcd.cpp
62
+#define MSG_SET_ORIGIN                      _UxGT("Setze Nullpunkte") //"G92 X0 Y0 Z0" commented out in ultralcd.cpp
60
 #define MSG_PREHEAT_1                       _UxGT("Vorwärmen PLA")
63
 #define MSG_PREHEAT_1                       _UxGT("Vorwärmen PLA")
61
 #define MSG_PREHEAT_1_N                     _UxGT("Vorwärmen PLA ")
64
 #define MSG_PREHEAT_1_N                     _UxGT("Vorwärmen PLA ")
62
-#define MSG_PREHEAT_1_ALL                   _UxGT("Vorw. PLA Alle")
65
+#define MSG_PREHEAT_1_ALL                   _UxGT("Vorw. PLA Alles")
63
 #define MSG_PREHEAT_1_END                   _UxGT("Vorw. PLA Extr.")
66
 #define MSG_PREHEAT_1_END                   _UxGT("Vorw. PLA Extr.")
64
 #define MSG_PREHEAT_1_BEDONLY               _UxGT("Vorw. PLA Bett")
67
 #define MSG_PREHEAT_1_BEDONLY               _UxGT("Vorw. PLA Bett")
65
 #define MSG_PREHEAT_1_SETTINGS              _UxGT("Vorw. PLA Einst.")
68
 #define MSG_PREHEAT_1_SETTINGS              _UxGT("Vorw. PLA Einst.")
66
 #define MSG_PREHEAT_2                       _UxGT("Vorwärmen ABS")
69
 #define MSG_PREHEAT_2                       _UxGT("Vorwärmen ABS")
67
 #define MSG_PREHEAT_2_N                     _UxGT("Vorwärmen ABS ")
70
 #define MSG_PREHEAT_2_N                     _UxGT("Vorwärmen ABS ")
68
-#define MSG_PREHEAT_2_ALL                   _UxGT("Vorw. ABS Alle")
71
+#define MSG_PREHEAT_2_ALL                   _UxGT("Vorw. ABS Alles")
69
 #define MSG_PREHEAT_2_END                   _UxGT("Vorw. ABS Extr.")
72
 #define MSG_PREHEAT_2_END                   _UxGT("Vorw. ABS Extr.")
70
 #define MSG_PREHEAT_2_BEDONLY               _UxGT("Vorw. ABS Bett")
73
 #define MSG_PREHEAT_2_BEDONLY               _UxGT("Vorw. ABS Bett")
71
 #define MSG_PREHEAT_2_SETTINGS              _UxGT("Vorw. ABS Einst.")
74
 #define MSG_PREHEAT_2_SETTINGS              _UxGT("Vorw. ABS Einst.")
75
+#define MSG_PREHEAT_CUSTOM                  _UxGT("benutzerdef. Heizen")
72
 #define MSG_COOLDOWN                        _UxGT("Abkühlen")
76
 #define MSG_COOLDOWN                        _UxGT("Abkühlen")
73
 #define MSG_SWITCH_PS_ON                    _UxGT("Netzteil ein")
77
 #define MSG_SWITCH_PS_ON                    _UxGT("Netzteil ein")
74
 #define MSG_SWITCH_PS_OFF                   _UxGT("Netzteil aus")
78
 #define MSG_SWITCH_PS_OFF                   _UxGT("Netzteil aus")
75
 #define MSG_EXTRUDE                         _UxGT("Extrudieren")
79
 #define MSG_EXTRUDE                         _UxGT("Extrudieren")
76
-#define MSG_RETRACT                         _UxGT("Retract")
77
-#define MSG_MOVE_AXIS                       _UxGT("Bewegen")
80
+#define MSG_RETRACT                         _UxGT("Rückzug")
81
+#define MSG_MOVE_AXIS                       _UxGT("Achse Bewegen")
78
 #define MSG_BED_LEVELING                    _UxGT("Bett Nivellierung")
82
 #define MSG_BED_LEVELING                    _UxGT("Bett Nivellierung")
79
 #define MSG_LEVEL_BED                       _UxGT("Bett nivellieren")
83
 #define MSG_LEVEL_BED                       _UxGT("Bett nivellieren")
80
 #define MSG_LEVEL_CORNERS                   _UxGT("Ecken nivellieren")
84
 #define MSG_LEVEL_CORNERS                   _UxGT("Ecken nivellieren")
81
 #define MSG_NEXT_CORNER                     _UxGT("Nächste Ecke")
85
 #define MSG_NEXT_CORNER                     _UxGT("Nächste Ecke")
82
 #define MSG_EDITING_STOPPED                 _UxGT("Netzbearb. angeh.")
86
 #define MSG_EDITING_STOPPED                 _UxGT("Netzbearb. angeh.")
83
 #define MSG_USER_MENU                       _UxGT("Benutzer Menü")
87
 #define MSG_USER_MENU                       _UxGT("Benutzer Menü")
84
-
88
+#define MSG_UBL_DOING_G29                   _UxGT("G29 ausführen")
89
+#define MSG_UBL_UNHOMED                     _UxGT("Home XYZ zuerst")
90
+#define MSG_UBL_TOOLS                       _UxGT("UBL Werkzeuge")
91
+#define MSG_UBL_LEVEL_BED                   _UxGT("Unified Bed Leveling")
92
+#define MSG_IDEX_MENU                       _UxGT("IDEX Modus")
93
+#define MSG_IDEX_MODE_AUTOPARK              _UxGT("Autom. Parken")
94
+#define MSG_IDEX_MODE_DUPLICATE             _UxGT("Duplizieren")
95
+#define MSG_IDEX_MODE_SCALED_COPY           _UxGT("Skalierung kopieren")
96
+#define MSG_IDEX_MODE_FULL_CTRL             _UxGT("vollstä. Kontrolle")
97
+#define MSG_IDEX_X_OFFSET                   _UxGT("2. X Düse")
98
+#define MSG_IDEX_Y_OFFSET                   _UxGT("2. Y Düse")
99
+#define MSG_IDEX_Z_OFFSET                   _UxGT("2. Z Düse")
100
+#define MSG_IDEX_SAVE_OFFSETS               _UxGT("Versätze speichern")
101
+#define MSG_UBL_MANUAL_MESH                 _UxGT("Netz manuell erst.")
102
+#define MSG_UBL_BC_INSERT                   _UxGT("Unterlegen & messen")
103
+#define MSG_UBL_BC_INSERT2                  _UxGT("Messen")
104
+#define MSG_UBL_BC_REMOVE                   _UxGT("Entfernen & messen")
105
+#define MSG_UBL_MOVING_TO_NEXT              _UxGT("Nächster Punkt...")
106
+#define MSG_UBL_ACTIVATE_MESH               _UxGT("UBL aktivieren")
107
+#define MSG_UBL_DEACTIVATE_MESH             _UxGT("UBL deaktivieren")
108
+#define MSG_UBL_SET_BED_TEMP                _UxGT("Betttemperatur")
109
+#define MSG_UBL_CUSTOM_BED_TEMP             MSG_UBL_SET_BED_TEMP
110
+#define MSG_UBL_SET_HOTEND_TEMP             _UxGT("Hotend Temp.")
111
+#define MSG_UBL_CUSTOM_HOTEND_TEMP          MSG_UBL_SET_HOTEND_TEMP
112
+#define MSG_UBL_MESH_EDIT                   _UxGT("Netz bearbeiten")
113
+#define MSG_UBL_EDIT_CUSTOM_MESH            _UxGT("Eigenes Netz bearb.")
114
+#define MSG_UBL_FINE_TUNE_MESH              _UxGT("Feineinstellung...")
115
+#define MSG_UBL_DONE_EDITING_MESH           _UxGT("Bearbeitung beendet")
116
+#define MSG_UBL_BUILD_CUSTOM_MESH           _UxGT("Eigenes Netz erst.")
117
+#define MSG_UBL_BUILD_MESH_MENU             _UxGT("Netz erstellen")
118
+#define MSG_UBL_BUILD_PLA_MESH              _UxGT("Netz erstellen PLA")
119
+#define MSG_UBL_BUILD_ABS_MESH              _UxGT("Netz erstellen ABS")
120
+#define MSG_UBL_BUILD_COLD_MESH             _UxGT("Netz erstellen kalt")
121
+#define MSG_UBL_MESH_HEIGHT_ADJUST          _UxGT("Netzhöhe einst.")
122
+#define MSG_UBL_MESH_HEIGHT_AMOUNT          _UxGT("Höhe")
123
+#define MSG_UBL_VALIDATE_MESH_MENU          _UxGT("Netz validieren")
124
+#define MSG_UBL_VALIDATE_PLA_MESH           _UxGT("Netz validieren PLA")
125
+#define MSG_UBL_VALIDATE_ABS_MESH           _UxGT("Netz validieren ABS")
126
+#define MSG_UBL_VALIDATE_CUSTOM_MESH        _UxGT("Eig. Netz validieren")
127
+#define MSG_UBL_CONTINUE_MESH               _UxGT("Netzerst. forts.")
128
+#define MSG_UBL_MESH_LEVELING               _UxGT("Netz-Nivellierung")
129
+#define MSG_UBL_3POINT_MESH_LEVELING        _UxGT("3-Punkt-Nivell.")
130
+#define MSG_UBL_GRID_MESH_LEVELING          _UxGT("Gitternetz-Nivell.")
131
+#define MSG_UBL_MESH_LEVEL                  _UxGT("Netz nivellieren")
132
+#define MSG_UBL_SIDE_POINTS                 _UxGT("Eckpunkte")
133
+#define MSG_UBL_MAP_TYPE                    _UxGT("Kartentyp")
134
+#define MSG_UBL_OUTPUT_MAP                  _UxGT("Karte ausgeben")
135
+#define MSG_UBL_OUTPUT_MAP_HOST             _UxGT("Ausgabe für Host")
136
+#define MSG_UBL_OUTPUT_MAP_CSV              _UxGT("Ausgabe für CSV")
137
+#define MSG_UBL_OUTPUT_MAP_BACKUP           _UxGT("Externe Sicherung")
138
+#define MSG_UBL_INFO_UBL                    _UxGT("UBL Info ausgeben")
139
+#define MSG_UBL_EDIT_MESH_MENU              _UxGT("Netz bearbeiten")
140
+#define MSG_UBL_FILLIN_AMOUNT               _UxGT("Menge an Füllung")
141
+#define MSG_UBL_MANUAL_FILLIN               _UxGT("Manuelles Füllen")
142
+#define MSG_UBL_SMART_FILLIN                _UxGT("Intelligente Füllen")
143
+#define MSG_UBL_FILLIN_MESH                 _UxGT("Netz Füllen")
144
+#define MSG_UBL_INVALIDATE_ALL              _UxGT("Alles annullieren")
145
+#define MSG_UBL_INVALIDATE_CLOSEST          _UxGT("Nächstlieg. ann.")
146
+#define MSG_UBL_FINE_TUNE_ALL               _UxGT("Feineinst. Alles")
147
+#define MSG_UBL_FINE_TUNE_CLOSEST           _UxGT("Feineinst. Nächstl.")
148
+#define MSG_UBL_STORAGE_MESH_MENU           _UxGT("Netz Speicherplatz")
149
+#define MSG_UBL_STORAGE_SLOT                _UxGT("Speicherort")
150
+#define MSG_UBL_LOAD_MESH                   _UxGT("Bettnetz laden")
151
+#define MSG_UBL_SAVE_MESH                   _UxGT("Bettnetz speichern")
152
+#define MSG_MESH_LOADED                     _UxGT("Netz %i geladen")
153
+#define MSG_MESH_SAVED                      _UxGT("Netz %i gespeichert")
154
+#define MSG_NO_STORAGE                      _UxGT("Kein Speicher")
155
+#define MSG_UBL_SAVE_ERROR                  _UxGT("ERR:UBL speichern")
156
+#define MSG_UBL_RESTORE_ERROR               _UxGT("ERR:UBL wiederherst.")
157
+#define MSG_UBL_Z_OFFSET_STOPPED            _UxGT("Z-Versatz angehalten")
158
+#define MSG_UBL_STEP_BY_STEP_MENU           _UxGT("Schrittweises UBL")
159
+#define MSG_LED_CONTROL                     _UxGT("LED Steuerung")
160
+#define MSG_LEDS                            _UxGT("Licht")
161
+#define MSG_LED_PRESETS                     _UxGT("Licht Einstellungen")
162
+#define MSG_SET_LEDS_RED                    _UxGT("Rot")
163
+#define MSG_SET_LEDS_ORANGE                 _UxGT("Orange")
164
+#define MSG_SET_LEDS_YELLOW                 _UxGT("Gelb")
165
+#define MSG_SET_LEDS_GREEN                  _UxGT("Grün")
166
+#define MSG_SET_LEDS_BLUE                   _UxGT("Blau")
167
+#define MSG_SET_LEDS_INDIGO                 _UxGT("Indigo")
168
+#define MSG_SET_LEDS_VIOLET                 _UxGT("Violett")
169
+#define MSG_SET_LEDS_WHITE                  _UxGT("Weiß")
170
+#define MSG_SET_LEDS_DEFAULT                _UxGT("Standard")
171
+#define MSG_CUSTOM_LEDS                     _UxGT("Benutzerdef.")
172
+#define MSG_INTENSITY_R                     _UxGT("Intensität Rot")
173
+#define MSG_INTENSITY_G                     _UxGT("Intensität Grün")
174
+#define MSG_INTENSITY_B                     _UxGT("Intensität Blau")
175
+#define MSG_INTENSITY_W                     _UxGT("Intensität Weiß")
176
+#define MSG_LED_BRIGHTNESS                  _UxGT("Helligkeit")
85
 #define MSG_MOVING                          _UxGT("In Bewegung...")
177
 #define MSG_MOVING                          _UxGT("In Bewegung...")
86
 #define MSG_FREE_XY                         _UxGT("Abstand XY")
178
 #define MSG_FREE_XY                         _UxGT("Abstand XY")
87
-#define MSG_MOVE_X                          _UxGT("X")
88
-#define MSG_MOVE_Y                          _UxGT("Y")
89
-#define MSG_MOVE_Z                          _UxGT("Z")
90
-#define MSG_MOVE_E                          _UxGT("Extruder ")
179
+#define MSG_MOVE_X                          _UxGT("Bewege X")
180
+#define MSG_MOVE_Y                          _UxGT("Bewege Y")
181
+#define MSG_MOVE_Z                          _UxGT("Bewege Z")
182
+#define MSG_MOVE_E                          _UxGT("Bewege Extruder")
91
 #define MSG_MOVE_01MM                       _UxGT(" 0,1 mm")
183
 #define MSG_MOVE_01MM                       _UxGT(" 0,1 mm")
92
 #define MSG_MOVE_1MM                        _UxGT(" 1,0 mm")
184
 #define MSG_MOVE_1MM                        _UxGT(" 1,0 mm")
93
 #define MSG_MOVE_10MM                       _UxGT("10,0 mm")
185
 #define MSG_MOVE_10MM                       _UxGT("10,0 mm")
110
 #define MSG_PID_D                           _UxGT("PID D")
202
 #define MSG_PID_D                           _UxGT("PID D")
111
 #define MSG_PID_C                           _UxGT("PID C")
203
 #define MSG_PID_C                           _UxGT("PID C")
112
 #define MSG_SELECT                          _UxGT("Auswählen")
204
 #define MSG_SELECT                          _UxGT("Auswählen")
113
-#define MSG_ACC                             _UxGT("A")
205
+#define MSG_ACC                             _UxGT("Beschleunigung")
114
 #define MSG_JERK                            _UxGT("Jerk")
206
 #define MSG_JERK                            _UxGT("Jerk")
115
 #if IS_KINEMATIC
207
 #if IS_KINEMATIC
116
   #define MSG_VA_JERK                       _UxGT("V A Jerk")
208
   #define MSG_VA_JERK                       _UxGT("V A Jerk")
123
 #endif
215
 #endif
124
 #define MSG_VE_JERK                         _UxGT("V E Jerk")
216
 #define MSG_VE_JERK                         _UxGT("V E Jerk")
125
 #define MSG_VELOCITY                        _UxGT("Geschwindigkeit")
217
 #define MSG_VELOCITY                        _UxGT("Geschwindigkeit")
126
-#define MSG_VMAX                            _UxGT("V max ") // space by purpose
218
+#define MSG_VMAX                            _UxGT("V max ") // space intentional
127
 #define MSG_VMIN                            _UxGT("V min")
219
 #define MSG_VMIN                            _UxGT("V min")
128
 #define MSG_VTRAV_MIN                       _UxGT("V min Leerfahrt")
220
 #define MSG_VTRAV_MIN                       _UxGT("V min Leerfahrt")
129
 #define MSG_ACCELERATION                    _UxGT("Beschleunigung")
221
 #define MSG_ACCELERATION                    _UxGT("Beschleunigung")
130
-#define MSG_AMAX                            _UxGT("A max ") // space by purpose
131
-#define MSG_A_RETRACT                       _UxGT("A Retract")
222
+#define MSG_AMAX                            _UxGT("A max ") // space intentional
223
+#define MSG_A_RETRACT                       _UxGT("A Rückzug")
132
 #define MSG_A_TRAVEL                        _UxGT("A Leerfahrt")
224
 #define MSG_A_TRAVEL                        _UxGT("A Leerfahrt")
133
 #define MSG_STEPS_PER_MM                    _UxGT("Steps/mm")
225
 #define MSG_STEPS_PER_MM                    _UxGT("Steps/mm")
134
 #if IS_KINEMATIC
226
 #if IS_KINEMATIC
151
 #define MSG_MOTION                          _UxGT("Bewegung")
243
 #define MSG_MOTION                          _UxGT("Bewegung")
152
 #define MSG_FILAMENT                        _UxGT("Filament")
244
 #define MSG_FILAMENT                        _UxGT("Filament")
153
 #define MSG_VOLUMETRIC_ENABLED              _UxGT("E in mm³")
245
 #define MSG_VOLUMETRIC_ENABLED              _UxGT("E in mm³")
154
-#define MSG_FILAMENT_DIAM                   _UxGT("D Fil.")
246
+#define MSG_FILAMENT_DIAM                   _UxGT("Durchm. Filament")
155
 #define MSG_FILAMENT_UNLOAD                 _UxGT("Entladen mm")
247
 #define MSG_FILAMENT_UNLOAD                 _UxGT("Entladen mm")
156
 #define MSG_FILAMENT_LOAD                   _UxGT("Laden mm")
248
 #define MSG_FILAMENT_LOAD                   _UxGT("Laden mm")
157
-#define MSG_ADVANCE_K                       _UxGT("Advance Faktor")
249
+#define MSG_ADVANCE_K                       _UxGT("Vorschubfaktor")
158
 #define MSG_CONTRAST                        _UxGT("LCD Kontrast")
250
 #define MSG_CONTRAST                        _UxGT("LCD Kontrast")
159
 #define MSG_STORE_EEPROM                    _UxGT("Konfig. speichern")
251
 #define MSG_STORE_EEPROM                    _UxGT("Konfig. speichern")
160
 #define MSG_LOAD_EEPROM                     _UxGT("Konfig. laden")
252
 #define MSG_LOAD_EEPROM                     _UxGT("Konfig. laden")
161
 #define MSG_RESTORE_FAILSAFE                _UxGT("Standardwerte laden")
253
 #define MSG_RESTORE_FAILSAFE                _UxGT("Standardwerte laden")
162
 #define MSG_INIT_EEPROM                     _UxGT("Werkseinstellungen")
254
 #define MSG_INIT_EEPROM                     _UxGT("Werkseinstellungen")
163
-#define MSG_SD_UPDATE                       _UxGT("SD Update")
255
+
256
+#define MSG_SD_UPDATE                       _UxGT("SD Firmware Update")
164
 #define MSG_RESET_PRINTER                   _UxGT("Drucker neustarten")
257
 #define MSG_RESET_PRINTER                   _UxGT("Drucker neustarten")
258
+
165
 #define MSG_REFRESH                         _UxGT("Aktualisieren")
259
 #define MSG_REFRESH                         _UxGT("Aktualisieren")
166
 #define MSG_WATCH                           _UxGT("Info")
260
 #define MSG_WATCH                           _UxGT("Info")
167
 #define MSG_PREPARE                         _UxGT("Vorbereitung")
261
 #define MSG_PREPARE                         _UxGT("Vorbereitung")
168
 #define MSG_TUNE                            _UxGT("Justierung")
262
 #define MSG_TUNE                            _UxGT("Justierung")
169
-#define MSG_PAUSE_PRINT                     _UxGT("SD-Druck Pause")
170
-#define MSG_RESUME_PRINT                    _UxGT("SD-Druck Fortsetzung")
171
-#define MSG_STOP_PRINT                      _UxGT("SD-Druck Abbruch")
172
-#define MSG_CARD_MENU                       _UxGT("SD-Karte")
263
+#define MSG_PAUSE_PRINT                     _UxGT("SD-Druck Pausieren")
264
+#define MSG_RESUME_PRINT                    _UxGT("SD-Druck Fortsetzen")
265
+#define MSG_STOP_PRINT                      _UxGT("SD-Druck Abbrechen")
266
+#define MSG_POWER_LOSS_RECOVERY             _UxGT("Wiederh. n. Stroma.")
267
+#define MSG_CARD_MENU                       _UxGT("Druck v. SD-Karte")
173
 #define MSG_NO_CARD                         _UxGT("Keine SD-Karte")
268
 #define MSG_NO_CARD                         _UxGT("Keine SD-Karte")
174
 #define MSG_DWELL                           _UxGT("Warten...")
269
 #define MSG_DWELL                           _UxGT("Warten...")
175
-#define MSG_USERWAIT                        _UxGT("Warte auf Nutzer")
270
+#define MSG_USERWAIT                        _UxGT("Klick zum fortsetzen")
176
 #define MSG_PRINT_PAUSED                    _UxGT("Druck pausiert")
271
 #define MSG_PRINT_PAUSED                    _UxGT("Druck pausiert")
272
+#define MSG_PRINTING                        _UxGT("Druckt...")
177
 #define MSG_PRINT_ABORTED                   _UxGT("Druck abgebrochen")
273
 #define MSG_PRINT_ABORTED                   _UxGT("Druck abgebrochen")
178
-#define MSG_NO_MOVE                         _UxGT("Motoren eingeschaltet")
274
+#define MSG_NO_MOVE                         _UxGT("Motoren angeschaltet")
179
 #define MSG_KILLED                          _UxGT("ABGEBROCHEN")
275
 #define MSG_KILLED                          _UxGT("ABGEBROCHEN")
180
 #define MSG_STOPPED                         _UxGT("ANGEHALTEN")
276
 #define MSG_STOPPED                         _UxGT("ANGEHALTEN")
181
-#define MSG_CONTROL_RETRACT                 _UxGT("Retract mm")
182
-#define MSG_CONTROL_RETRACT_SWAP            _UxGT("Wechs. Retract mm")
183
-#define MSG_CONTROL_RETRACTF                _UxGT("Retract  V")
184
-#define MSG_CONTROL_RETRACT_ZLIFT           _UxGT("Z-Hop mm")
277
+#define MSG_CONTROL_RETRACT                 _UxGT("Rückzug mm")
278
+#define MSG_CONTROL_RETRACT_SWAP            _UxGT("Wechs. Rückzug mm")
279
+#define MSG_CONTROL_RETRACTF                _UxGT("Rückzug  V")
280
+#define MSG_CONTROL_RETRACT_ZLIFT           _UxGT("Z-Sprung mm")
185
 #define MSG_CONTROL_RETRACT_RECOVER         _UxGT("UnRet mm")
281
 #define MSG_CONTROL_RETRACT_RECOVER         _UxGT("UnRet mm")
186
 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    _UxGT("Wechs. UnRet mm")
282
 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    _UxGT("Wechs. UnRet mm")
187
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("UnRet  V")
283
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("UnRet  V")
188
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
284
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
189
-#define MSG_AUTORETRACT                     _UxGT("Autom. Retract")
285
+#define MSG_AUTORETRACT                     _UxGT("Autom. Rückzug")
286
+#define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Rückzug Länge")
287
+#define MSG_SINGLENOZZLE_TOOL_CHANGE        _UxGT("Werkzeugwechsel")
288
+#define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Prime Geschwin.")
289
+#define MSG_SINGLENOZZLE_RETRACT_SPD        _UxGT("Rückzug Geschwin.")
190
 #define MSG_FILAMENTCHANGE                  _UxGT("Filament wechseln")
290
 #define MSG_FILAMENTCHANGE                  _UxGT("Filament wechseln")
191
 #define MSG_FILAMENTLOAD                    _UxGT("Filament laden")
291
 #define MSG_FILAMENTLOAD                    _UxGT("Filament laden")
192
 #define MSG_FILAMENTUNLOAD                  _UxGT("Filament entladen")
292
 #define MSG_FILAMENTUNLOAD                  _UxGT("Filament entladen")
193
 #define MSG_FILAMENTUNLOAD_ALL              _UxGT("Alles entladen")
293
 #define MSG_FILAMENTUNLOAD_ALL              _UxGT("Alles entladen")
194
 #define MSG_INIT_SDCARD                     _UxGT("SD-Karte erkennen")  // Manually initialize the SD-card via user interface
294
 #define MSG_INIT_SDCARD                     _UxGT("SD-Karte erkennen")  // Manually initialize the SD-card via user interface
195
 #define MSG_CNG_SDCARD                      _UxGT("SD-Karte getauscht") // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
295
 #define MSG_CNG_SDCARD                      _UxGT("SD-Karte getauscht") // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
196
-#define MSG_ZPROBE_OUT                      _UxGT("Sensor ausserhalb")
197
-#define MSG_SKEW_FACTOR                     _UxGT("Skew Faktor")
296
+#define MSG_ZPROBE_OUT                      _UxGT("Z-Sonde ausserhalb")
297
+#define MSG_SKEW_FACTOR                     _UxGT("Korrekturfaktor")
198
 #define MSG_BLTOUCH                         _UxGT("BLTouch")
298
 #define MSG_BLTOUCH                         _UxGT("BLTouch")
199
 #define MSG_BLTOUCH_SELFTEST                _UxGT("BLTouch Test")
299
 #define MSG_BLTOUCH_SELFTEST                _UxGT("BLTouch Test")
200
-#define MSG_BLTOUCH_RESET                   _UxGT("BLTouch Reset")
300
+#define MSG_BLTOUCH_RESET                   _UxGT("BLTouch zurücks.")
201
 #define MSG_BLTOUCH_DEPLOY                  _UxGT("BLTouch ausfahren")
301
 #define MSG_BLTOUCH_DEPLOY                  _UxGT("BLTouch ausfahren")
202
 #define MSG_BLTOUCH_STOW                    _UxGT("BLTouch einfahren")
302
 #define MSG_BLTOUCH_STOW                    _UxGT("BLTouch einfahren")
203
-#define MSG_MANUAL_DEPLOY                   _UxGT("Z-Sensor anbringen")
204
-#define MSG_MANUAL_STOW                     _UxGT("Z-Sensor entfernen")
303
+#define MSG_MANUAL_DEPLOY                   _UxGT("Z-Sonde ausfahren")
304
+#define MSG_MANUAL_STOW                     _UxGT("Z-Sonde einfahren")
205
 #define MSG_HOME                            _UxGT("Vorher")  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
305
 #define MSG_HOME                            _UxGT("Vorher")  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
206
 #define MSG_FIRST                           _UxGT("homen")
306
 #define MSG_FIRST                           _UxGT("homen")
207
-#define MSG_ZPROBE_ZOFFSET                  _UxGT("Z Versatz")
307
+#define MSG_ZPROBE_ZOFFSET                  _UxGT("Sondenversatz Z")
208
 #define MSG_BABYSTEP_X                      _UxGT("Babystep X")
308
 #define MSG_BABYSTEP_X                      _UxGT("Babystep X")
209
 #define MSG_BABYSTEP_Y                      _UxGT("Babystep Y")
309
 #define MSG_BABYSTEP_Y                      _UxGT("Babystep Y")
210
 #define MSG_BABYSTEP_Z                      _UxGT("Babystep Z")
310
 #define MSG_BABYSTEP_Z                      _UxGT("Babystep Z")
211
-#define MSG_ENDSTOP_ABORT                   _UxGT("Endstopp-Abbr.")
212
-#define MSG_HEATING_FAILED_LCD              _UxGT("HEIZEN FEHLGESCHLAGEN")
213
-#define MSG_ERR_REDUNDANT_TEMP              _UxGT("REDUND. TEMPERATURABWEICHUNG")
311
+#define MSG_ENDSTOP_ABORT                   _UxGT("Endstopp Abbr.")
312
+#define MSG_HEATING_FAILED_LCD              _UxGT("HEIZEN ERFOLGLOS")
313
+#define MSG_HEATING_FAILED_LCD_BED          _UxGT("Bett heizen fehlge.")
314
+#define MSG_ERR_REDUNDANT_TEMP              _UxGT("REDUND. TEMP-ABWEI.")
214
 #define MSG_THERMAL_RUNAWAY                 LCD_STR_THERMOMETER _UxGT(" NICHT ERREICHT")
315
 #define MSG_THERMAL_RUNAWAY                 LCD_STR_THERMOMETER _UxGT(" NICHT ERREICHT")
215
 #define MSG_THERMAL_RUNAWAY_BED             _UxGT("BETT") MSG_THERMAL_RUNAWAY
316
 #define MSG_THERMAL_RUNAWAY_BED             _UxGT("BETT") MSG_THERMAL_RUNAWAY
216
 #define MSG_ERR_MAXTEMP                     LCD_STR_THERMOMETER _UxGT(" ÜBERSCHRITTEN")
317
 #define MSG_ERR_MAXTEMP                     LCD_STR_THERMOMETER _UxGT(" ÜBERSCHRITTEN")
219
 #define MSG_ERR_MINTEMP_BED                 _UxGT("BETT ") LCD_STR_THERMOMETER _UxGT(" UNTERSCHRITTEN")
320
 #define MSG_ERR_MINTEMP_BED                 _UxGT("BETT ") LCD_STR_THERMOMETER _UxGT(" UNTERSCHRITTEN")
220
 #define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
321
 #define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
221
 #define MSG_HALTED                          _UxGT("DRUCKER STOPP")
322
 #define MSG_HALTED                          _UxGT("DRUCKER STOPP")
222
-#define MSG_PLEASE_RESET                    _UxGT("Bitte Resetten")
323
+#define MSG_PLEASE_RESET                    _UxGT("Bitte neustarten")
223
 #define MSG_SHORT_DAY                       _UxGT("t") // One character only
324
 #define MSG_SHORT_DAY                       _UxGT("t") // One character only
224
 #define MSG_SHORT_HOUR                      _UxGT("h") // One character only
325
 #define MSG_SHORT_HOUR                      _UxGT("h") // One character only
225
 #define MSG_SHORT_MINUTE                    _UxGT("m") // One character only
326
 #define MSG_SHORT_MINUTE                    _UxGT("m") // One character only
226
 #define MSG_HEATING                         _UxGT("Extr. heizt...")
327
 #define MSG_HEATING                         _UxGT("Extr. heizt...")
328
+#define MSG_COOLING                         _UxGT("Extr. kühlt...")
227
 #define MSG_BED_HEATING                     _UxGT("Bett heizt...")
329
 #define MSG_BED_HEATING                     _UxGT("Bett heizt...")
330
+#define MSG_BED_COOLING                     _UxGT("Bett kühlt...")
228
 #define MSG_DELTA_CALIBRATE                 _UxGT("Delta kalibrieren")
331
 #define MSG_DELTA_CALIBRATE                 _UxGT("Delta kalibrieren")
229
 #define MSG_DELTA_CALIBRATE_X               _UxGT("Kalibriere X")
332
 #define MSG_DELTA_CALIBRATE_X               _UxGT("Kalibriere X")
230
 #define MSG_DELTA_CALIBRATE_Y               _UxGT("Kalibriere Y")
333
 #define MSG_DELTA_CALIBRATE_Y               _UxGT("Kalibriere Y")
233
 #define MSG_DELTA_SETTINGS                  _UxGT("Delta Einst. anzeig.")
336
 #define MSG_DELTA_SETTINGS                  _UxGT("Delta Einst. anzeig.")
234
 #define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Autom. Kalibrierung")
337
 #define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Autom. Kalibrierung")
235
 #define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Delta Höhe setzen")
338
 #define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Delta Höhe setzen")
339
+#define MSG_DELTA_Z_OFFSET_CALIBRATE        _UxGT("Sondenversatz Z")
236
 #define MSG_DELTA_DIAG_ROD                  _UxGT("Diag Rod")
340
 #define MSG_DELTA_DIAG_ROD                  _UxGT("Diag Rod")
237
 #define MSG_DELTA_HEIGHT                    _UxGT("Höhe")
341
 #define MSG_DELTA_HEIGHT                    _UxGT("Höhe")
238
 #define MSG_DELTA_RADIUS                    _UxGT("Radius")
342
 #define MSG_DELTA_RADIUS                    _UxGT("Radius")
252
 #define MSG_CASE_LIGHT                      _UxGT("Beleuchtung")
356
 #define MSG_CASE_LIGHT                      _UxGT("Beleuchtung")
253
 #define MSG_CASE_LIGHT_BRIGHTNESS           _UxGT("Helligkeit")
357
 #define MSG_CASE_LIGHT_BRIGHTNESS           _UxGT("Helligkeit")
254
 
358
 
255
-#define MSG_UBL_DOING_G29                 _UxGT("G29 UBL läuft!")
256
-#define MSG_UBL_UNHOMED                   _UxGT("Erst XYZ homen")
257
-#define MSG_UBL_TOOLS                     _UxGT("UBL Werkzeuge")
258
-#define MSG_UBL_LEVEL_BED                 _UxGT("Unified Bed Leveling")
259
-#define MSG_UBL_MANUAL_MESH               _UxGT("Netz manuell erst.")
260
-#define MSG_UBL_BC_INSERT                 _UxGT("Unterlegen & messen")
261
-#define MSG_UBL_BC_INSERT2                _UxGT("Messen")
262
-#define MSG_UBL_BC_REMOVE                 _UxGT("Entfernen & messen")
263
-#define MSG_UBL_MOVING_TO_NEXT            _UxGT("Nächster Punkt...")
264
-#define MSG_UBL_ACTIVATE_MESH             _UxGT("UBL aktivieren")
265
-#define MSG_UBL_DEACTIVATE_MESH           _UxGT("UBL deaktivieren")
266
-#define MSG_UBL_SET_BED_TEMP              _UxGT("Bett Temp.")
267
-#define MSG_UBL_CUSTOM_BED_TEMP           MSG_UBL_SET_BED_TEMP
268
-#define MSG_UBL_SET_HOTEND_TEMP           _UxGT("Hotend Temp.")
269
-#define MSG_UBL_CUSTOM_HOTEND_TEMP        MSG_UBL_SET_HOTEND_TEMP
270
-#define MSG_UBL_MESH_EDIT                 _UxGT("Netz bearbeiten")
271
-#define MSG_UBL_EDIT_CUSTOM_MESH          _UxGT("Eigenes Netz bearb.")
272
-#define MSG_UBL_FINE_TUNE_MESH            _UxGT("Feineinstellung...")
273
-#define MSG_UBL_DONE_EDITING_MESH         _UxGT("Bearbeitung beendet")
274
-#define MSG_UBL_BUILD_CUSTOM_MESH         _UxGT("Eigenes Netz erst.")
275
-#define MSG_UBL_BUILD_MESH_MENU           _UxGT("Netz erstellen")
276
-#define MSG_UBL_BUILD_PLA_MESH            _UxGT("Netz erstellen PLA")
277
-#define MSG_UBL_BUILD_ABS_MESH            _UxGT("Netz erstellen ABS")
278
-#define MSG_UBL_BUILD_COLD_MESH           _UxGT("Netz erstellen kalt")
279
-#define MSG_UBL_MESH_HEIGHT_ADJUST        _UxGT("Netz Höhe einst.")
280
-#define MSG_UBL_MESH_HEIGHT_AMOUNT        _UxGT("Höhe")
281
-#define MSG_UBL_VALIDATE_MESH_MENU        _UxGT("Netz validieren")
282
-#define MSG_UBL_VALIDATE_PLA_MESH         _UxGT("Netz validieren PLA")
283
-#define MSG_UBL_VALIDATE_ABS_MESH         _UxGT("Netz validieren ABS")
284
-#define MSG_UBL_VALIDATE_CUSTOM_MESH      _UxGT("Eig. Netz validieren")
285
-#define MSG_UBL_CONTINUE_MESH             _UxGT("Netzerst. forts.")
286
-#define MSG_UBL_MESH_LEVELING             _UxGT("Netz Nivellierung")
287
-#define MSG_UBL_3POINT_MESH_LEVELING      _UxGT("3-Punkt Nivellierung")
288
-#define MSG_UBL_GRID_MESH_LEVELING        _UxGT("Gitternetz Nivell.")
289
-#define MSG_UBL_MESH_LEVEL                _UxGT("Netz nivellieren")
290
-#define MSG_UBL_SIDE_POINTS               _UxGT("Eckpunkte")
291
-#define MSG_UBL_MAP_TYPE                  _UxGT("Kartentyp")
292
-#define MSG_UBL_OUTPUT_MAP                _UxGT("Karte ausgeben")
293
-#define MSG_UBL_OUTPUT_MAP_HOST           _UxGT("Ausgabe für Host")
294
-#define MSG_UBL_OUTPUT_MAP_CSV            _UxGT("Ausgabe für CSV")
295
-#define MSG_UBL_OUTPUT_MAP_BACKUP         _UxGT("Externe Sicherung")
296
-#define MSG_UBL_INFO_UBL                  _UxGT("UBL Info ausgeben")
297
-#define MSG_UBL_EDIT_MESH_MENU            _UxGT("Netz bearbeiten")
298
-#define MSG_UBL_FILLIN_AMOUNT             _UxGT("Menge an Fill-in")
299
-#define MSG_UBL_MANUAL_FILLIN             _UxGT("Manuelles Fill-in")
300
-#define MSG_UBL_SMART_FILLIN              _UxGT("Kluges Fill-in")
301
-#define MSG_UBL_FILLIN_MESH               _UxGT("Fill-in Netz")
302
-#define MSG_UBL_INVALIDATE_ALL            _UxGT("Alles annullieren")
303
-#define MSG_UBL_INVALIDATE_CLOSEST        _UxGT("Nächstlieg. ann.")
304
-#define MSG_UBL_FINE_TUNE_ALL             _UxGT("Feineinstellung Alle")
305
-#define MSG_UBL_FINE_TUNE_CLOSEST         _UxGT("Feineinst. Nächstl.")
306
-#define MSG_UBL_STORAGE_MESH_MENU         _UxGT("Netz Speicherplatz")
307
-#define MSG_UBL_STORAGE_SLOT              _UxGT("Memory Slot")
308
-#define MSG_UBL_LOAD_MESH                 _UxGT("Bett Netz laden")
309
-#define MSG_UBL_SAVE_MESH                 _UxGT("Bett Netz speichern")
310
-#define MSG_MESH_LOADED                   _UxGT("Netz %i geladen")
311
-#define MSG_MESH_SAVED                    _UxGT("Netz %i gespeichert")
312
-#define MSG_NO_STORAGE                    _UxGT("Kein Speicher")
313
-#define MSG_UBL_SAVE_ERROR                _UxGT("ERR:UBL speichern")
314
-#define MSG_UBL_RESTORE_ERROR             _UxGT("ERR:UBL wiederherst.")
315
-#define MSG_UBL_Z_OFFSET_STOPPED          _UxGT("Z-Versatz angehalten")
316
-#define MSG_UBL_STEP_BY_STEP_MENU         _UxGT("Schrittweises UBL")
317
-
318
-#define MSG_LED_CONTROL                     _UxGT("LED Kontrolle")
319
-#define MSG_LEDS                            _UxGT("Licht")
320
-#define MSG_LED_PRESETS                     _UxGT("Licht Einstellungen")
321
-#define MSG_SET_LEDS_RED                    _UxGT("Rot")
322
-#define MSG_SET_LEDS_ORANGE                 _UxGT("Orange")
323
-#define MSG_SET_LEDS_YELLOW                 _UxGT("Gelb")
324
-#define MSG_SET_LEDS_GREEN                  _UxGT("Grün")
325
-#define MSG_SET_LEDS_BLUE                   _UxGT("Blau")
326
-#define MSG_SET_LEDS_INDIGO                 _UxGT("Indigo")
327
-#define MSG_SET_LEDS_VIOLET                 _UxGT("Violett")
328
-#define MSG_SET_LEDS_WHITE                  _UxGT("Weiß")
329
-#define MSG_SET_LEDS_DEFAULT                _UxGT("Standard")
330
-#define MSG_CUSTOM_LEDS                     _UxGT("Benutzerdef.")
331
-#define MSG_INTENSITY_R                     _UxGT("Intensität Rot")
332
-#define MSG_INTENSITY_G                     _UxGT("Intensität Grün")
333
-#define MSG_INTENSITY_B                     _UxGT("Intensität Blau")
334
-#define MSG_INTENSITY_W                     _UxGT("Intensität Weiß")
335
-#define MSG_LED_BRIGHTNESS                  _UxGT("Helligkeit")
336
-
337
 #if LCD_WIDTH >= 20
359
 #if LCD_WIDTH >= 20
338
   #define MSG_INFO_PRINT_COUNT              _UxGT("Gesamte Drucke")
360
   #define MSG_INFO_PRINT_COUNT              _UxGT("Gesamte Drucke")
339
   #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Beendete Drucke")
361
   #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Beendete Drucke")
340
   #define MSG_INFO_PRINT_TIME               _UxGT("Gesamte Druckzeit")
362
   #define MSG_INFO_PRINT_TIME               _UxGT("Gesamte Druckzeit")
341
-  #define MSG_INFO_PRINT_LONGEST            _UxGT("Längster Druckjob")
363
+  #define MSG_INFO_PRINT_LONGEST            _UxGT("Längste Druckzeit")
342
   #define MSG_INFO_PRINT_FILAMENT           _UxGT("Gesamt Extrudiert")
364
   #define MSG_INFO_PRINT_FILAMENT           _UxGT("Gesamt Extrudiert")
343
 #else
365
 #else
344
   #define MSG_INFO_PRINT_COUNT              _UxGT("Drucke")
366
   #define MSG_INFO_PRINT_COUNT              _UxGT("Drucke")
345
   #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Komplett")
367
   #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Komplett")
346
-  #define MSG_INFO_PRINT_TIME               _UxGT("Gesamt ")
368
+  #define MSG_INFO_PRINT_TIME               _UxGT("Gesamt")
347
   #define MSG_INFO_PRINT_LONGEST            _UxGT("Längster")
369
   #define MSG_INFO_PRINT_LONGEST            _UxGT("Längster")
348
   #define MSG_INFO_PRINT_FILAMENT           _UxGT("Extrud.")
370
   #define MSG_INFO_PRINT_FILAMENT           _UxGT("Extrud.")
349
 #endif
371
 #endif
362
 #define MSG_FILAMENT_CHANGE_OPTION_PURGE    _UxGT("Mehr entleeren")
384
 #define MSG_FILAMENT_CHANGE_OPTION_PURGE    _UxGT("Mehr entleeren")
363
 #define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("Drucke weiter")
385
 #define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("Drucke weiter")
364
 #define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Düse: ")
386
 #define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Düse: ")
387
+#define MSG_RUNOUT_SENSOR_ENABLE            _UxGT("Auslaufsensor")
365
 #define MSG_ERR_HOMING_FAILED               _UxGT("Homing gescheitert")
388
 #define MSG_ERR_HOMING_FAILED               _UxGT("Homing gescheitert")
366
 #define MSG_ERR_PROBING_FAILED              _UxGT("Probing gescheitert")
389
 #define MSG_ERR_PROBING_FAILED              _UxGT("Probing gescheitert")
367
 #define MSG_M600_TOO_COLD                   _UxGT("M600: Zu kalt")
390
 #define MSG_M600_TOO_COLD                   _UxGT("M600: Zu kalt")
391
+
368
 #if LCD_HEIGHT >= 4
392
 #if LCD_HEIGHT >= 4
369
   // Up to 3 lines allowed
393
   // Up to 3 lines allowed
370
   #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Warte auf den")
394
   #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Warte auf den")
372
   #define MSG_FILAMENT_CHANGE_INIT_3          _UxGT("Filamentwechsels")
396
   #define MSG_FILAMENT_CHANGE_INIT_3          _UxGT("Filamentwechsels")
373
   #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Warte auf")
397
   #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Warte auf")
374
   #define MSG_FILAMENT_CHANGE_UNLOAD_2        _UxGT("Herausnahme")
398
   #define MSG_FILAMENT_CHANGE_UNLOAD_2        _UxGT("Herausnahme")
375
-  #define MSG_FILAMENT_CHANGE_UNLOAD_3        _UxGT("des Filaments...")
399
+  #define MSG_FILAMENT_CHANGE_UNLOAD_3        _UxGT("des Filamentes...")
376
   #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Filament einlegen")
400
   #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Filament einlegen")
377
   #define MSG_FILAMENT_CHANGE_INSERT_2        _UxGT("und Knopf")
401
   #define MSG_FILAMENT_CHANGE_INSERT_2        _UxGT("und Knopf")
378
   #define MSG_FILAMENT_CHANGE_INSERT_3        _UxGT("drücken...")
402
   #define MSG_FILAMENT_CHANGE_INSERT_3        _UxGT("drücken...")
379
   #define MSG_FILAMENT_CHANGE_HEAT_1          _UxGT("Knopf drücken um")
403
   #define MSG_FILAMENT_CHANGE_HEAT_1          _UxGT("Knopf drücken um")
380
   #define MSG_FILAMENT_CHANGE_HEAT_2          _UxGT("Düse aufzuheizen.")
404
   #define MSG_FILAMENT_CHANGE_HEAT_2          _UxGT("Düse aufzuheizen.")
381
-  #define MSG_FILAMENT_CHANGE_HEATING_1       _UxGT("Düse heizt auf...")
405
+  #define MSG_FILAMENT_CHANGE_HEATING_1       _UxGT("Düse heizt auf")
382
   #define MSG_FILAMENT_CHANGE_HEATING_2       _UxGT("Bitte warten...")
406
   #define MSG_FILAMENT_CHANGE_HEATING_2       _UxGT("Bitte warten...")
383
   #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Warte auf")
407
   #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Warte auf")
384
   #define MSG_FILAMENT_CHANGE_LOAD_2          _UxGT("Laden des")
408
   #define MSG_FILAMENT_CHANGE_LOAD_2          _UxGT("Laden des")
385
-  #define MSG_FILAMENT_CHANGE_LOAD_3          _UxGT("Filaments")
409
+  #define MSG_FILAMENT_CHANGE_LOAD_3          _UxGT("Filamentes")
386
   #define MSG_FILAMENT_CHANGE_PURGE_1         _UxGT("Warte auf")
410
   #define MSG_FILAMENT_CHANGE_PURGE_1         _UxGT("Warte auf")
387
   #define MSG_FILAMENT_CHANGE_PURGE_2         _UxGT("Entleeren des")
411
   #define MSG_FILAMENT_CHANGE_PURGE_2         _UxGT("Entleeren des")
388
-  #define MSG_FILAMENT_CHANGE_PURGE_3         _UxGT("Filaments")
412
+  #define MSG_FILAMENT_CHANGE_PURGE_3         _UxGT("Filamentes")
389
   #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("Warte auf")
413
   #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("Warte auf")
390
   #define MSG_FILAMENT_CHANGE_RESUME_2        _UxGT("Fortsetzung des")
414
   #define MSG_FILAMENT_CHANGE_RESUME_2        _UxGT("Fortsetzung des")
391
   #define MSG_FILAMENT_CHANGE_RESUME_3        _UxGT("Druckes...")
415
   #define MSG_FILAMENT_CHANGE_RESUME_3        _UxGT("Druckes...")
394
   #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Bitte warten...")
418
   #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Bitte warten...")
395
   #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Auswerfen...")
419
   #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Auswerfen...")
396
   #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Laden und Klick")
420
   #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Laden und Klick")
421
+  #define MSG_FILAMENT_CHANGE_HEAT_1          _UxGT("Klick zum Heizen")
397
   #define MSG_FILAMENT_CHANGE_HEATING_1       _UxGT("Heizen...")
422
   #define MSG_FILAMENT_CHANGE_HEATING_1       _UxGT("Heizen...")
398
   #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Laden...")
423
   #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Laden...")
399
   #define MSG_FILAMENT_CHANGE_PURGE_1         _UxGT("Entleeren...")
424
   #define MSG_FILAMENT_CHANGE_PURGE_1         _UxGT("Entleeren...")

Loading…
Отказ
Запис