Browse Source

language_de.h: updated translation and minor typos

language_de.h: updated translation and minor typos
CONSULitAS 9 years ago
parent
commit
c5dfb35597
1 changed files with 7 additions and 7 deletions
  1. 7
    7
      Marlin/language_de.h

+ 7
- 7
Marlin/language_de.h View File

13
 //#define SIMULATE_ROMFONT
13
 //#define SIMULATE_ROMFONT
14
 #define DISPLAY_CHARSET_ISO10646_1
14
 #define DISPLAY_CHARSET_ISO10646_1
15
 
15
 
16
-#define WELCOME_MSG                         MACHINE_NAME " Bereit."
16
+#define WELCOME_MSG                         MACHINE_NAME " bereit."
17
 #define MSG_SD_INSERTED                     "SDKarte erkannt."
17
 #define MSG_SD_INSERTED                     "SDKarte erkannt."
18
 #define MSG_SD_REMOVED                      "SDKarte entfernt."
18
 #define MSG_SD_REMOVED                      "SDKarte entfernt."
19
 #define MSG_MAIN                            "Hauptmenü"
19
 #define MSG_MAIN                            "Hauptmenü"
61
 #define MSG_PID_D                           "PID D"
61
 #define MSG_PID_D                           "PID D"
62
 #define MSG_PID_C                           "PID C"
62
 #define MSG_PID_C                           "PID C"
63
 #define MSG_ACC                             "A"
63
 #define MSG_ACC                             "A"
64
-#define MSG_VXY_JERK                        "V xy jerk"
65
-#define MSG_VZ_JERK                         "V z  jerk"
66
-#define MSG_VE_JERK                         "V e  jerk"
64
+#define MSG_VXY_JERK                        "V xy Ruck"
65
+#define MSG_VZ_JERK                         "V z  Ruck"
66
+#define MSG_VE_JERK                         "V e  Ruck"
67
 #define MSG_VMAX                            "V max " // space by purpose
67
 #define MSG_VMAX                            "V max " // space by purpose
68
 #define MSG_X                               "x"
68
 #define MSG_X                               "x"
69
 #define MSG_Y                               "y"
69
 #define MSG_Y                               "y"
84
 #define MSG_FILAMENT_SIZE_EXTRUDER_0        "Filament D 1"
84
 #define MSG_FILAMENT_SIZE_EXTRUDER_0        "Filament D 1"
85
 #define MSG_FILAMENT_SIZE_EXTRUDER_1        "Filament D 2"
85
 #define MSG_FILAMENT_SIZE_EXTRUDER_1        "Filament D 2"
86
 #define MSG_FILAMENT_SIZE_EXTRUDER_2        "Filament D 3"
86
 #define MSG_FILAMENT_SIZE_EXTRUDER_2        "Filament D 3"
87
-#define MSG_CONTRAST                        "LCD contrast"
87
+#define MSG_CONTRAST                        "LCD Kontrast"
88
 #define MSG_STORE_EPROM                     "EPROM speichern"
88
 #define MSG_STORE_EPROM                     "EPROM speichern"
89
 #define MSG_LOAD_EPROM                      "EPROM laden"
89
 #define MSG_LOAD_EPROM                      "EPROM laden"
90
 #define MSG_RESTORE_FAILSAFE                "Standardkonfig."
90
 #define MSG_RESTORE_FAILSAFE                "Standardkonfig."
116
 #define MSG_INIT_SDCARD                     "SDKarte erkennen"// Manually initialize the SD-card via user interface
116
 #define MSG_INIT_SDCARD                     "SDKarte erkennen"// Manually initialize the SD-card via user interface
117
 #define MSG_CNG_SDCARD                      "SDKarte erkennen"// SD-card changed by user. For machines with no autocarddetect. Both send "M21"
117
 #define MSG_CNG_SDCARD                      "SDKarte erkennen"// SD-card changed by user. For machines with no autocarddetect. Both send "M21"
118
 #define MSG_ZPROBE_OUT                      "Sensor ausserhalb"
118
 #define MSG_ZPROBE_OUT                      "Sensor ausserhalb"
119
-#define MSG_POSITION_UNKNOWN                "X/Y vor Z Homen."
119
+#define MSG_POSITION_UNKNOWN                "X/Y vor Z homen."
120
 #define MSG_ZPROBE_ZOFFSET                  "Z Offset"
120
 #define MSG_ZPROBE_ZOFFSET                  "Z Offset"
121
 #define MSG_BABYSTEP_X                      "Babystep X"
121
 #define MSG_BABYSTEP_X                      "Babystep X"
122
 #define MSG_BABYSTEP_Y                      "Babystep Y"
122
 #define MSG_BABYSTEP_Y                      "Babystep Y"
126
 #define MSG_END_MINUTE                      "Minuten"
126
 #define MSG_END_MINUTE                      "Minuten"
127
 
127
 
128
 #ifdef DELTA_CALIBRATION_MENU
128
 #ifdef DELTA_CALIBRATION_MENU
129
-    #define MSG_DELTA_CALIBRATE             "Delta Kalibrieren"
129
+    #define MSG_DELTA_CALIBRATE             "Delta kalibrieren"
130
     #define MSG_DELTA_CALIBRATE_X           "Kalibriere X"
130
     #define MSG_DELTA_CALIBRATE_X           "Kalibriere X"
131
     #define MSG_DELTA_CALIBRATE_Y           "Kalibriere Y"
131
     #define MSG_DELTA_CALIBRATE_Y           "Kalibriere Y"
132
     #define MSG_DELTA_CALIBRATE_Z           "Kalibriere Z"
132
     #define MSG_DELTA_CALIBRATE_Z           "Kalibriere Z"

Loading…
Cancel
Save