Browse Source

de-language additions

AnHardt 8 years ago
parent
commit
c3d1b7db2d
1 changed files with 20 additions and 11 deletions
  1. 20
    11
      Marlin/language_de.h

+ 20
- 11
Marlin/language_de.h View File

@@ -43,11 +43,11 @@
43 43
 #define MSG_DISABLE_STEPPERS                "Motoren Aus" // M84
44 44
 #define MSG_AUTO_HOME                       "Home" // G28
45 45
 #define MSG_LEVEL_BED_HOMING                "Homing XYZ"
46
-#define MSG_LEVEL_BED_WAITING               "Click to Begin"
47
-#define MSG_LEVEL_BED_DONE                  "Leveling Done!"
48
-#define MSG_LEVEL_BED_CANCEL                "Cancel"
46
+#define MSG_LEVEL_BED_WAITING               "Klick für Start"
47
+#define MSG_LEVEL_BED_DONE                  "Fertig"
48
+#define MSG_LEVEL_BED_CANCEL                "Abbruch"
49 49
 #define MSG_SET_HOME_OFFSETS                "Setze Home hier"
50
-#define MSG_HOME_OFFSETS_APPLIED            "Offsets applied"
50
+#define MSG_HOME_OFFSETS_APPLIED            "Offsets aktiv"
51 51
 #define MSG_SET_ORIGIN                      "Setze Null hier" //"G92 X0 Y0 Z0" commented out in ultralcd.cpp
52 52
 #define MSG_PREHEAT_PLA                     "Vorwärmen PLA"
53 53
 #define MSG_PREHEAT_PLA_N                   "Vorwärmen PLA "
@@ -62,8 +62,10 @@
62 62
 #define MSG_COOLDOWN                        "Abkühlen"
63 63
 #define MSG_SWITCH_PS_ON                    "Netzteil Ein"
64 64
 #define MSG_SWITCH_PS_OFF                   "Netzteil Aus"
65
+#define MSG_EXTRUDE                         "Extrude"
65 66
 #define MSG_RETRACT                         "Retract"
66 67
 #define MSG_MOVE_AXIS                       "Bewegen"
68
+#define MSG_LEVEL_BED                       "Bett Korrektur"
67 69
 #define MSG_MOVE_X                          "X"
68 70
 #define MSG_MOVE_Y                          "Y"
69 71
 #define MSG_MOVE_Z                          "Z"
@@ -72,6 +74,7 @@
72 74
 #define MSG_MOVE_1MM                        " 1.0 mm"
73 75
 #define MSG_MOVE_10MM                       "10.0 mm"
74 76
 #define MSG_SPEED                           "Geschw."
77
+#define MSG_BED_Z                           "Bett Z"
75 78
 #define MSG_NOZZLE                          "Düse"
76 79
 #define MSG_BED                             "Bett"
77 80
 #define MSG_FAN_SPEED                       "Lüftergeschw."
@@ -100,6 +103,7 @@
100 103
 #define MSG_VTRAV_MIN                       "VTrav min"
101 104
 #define MSG_AMAX                            "A max " // space by purpose
102 105
 #define MSG_A_RETRACT                       "A Retract"
106
+#define MSG_A_TRAVEL                        "A Travel"
103 107
 #define MSG_XSTEPS                          "X steps/mm"
104 108
 #define MSG_YSTEPS                          "Y steps/mm"
105 109
 #define MSG_ZSTEPS                          "Z steps/mm"
@@ -147,6 +151,13 @@
147 151
 #define MSG_BABYSTEP_Y                      "Babystep Y"
148 152
 #define MSG_BABYSTEP_Z                      "Babystep Z"
149 153
 #define MSG_ENDSTOP_ABORT                   "Endstop Abbr. Ein"
154
+#define MSG_HEATING_FAILED_LCD              "Err: Heizt langsam"
155
+#define MSG_ERR_REDUNDANT_TEMP              "Err: Temp. Redundanz"
156
+#define MSG_THERMAL_RUNAWAY                 "Err: Temp. Messung"
157
+#define MSG_ERR_MAXTEMP                     "Err: Max-Temp."
158
+#define MSG_ERR_MINTEMP                     "Err: Min-Temp."
159
+#define MSG_ERR_MAXTEMP_BED                 "Err: Max-Temp. Bett"
160
+#define MSG_ERR_MINTEMP_BED                 "Err: Min-Temp. Bett"
150 161
 #define MSG_END_HOUR                        "Stunden"
151 162
 #define MSG_END_MINUTE                      "Minuten"
152 163
 #define MSG_HEATING                         "Aufheizen..."
@@ -154,12 +165,10 @@
154 165
 #define MSG_BED_HEATING                     "Bett aufheizen"
155 166
 #define MSG_BED_DONE                        "Bett aufgeheizt"
156 167
 
157
-#if ENABLED(DELTA_CALIBRATION_MENU)
158
-  #define MSG_DELTA_CALIBRATE               "Delta kalibrieren"
159
-  #define MSG_DELTA_CALIBRATE_X             "Kalibriere X"
160
-  #define MSG_DELTA_CALIBRATE_Y             "Kalibriere Y"
161
-  #define MSG_DELTA_CALIBRATE_Z             "Kalibriere Z"
162
-  #define MSG_DELTA_CALIBRATE_CENTER        "Kalibriere Mitte"
163
-#endif // DELTA_CALIBRATION_MENU
168
+#define MSG_DELTA_CALIBRATE                 "Delta kalibrieren"
169
+#define MSG_DELTA_CALIBRATE_X               "Kalibriere X"
170
+#define MSG_DELTA_CALIBRATE_Y               "Kalibriere Y"
171
+#define MSG_DELTA_CALIBRATE_Z               "Kalibriere Z"
172
+#define MSG_DELTA_CALIBRATE_CENTER          "Kalibriere Mitte"
164 173
 
165 174
 #endif // LANGUAGE_DE_H

Loading…
Cancel
Save