Browse Source

German language updates

Corresponding to #8306
Scott Lahteine 7 years ago
parent
commit
b4bf8928aa
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Marlin/src/lcd/language/language_de.h

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

53
 #define MSG_LEVEL_BED_WAITING               _UxGT("Klick für Start")
53
 #define MSG_LEVEL_BED_WAITING               _UxGT("Klick für Start")
54
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Nächste Koordinate")
54
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Nächste Koordinate")
55
 #define MSG_LEVEL_BED_DONE                  _UxGT("Fertig")
55
 #define MSG_LEVEL_BED_DONE                  _UxGT("Fertig")
56
-#define MSG_Z_FADE_HEIGHT                   _UxGT("Niv. Ausblendhöhe")
56
+#define MSG_Z_FADE_HEIGHT                   _UxGT("Ausblendhöhe")
57
 #define MSG_SET_HOME_OFFSETS                _UxGT("Setze Homeversatz")
57
 #define MSG_SET_HOME_OFFSETS                _UxGT("Setze Homeversatz")
58
 #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Homeversatz aktiv")
58
 #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
59
 #define MSG_SET_ORIGIN                      _UxGT("Setze Nullpunkt") //"G92 X0 Y0 Z0" commented out in ultralcd.cpp
77
 #define MSG_MOVE_AXIS                       _UxGT("Bewegen")
77
 #define MSG_MOVE_AXIS                       _UxGT("Bewegen")
78
 #define MSG_BED_LEVELING                    _UxGT("Bett Nivellierung")
78
 #define MSG_BED_LEVELING                    _UxGT("Bett Nivellierung")
79
 #define MSG_LEVEL_BED                       _UxGT("Bett nivellieren")
79
 #define MSG_LEVEL_BED                       _UxGT("Bett nivellieren")
80
+#define MSG_LEVEL_CORNERS                   _UxGT("Ecken nivellieren")
81
+#define MSG_NEXT_CORNER                     _UxGT("Nächste Ecke")
80
 #define MSG_EDITING_STOPPED                 _UxGT("Netzbearb. angeh.")
82
 #define MSG_EDITING_STOPPED                 _UxGT("Netzbearb. angeh.")
81
 #define MSG_USER_MENU                       _UxGT("Benutzer Menü")
83
 #define MSG_USER_MENU                       _UxGT("Benutzer Menü")
82
 #define MSG_MOVING                          _UxGT("In Bewegung...")
84
 #define MSG_MOVING                          _UxGT("In Bewegung...")

Loading…
Cancel
Save