Browse Source

rebased my fork with RCBugFix release in order to push language_nl.h

Paul de Groot 8 years ago
parent
commit
48a4410f02
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      Marlin/language_nl.h

+ 6
- 1
Marlin/language_nl.h View File

@@ -38,7 +38,7 @@
38 38
 #define WELCOME_MSG                         MACHINE_NAME " gereed."
39 39
 #define MSG_SD_INSERTED                     "Kaart ingestoken"
40 40
 #define MSG_SD_REMOVED                      "Kaart verwijderd"
41
-#define MSG_MAIN                            "Main"
41
+#define MSG_MAIN                            "Hoofdmenu"
42 42
 #define MSG_AUTOSTART                       "Autostart"
43 43
 #define MSG_DISABLE_STEPPERS                "Motoren uit"
44 44
 #define MSG_AUTO_HOME                       "Auto home"
@@ -163,6 +163,11 @@
163 163
 #define MSG_HEATING_COMPLETE                "voorverw. kompleet"
164 164
 #define MSG_BED_HEATING                     "Bed voorverwarmen"
165 165
 #define MSG_BED_DONE                        "Bed is voorverw."
166
+#define MSG_LEVEL_BED_HOMING                "Homing XYZ"
167
+#define MSG_LEVEL_BED_WAITING               "Klik voor begin"
168
+#define MSG_LEVEL_BED_DONE                  "Bed leveling kompleet!"
169
+#define MSG_LEVEL_BED_CANCEL                "Bed leveling afbreken"
170
+#define MSG_HOME_OFFSETS_APPLIED            "Home offsets toegepast"
166 171
 
167 172
 #if ENABLED(DELTA_CALIBRATION_MENU)
168 173
   #define MSG_DELTA_CALIBRATE               "Delta Calibratie"

Loading…
Cancel
Save