Browse Source

Update language_de.h

Add
MSG_BLTOUCH                    
MSG_DELTA_SETTINGS            
MSG_UBL_MESH_EDIT                
MSG_UBL_OUTPUT_MAP_BACKUP        
MSG_UBL_STEP_BY_STEP_MENU       
MSG_Z_FADE_HEIGHT
Florian Heilmann 7 years ago
parent
commit
6827a162bb
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Marlin/language_de.h

+ 6
- 0
Marlin/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_SET_HOME_OFFSETS                _UxGT("Setze Homeversatz")
57
 #define MSG_SET_HOME_OFFSETS                _UxGT("Setze Homeversatz")
57
 #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Homeversatz aktiv")
58
 #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Homeversatz aktiv")
58
 #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
169
 #define MSG_INIT_SDCARD                     _UxGT("SD-Karte erkennen")  // Manually initialize the SD-card via user interface
170
 #define MSG_INIT_SDCARD                     _UxGT("SD-Karte erkennen")  // Manually initialize the SD-card via user interface
170
 #define MSG_CNG_SDCARD                      _UxGT("SD-Karte getauscht") // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
171
 #define MSG_CNG_SDCARD                      _UxGT("SD-Karte getauscht") // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
171
 #define MSG_ZPROBE_OUT                      _UxGT("Sensor ausserhalb")
172
 #define MSG_ZPROBE_OUT                      _UxGT("Sensor ausserhalb")
173
+#define MSG_BLTOUCH                         _UxGT("BLTouch")
172
 #define MSG_BLTOUCH_SELFTEST                _UxGT("BLTouch Test")
174
 #define MSG_BLTOUCH_SELFTEST                _UxGT("BLTouch Test")
173
 #define MSG_BLTOUCH_RESET                   _UxGT("BLTouch Reset")
175
 #define MSG_BLTOUCH_RESET                   _UxGT("BLTouch Reset")
174
 #define MSG_BLTOUCH_DEPLOY                  _UxGT("BLTouch ausfahren")
176
 #define MSG_BLTOUCH_DEPLOY                  _UxGT("BLTouch ausfahren")
202
 #define MSG_DELTA_CALIBRATE_Y               _UxGT("Kalibriere Y")
204
 #define MSG_DELTA_CALIBRATE_Y               _UxGT("Kalibriere Y")
203
 #define MSG_DELTA_CALIBRATE_Z               _UxGT("Kalibriere Z")
205
 #define MSG_DELTA_CALIBRATE_Z               _UxGT("Kalibriere Z")
204
 #define MSG_DELTA_CALIBRATE_CENTER          _UxGT("Kalibriere Mitte")
206
 #define MSG_DELTA_CALIBRATE_CENTER          _UxGT("Kalibriere Mitte")
207
+#define MSG_DELTA_SETTINGS                  _UxGT("Delta Einst. anzeig.")
205
 #define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Autom. Kalibrierung")
208
 #define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Autom. Kalibrierung")
206
 #define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Delta Höhe setzen")
209
 #define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Delta Höhe setzen")
207
 
210
 
236
 #define MSG_UBL_CUSTOM_BED_TEMP           MSG_UBL_SET_BED_TEMP
239
 #define MSG_UBL_CUSTOM_BED_TEMP           MSG_UBL_SET_BED_TEMP
237
 #define MSG_UBL_SET_HOTEND_TEMP           _UxGT("Hotend Temp.")
240
 #define MSG_UBL_SET_HOTEND_TEMP           _UxGT("Hotend Temp.")
238
 #define MSG_UBL_CUSTOM_HOTEND_TEMP        MSG_UBL_SET_HOTEND_TEMP
241
 #define MSG_UBL_CUSTOM_HOTEND_TEMP        MSG_UBL_SET_HOTEND_TEMP
242
+#define MSG_UBL_MESH_EDIT                 _UxGT("Netz bearbeiten")
239
 #define MSG_UBL_EDIT_CUSTOM_MESH          _UxGT("Eigenes Netz bearb.")
243
 #define MSG_UBL_EDIT_CUSTOM_MESH          _UxGT("Eigenes Netz bearb.")
240
 #define MSG_UBL_FINE_TUNE_MESH            _UxGT("Feineinstellung...")
244
 #define MSG_UBL_FINE_TUNE_MESH            _UxGT("Feineinstellung...")
241
 #define MSG_UBL_DONE_EDITING_MESH         _UxGT("Bearbeitung beendet")
245
 #define MSG_UBL_DONE_EDITING_MESH         _UxGT("Bearbeitung beendet")
260
 #define MSG_UBL_OUTPUT_MAP                _UxGT("Karte ausgeben")
264
 #define MSG_UBL_OUTPUT_MAP                _UxGT("Karte ausgeben")
261
 #define MSG_UBL_OUTPUT_MAP_HOST           _UxGT("Ausgabe für Host")
265
 #define MSG_UBL_OUTPUT_MAP_HOST           _UxGT("Ausgabe für Host")
262
 #define MSG_UBL_OUTPUT_MAP_CSV            _UxGT("Ausgabe für CSV")
266
 #define MSG_UBL_OUTPUT_MAP_CSV            _UxGT("Ausgabe für CSV")
267
+#define MSG_UBL_OUTPUT_MAP_BACKUP         _UxGT("Externe Sicherung")
263
 #define MSG_UBL_INFO_UBL                  _UxGT("UBL Info ausgeben")
268
 #define MSG_UBL_INFO_UBL                  _UxGT("UBL Info ausgeben")
264
 #define MSG_UBL_EDIT_MESH_MENU            _UxGT("Netz bearbeiten")
269
 #define MSG_UBL_EDIT_MESH_MENU            _UxGT("Netz bearbeiten")
265
 #define MSG_UBL_FILLIN_AMOUNT             _UxGT("Menge an Fill-in")
270
 #define MSG_UBL_FILLIN_AMOUNT             _UxGT("Menge an Fill-in")
277
 #define MSG_UBL_SAVE_ERROR                _UxGT("ERR:UBL speichern")
282
 #define MSG_UBL_SAVE_ERROR                _UxGT("ERR:UBL speichern")
278
 #define MSG_UBL_RESTORE_ERROR             _UxGT("ERR:UBL wiederherst.")
283
 #define MSG_UBL_RESTORE_ERROR             _UxGT("ERR:UBL wiederherst.")
279
 #define MSG_UBL_Z_OFFSET_STOPPED          _UxGT("Z-Versatz angehalten")
284
 #define MSG_UBL_Z_OFFSET_STOPPED          _UxGT("Z-Versatz angehalten")
285
+#define MSG_UBL_STEP_BY_STEP_MENU         _UxGT("Schrittweises UBL")
280
 
286
 
281
 #if LCD_WIDTH >= 20
287
 #if LCD_WIDTH >= 20
282
   #define MSG_INFO_PRINT_COUNT              _UxGT("Gesamte Drucke")
288
   #define MSG_INFO_PRINT_COUNT              _UxGT("Gesamte Drucke")

Loading…
Cancel
Save