Skip to content

Commit

Permalink
Add missing translations to lang-de
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHardt committed Dec 3, 2016
1 parent 1dfe39f commit e7fc353
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Marlin/language_de.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
#define MSG_INIT_SDCARD "SD-Karte erkennen" // Manually initialize the SD-card via user interface
#define MSG_CNG_SDCARD "SD-Karte getauscht" // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
#define MSG_ZPROBE_OUT "Sensor ausserhalb"
#define MSG_BLTOUCH_SELFTEST "BLTouch Test"
#define MSG_BLTOUCH_RESET "BLTouch Reset"
#define MSG_HOME "Vorher" // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
#define MSG_FIRST "homen"
#define MSG_ZPROBE_ZOFFSET "Z Versatz"
Expand Down Expand Up @@ -204,6 +206,10 @@
#define MSG_INFO_MAX_TEMP "Max Temp"
#define MSG_INFO_PSU "Stromversorgung"

#define MSG_DRIVE_STRENGTH "Motorströme"
#define MSG_DAC_PERCENT "Treiber %"
#define MSG_DAC_EEPROM_WRITE "Werte speichern"

#define MSG_FILAMENT_CHANGE_HEADER "ÄNDERE FILAMENT"
#define MSG_FILAMENT_CHANGE_OPTION_HEADER "ÄNDERE OPTIONEN:"
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE "Extrude mehr"
Expand Down

0 comments on commit e7fc353

Please sign in to comment.