Browse Source

Tweak some german language strings

Change some string to get a better wording in german
Philip Schell 7 years ago
parent
commit
cd8b22b527
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      Marlin/language_de.h

+ 6
- 6
Marlin/language_de.h View File

@@ -50,7 +50,7 @@
50 50
 #define MSG_LEVEL_BED_DONE                  "Fertig"
51 51
 #define MSG_LEVEL_BED_CANCEL                "Abbruch"
52 52
 #define MSG_SET_HOME_OFFSETS                "Setze Homeversatz"
53
-#define MSG_HOME_OFFSETS_APPLIED            "Offsets aktiv"
53
+#define MSG_HOME_OFFSETS_APPLIED            "Homeversatz aktiv"
54 54
 #define MSG_SET_ORIGIN                      "Setze Nullpunkt" //"G92 X0 Y0 Z0" commented out in ultralcd.cpp
55 55
 #define MSG_PREHEAT_1                       "Vorwärmen PLA"
56 56
 #define MSG_PREHEAT_1_N                     "Vorwärmen PLA "
@@ -73,9 +73,9 @@
73 73
 #define MSG_MOVE_Y                          "Y"
74 74
 #define MSG_MOVE_Z                          "Z"
75 75
 #define MSG_MOVE_E                          "Extruder "
76
-#define MSG_MOVE_01MM                       " 0.1 mm"
77
-#define MSG_MOVE_1MM                        " 1.0 mm"
78
-#define MSG_MOVE_10MM                       "10.0 mm"
76
+#define MSG_MOVE_01MM                       " 0,1 mm"
77
+#define MSG_MOVE_1MM                        " 1,0 mm"
78
+#define MSG_MOVE_10MM                       "10,0 mm"
79 79
 #define MSG_SPEED                           "Geschw."
80 80
 #define MSG_BED_Z                           "Bett Z"
81 81
 #define MSG_NOZZLE                          "Düse"
@@ -131,7 +131,7 @@
131 131
 #define MSG_RESUMING                        "Druckfortsetzung"
132 132
 #define MSG_PRINT_ABORTED                   "Druck abgebrochen"
133 133
 #define MSG_NO_MOVE                         "Motoren eingeschaltet"
134
-#define MSG_KILLED                          "KILLED"
134
+#define MSG_KILLED                          "ABGEBROCHEN"
135 135
 #define MSG_STOPPED                         "ANGEHALTEN"
136 136
 #define MSG_CONTROL_RETRACT                 "Retract mm"
137 137
 #define MSG_CONTROL_RETRACT_SWAP            "Wechs. Retract mm"
@@ -147,7 +147,7 @@
147 147
 #define MSG_ZPROBE_OUT                      "Sensor ausserhalb"
148 148
 #define MSG_HOME                            "Vorher"  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
149 149
 #define MSG_FIRST                           "homen"
150
-#define MSG_ZPROBE_ZOFFSET                  "Z Offset"
150
+#define MSG_ZPROBE_ZOFFSET                  "Z Versatz"
151 151
 #define MSG_BABYSTEP_X                      "Babystep X"
152 152
 #define MSG_BABYSTEP_Y                      "Babystep Y"
153 153
 #define MSG_BABYSTEP_Z                      "Babystep Z"

Loading…
Cancel
Save