Преглед изворни кода

Merge pull request #2 from MarlinFirmware/RCBugFix

Rc bug fix
Silvio пре 8 година
родитељ
комит
cc4bb5aa09
2 измењених фајлова са 14 додато и 12 уклоњено
  1. 0
    3
      Marlin/fonts/README.fonts
  2. 14
    9
      Marlin/language_nl.h

+ 0
- 3
Marlin/fonts/README.fonts Прегледај датотеку

@@ -21,6 +21,3 @@ For the second half of the font we now support up to 11x11 pixel.
21 21
     #else // fall-back
22 22
  * Add your font to the list of permitted fonts in 'language_en.h'
23 23
     ... || ENABLED(DISPLAY_CHARSET_YOUR_NEW_FONT) ... )
24
-
25
-
26
-Especially the Kana font should be revised by someone who knows what he/she does. I am only a west-European with very little knowledge about this script.

+ 14
- 9
Marlin/language_nl.h Прегледај датотеку

@@ -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"
@@ -153,16 +153,21 @@
153 153
 #define MSG_BED_Z                           "Bed Z"
154 154
 #define MSG_A_TRAVEL                        "A-travel"
155 155
 #define MSG_HEATING_FAILED_LCD              "voorverw. fout"
156
-#define MSG_ERR_REDUNDANT_TEMP              "Fout: Redundant temp fout"
157
-#define MSG_THERMAL_RUNAWAY                 "Thermische wegloop"
158
-#define MSG_ERR_MAXTEMP                     "Fout: Max. temp"
159
-#define MSG_ERR_MINTEMP                     "Fout: Min. temp"
160
-#define MSG_ERR_MAXTEMP_BED                 "Fout: Max. temp bed"
161
-#define MSG_ERR_MINTEMP_BED                 "Fout: Min. temp bed"
156
+#define MSG_ERR_REDUNDANT_TEMP              "Redun. temp fout"
157
+#define MSG_THERMAL_RUNAWAY                 "Therm. wegloop"
158
+#define MSG_ERR_MAXTEMP                     "Err: Max. temp"
159
+#define MSG_ERR_MINTEMP                     "Err: Min. temp"
160
+#define MSG_ERR_MAXTEMP_BED                 "Err: Max.tmp bed"
161
+#define MSG_ERR_MINTEMP_BED                 "Err: Min.tmp bed"
162 162
 #define MSG_HEATING                         "Voorwarmen..."
163
-#define MSG_HEATING_COMPLETE                "voorverw. kompleet"
164
-#define MSG_BED_HEATING                     "Bed voorverwarmen"
163
+#define MSG_HEATING_COMPLETE                "Voorverw. kompl."
164
+#define MSG_BED_HEATING                     "Bed voorverw."
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 level kompl."
169
+#define MSG_LEVEL_BED_CANCEL                "Bed level afbr."
170
+#define MSG_HOME_OFFSETS_APPLIED            "H offset toegep."
166 171
 
167 172
 #if ENABLED(DELTA_CALIBRATION_MENU)
168 173
   #define MSG_DELTA_CALIBRATE               "Delta Calibratie"

Loading…
Откажи
Сачувај