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

Loading…
Cancel
Save