Browse Source

Update German language (#12143)

Ludy 6 years ago
parent
commit
4cc1c2627e
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      Marlin/src/lcd/language/language_de.h

+ 3
- 2
Marlin/src/lcd/language/language_de.h View File

@@ -194,7 +194,7 @@
194 194
 #define MSG_MIN                             LCD_STR_THERMOMETER _UxGT(" min")
195 195
 #define MSG_MAX                             LCD_STR_THERMOMETER _UxGT(" max")
196 196
 #define MSG_FACTOR                          LCD_STR_THERMOMETER _UxGT(" Faktor")
197
-#define MSG_AUTOTEMP                        _UxGT("AutoTemp")
197
+#define MSG_AUTOTEMP                        _UxGT("Auto Temperatur")
198 198
 #define MSG_ON                              _UxGT("Ein")
199 199
 #define MSG_OFF                             _UxGT("Aus")
200 200
 #define MSG_PID_P                           _UxGT("PID P")
@@ -284,7 +284,8 @@
284 284
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
285 285
 #define MSG_AUTORETRACT                     _UxGT("Autom. Rückzug")
286 286
 #define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Rückzug Länge")
287
-#define MSG_SINGLENOZZLE_TOOL_CHANGE        _UxGT("Werkzeugwechsel")
287
+#define MSG_TOOL_CHANGE                     _UxGT("Werkzeugwechsel")
288
+#define MSG_TOOL_CHANGE_ZLIFT               _UxGT("Z anheben")
288 289
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Prime-Geschwin.")
289 290
 #define MSG_SINGLENOZZLE_RETRACT_SPD        _UxGT("Rückzug-Geschwin.")
290 291
 #define MSG_FILAMENTCHANGE                  _UxGT("Filament wechseln")

Loading…
Cancel
Save