1 |
ron |
1 |
/**
|
|
|
2 |
* Marlin 3D Printer Firmware
|
|
|
3 |
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|
|
4 |
*
|
|
|
5 |
* Based on Sprinter and grbl.
|
|
|
6 |
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
|
|
|
7 |
*
|
|
|
8 |
* This program is free software: you can redistribute it and/or modify
|
|
|
9 |
* it under the terms of the GNU General Public License as published by
|
|
|
10 |
* the Free Software Foundation, either version 3 of the License, or
|
|
|
11 |
* (at your option) any later version.
|
|
|
12 |
*
|
|
|
13 |
* This program is distributed in the hope that it will be useful,
|
|
|
14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
16 |
* GNU General Public License for more details.
|
|
|
17 |
*
|
|
|
18 |
* You should have received a copy of the GNU General Public License
|
|
|
19 |
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
20 |
*
|
|
|
21 |
*/
|
|
|
22 |
|
|
|
23 |
/**
|
|
|
24 |
* Dutch
|
|
|
25 |
*
|
|
|
26 |
* LCD Menu Messages
|
|
|
27 |
* See also http://marlinfw.org/docs/development/lcd_language.html
|
|
|
28 |
*
|
|
|
29 |
*/
|
|
|
30 |
#ifndef LANGUAGE_NL_H
|
|
|
31 |
#define LANGUAGE_NL_H
|
|
|
32 |
|
|
|
33 |
#define DISPLAY_CHARSET_ISO10646_1
|
|
|
34 |
#define NOT_EXTENDED_ISO10646_1_5X7
|
|
|
35 |
|
|
|
36 |
#define WELCOME_MSG MACHINE_NAME _UxGT(" gereed.")
|
|
|
37 |
#define MSG_BACK _UxGT("Terug")
|
|
|
38 |
#define MSG_SD_INSERTED _UxGT("Kaart ingestoken")
|
|
|
39 |
#define MSG_SD_REMOVED _UxGT("Kaart verwijderd")
|
|
|
40 |
#define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
|
|
|
41 |
#define MSG_MAIN _UxGT("Hoofdmenu")
|
|
|
42 |
#define MSG_AUTOSTART _UxGT("Autostart")
|
|
|
43 |
#define MSG_DISABLE_STEPPERS _UxGT("Motoren uit")
|
|
|
44 |
#define MSG_DEBUG_MENU _UxGT("Debug Menu") //accepted English terms
|
|
|
45 |
#define MSG_PROGRESS_BAR_TEST _UxGT("Vooruitgang Test")
|
|
|
46 |
#define MSG_AUTO_HOME _UxGT("Auto home")
|
|
|
47 |
#define MSG_AUTO_HOME_X _UxGT("Home X")
|
|
|
48 |
#define MSG_AUTO_HOME_Y _UxGT("Home Y")
|
|
|
49 |
#define MSG_AUTO_HOME_Z _UxGT("Home Z")
|
|
|
50 |
#define MSG_TMC_Z_CALIBRATION _UxGT("Kalibreer Z")
|
|
|
51 |
#define MSG_LEVEL_BED_HOMING _UxGT("Homing XYZ")
|
|
|
52 |
#define MSG_LEVEL_BED_WAITING _UxGT("Klik voor begin")
|
|
|
53 |
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Volgende Plaats")
|
|
|
54 |
#define MSG_LEVEL_BED_DONE _UxGT("Bed level kompl.")
|
|
|
55 |
#define MSG_SET_HOME_OFFSETS _UxGT("Zet home offsets")
|
|
|
56 |
#define MSG_HOME_OFFSETS_APPLIED _UxGT("H offset toegep.")
|
|
|
57 |
#define MSG_SET_ORIGIN _UxGT("Nulpunt instellen")
|
|
|
58 |
#define MSG_PREHEAT_1 _UxGT("PLA voorverwarmen")
|
|
|
59 |
#define MSG_PREHEAT_1_N _UxGT("PLA voorverw. ")
|
|
|
60 |
#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1_N _UxGT("aan")
|
|
|
61 |
#define MSG_PREHEAT_1_END MSG_PREHEAT_1 _UxGT(" Einde")
|
|
|
62 |
#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1_N _UxGT("Bed")
|
|
|
63 |
#define MSG_PREHEAT_1_SETTINGS _UxGT("PLA verw. conf")
|
|
|
64 |
#define MSG_PREHEAT_2 _UxGT("ABS voorverwarmen")
|
|
|
65 |
#define MSG_PREHEAT_2_N _UxGT("ABS voorverw. ")
|
|
|
66 |
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2_N _UxGT("aan")
|
|
|
67 |
#define MSG_PREHEAT_2_END MSG_PREHEAT_2 _UxGT(" Einde")
|
|
|
68 |
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2_N _UxGT("Bed")
|
|
|
69 |
#define MSG_PREHEAT_2_SETTINGS _UxGT("ABS verw. conf")
|
|
|
70 |
#define MSG_COOLDOWN _UxGT("Afkoelen")
|
|
|
71 |
#define MSG_SWITCH_PS_ON _UxGT("Stroom aan")
|
|
|
72 |
#define MSG_SWITCH_PS_OFF _UxGT("Stroom uit")
|
|
|
73 |
#define MSG_EXTRUDE _UxGT("Extrude")
|
|
|
74 |
#define MSG_RETRACT _UxGT("Retract")
|
|
|
75 |
#define MSG_MOVE_AXIS _UxGT("As verplaatsen")
|
|
|
76 |
#define MSG_BED_LEVELING _UxGT("Bed Leveling")
|
|
|
77 |
#define MSG_LEVEL_BED _UxGT("Level bed")
|
|
|
78 |
#define MSG_MOVING _UxGT("Verplaatsen...")
|
|
|
79 |
#define MSG_FREE_XY _UxGT("Vrij XY")
|
|
|
80 |
#define MSG_MOVE_X _UxGT("Verplaats X")
|
|
|
81 |
#define MSG_MOVE_Y _UxGT("Verplaats Y")
|
|
|
82 |
#define MSG_MOVE_Z _UxGT("Verplaats Z")
|
|
|
83 |
#define MSG_MOVE_E _UxGT("Extruder")
|
|
|
84 |
#define MSG_MOVE_01MM _UxGT("Verplaats 0.1mm")
|
|
|
85 |
#define MSG_MOVE_1MM _UxGT("Verplaats 1mm")
|
|
|
86 |
#define MSG_MOVE_10MM _UxGT("Verplaats 10mm")
|
|
|
87 |
#define MSG_SPEED _UxGT("Snelheid")
|
|
|
88 |
#define MSG_BED_Z _UxGT("Bed Z")
|
|
|
89 |
#define MSG_NOZZLE _UxGT("Nozzle")
|
|
|
90 |
#define MSG_BED _UxGT("Bed")
|
|
|
91 |
#define MSG_FAN_SPEED _UxGT("Fan snelheid")
|
|
|
92 |
#define MSG_FLOW _UxGT("Flow")
|
|
|
93 |
#define MSG_CONTROL _UxGT("Control")
|
|
|
94 |
#define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Min")
|
|
|
95 |
#define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Max")
|
|
|
96 |
#define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Fact")
|
|
|
97 |
#define MSG_AUTOTEMP _UxGT("Autotemp")
|
|
|
98 |
#define MSG_ON _UxGT("Aan ")
|
|
|
99 |
#define MSG_OFF _UxGT("Uit")
|
|
|
100 |
#define MSG_PID_P _UxGT("PID-P")
|
|
|
101 |
#define MSG_PID_I _UxGT("PID-I")
|
|
|
102 |
#define MSG_PID_D _UxGT("PID-D")
|
|
|
103 |
#define MSG_PID_C _UxGT("PID-C")
|
|
|
104 |
#define MSG_SELECT _UxGT("Selecteer")
|
|
|
105 |
#define MSG_ACC _UxGT("Versn")
|
|
|
106 |
#define MSG_JERK _UxGT("Jerk")
|
|
|
107 |
#if IS_KINEMATIC
|
|
|
108 |
#define MSG_VA_JERK _UxGT("Va-jerk")
|
|
|
109 |
#define MSG_VB_JERK _UxGT("Vb-jerk")
|
|
|
110 |
#define MSG_VC_JERK _UxGT("Vc-jerk")
|
|
|
111 |
#else
|
|
|
112 |
#define MSG_VA_JERK _UxGT("Vx-jerk")
|
|
|
113 |
#define MSG_VB_JERK _UxGT("Vy-jerk")
|
|
|
114 |
#define MSG_VC_JERK _UxGT("Vz-jerk")
|
|
|
115 |
#endif
|
|
|
116 |
#define MSG_VE_JERK _UxGT("Ve-jerk")
|
|
|
117 |
#define MSG_VMAX _UxGT("Vmax ")
|
|
|
118 |
#define MSG_VMIN _UxGT("Vmin")
|
|
|
119 |
#define MSG_VTRAV_MIN _UxGT("VTrav min")
|
|
|
120 |
#define MSG_AMAX _UxGT("Amax ")
|
|
|
121 |
#define MSG_A_RETRACT _UxGT("A-retract")
|
|
|
122 |
#define MSG_A_TRAVEL _UxGT("A-travel")
|
|
|
123 |
#define MSG_STEPS_PER_MM _UxGT("Steps/mm")
|
|
|
124 |
#if IS_KINEMATIC
|
|
|
125 |
#define MSG_ASTEPS _UxGT("Asteps/mm")
|
|
|
126 |
#define MSG_BSTEPS _UxGT("Bsteps/mm")
|
|
|
127 |
#define MSG_CSTEPS _UxGT("Csteps/mm")
|
|
|
128 |
#else
|
|
|
129 |
#define MSG_ASTEPS _UxGT("Xsteps/mm")
|
|
|
130 |
#define MSG_BSTEPS _UxGT("Ysteps/mm")
|
|
|
131 |
#define MSG_CSTEPS _UxGT("Zsteps/mm")
|
|
|
132 |
#endif
|
|
|
133 |
#define MSG_ESTEPS _UxGT("Esteps/mm")
|
|
|
134 |
#define MSG_E1STEPS _UxGT("E1steps/mm")
|
|
|
135 |
#define MSG_E2STEPS _UxGT("E2steps/mm")
|
|
|
136 |
#define MSG_E3STEPS _UxGT("E3steps/mm")
|
|
|
137 |
#define MSG_E4STEPS _UxGT("E4steps/mm")
|
|
|
138 |
#define MSG_E5STEPS _UxGT("E5steps/mm")
|
|
|
139 |
#define MSG_TEMPERATURE _UxGT("Temperatuur")
|
|
|
140 |
#define MSG_MOTION _UxGT("Beweging")
|
|
|
141 |
#define MSG_FILAMENT _UxGT("Filament")
|
|
|
142 |
#define MSG_ADVANCE_K _UxGT("Advance K") //accepted english dutch
|
|
|
143 |
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3")
|
|
|
144 |
#define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.")
|
|
|
145 |
#define MSG_CONTRAST _UxGT("LCD contrast")
|
|
|
146 |
#define MSG_STORE_EEPROM _UxGT("Geheugen opslaan")
|
|
|
147 |
#define MSG_LOAD_EEPROM _UxGT("Geheugen laden")
|
|
|
148 |
#define MSG_RESTORE_FAILSAFE _UxGT("Noodstop reset")
|
|
|
149 |
#define MSG_REFRESH _UxGT("Ververs")
|
|
|
150 |
#define MSG_WATCH _UxGT("Info scherm")
|
|
|
151 |
#define MSG_PREPARE _UxGT("Voorbereiden")
|
|
|
152 |
#define MSG_TUNE _UxGT("Afstellen")
|
|
|
153 |
#define MSG_PAUSE_PRINT _UxGT("Print pauzeren")
|
|
|
154 |
#define MSG_RESUME_PRINT _UxGT("Print hervatten")
|
|
|
155 |
#define MSG_STOP_PRINT _UxGT("Print stoppen")
|
|
|
156 |
#define MSG_CARD_MENU _UxGT("Print van SD")
|
|
|
157 |
#define MSG_NO_CARD _UxGT("Geen SD kaart")
|
|
|
158 |
#define MSG_DWELL _UxGT("Slapen...")
|
|
|
159 |
#define MSG_USERWAIT _UxGT("Wachten...")
|
|
|
160 |
#define MSG_PRINT_ABORTED _UxGT("Print afgebroken")
|
|
|
161 |
#define MSG_NO_MOVE _UxGT("Geen beweging.")
|
|
|
162 |
#define MSG_KILLED _UxGT("Afgebroken. ")
|
|
|
163 |
#define MSG_STOPPED _UxGT("Gestopt. ")
|
|
|
164 |
#define MSG_CONTROL_RETRACT _UxGT("Retract mm") //accepted English term in Dutch
|
|
|
165 |
#define MSG_CONTROL_RETRACT_SWAP _UxGT("Ruil Retract mm")
|
|
|
166 |
#define MSG_CONTROL_RETRACTF _UxGT("Retract F")
|
|
|
167 |
#define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Hop mm")
|
|
|
168 |
#define MSG_CONTROL_RETRACT_RECOVER _UxGT("UnRet mm")
|
|
|
169 |
#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Ruil UnRet mm")
|
|
|
170 |
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet F")
|
|
|
171 |
#define MSG_AUTORETRACT _UxGT("AutoRetr.")
|
|
|
172 |
#define MSG_FILAMENTCHANGE _UxGT("Verv. Filament")
|
|
|
173 |
#define MSG_INIT_SDCARD _UxGT("Init. SD kaart")
|
|
|
174 |
#define MSG_CNG_SDCARD _UxGT("Verv. SD Kaart")
|
|
|
175 |
#define MSG_ZPROBE_OUT _UxGT("Z probe uit. bed")
|
|
|
176 |
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Zelf-Test")
|
|
|
177 |
#define MSG_BLTOUCH_RESET _UxGT("Reset BLTouch")
|
|
|
178 |
#define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
|
|
179 |
#define MSG_FIRST _UxGT("Eerst")
|
|
|
180 |
#define MSG_ZPROBE_ZOFFSET _UxGT("Z Offset") //accepted English term in Dutch
|
|
|
181 |
#define MSG_BABYSTEP_X _UxGT("Babystap X")
|
|
|
182 |
#define MSG_BABYSTEP_Y _UxGT("Babystap Y")
|
|
|
183 |
#define MSG_BABYSTEP_Z _UxGT("Babystap Z")
|
|
|
184 |
#define MSG_ENDSTOP_ABORT _UxGT("Endstop afbr.")
|
|
|
185 |
#define MSG_HEATING_FAILED_LCD _UxGT("Voorverw. fout")
|
|
|
186 |
#define MSG_ERR_REDUNDANT_TEMP _UxGT("Redun. temp fout")
|
|
|
187 |
#define MSG_THERMAL_RUNAWAY _UxGT("Therm. wegloop")
|
|
|
188 |
#define MSG_ERR_MAXTEMP _UxGT("Err: Max. temp")
|
|
|
189 |
#define MSG_ERR_MINTEMP _UxGT("Err: Min. temp")
|
|
|
190 |
#define MSG_ERR_MAXTEMP_BED _UxGT("Err: Max.tmp bed")
|
|
|
191 |
#define MSG_ERR_MINTEMP_BED _UxGT("Err: Min.tmp bed")
|
|
|
192 |
#define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
|
|
|
193 |
#define MSG_HALTED _UxGT("PRINTER GESTOPT")
|
|
|
194 |
#define MSG_PLEASE_RESET _UxGT("Reset A.U.B.")
|
|
|
195 |
#define MSG_SHORT_DAY _UxGT("d") // One character only. Keep English standard
|
|
|
196 |
#define MSG_SHORT_HOUR _UxGT("h") // One character only
|
|
|
197 |
#define MSG_SHORT_MINUTE _UxGT("m") // One character only
|
|
|
198 |
#define MSG_HEATING _UxGT("Voorwarmen...")
|
|
|
199 |
#define MSG_BED_HEATING _UxGT("Bed voorverw...")
|
|
|
200 |
#define MSG_DELTA_CALIBRATE _UxGT("Delta Calibratie")
|
|
|
201 |
#define MSG_DELTA_CALIBRATE_X _UxGT("Kalibreer X")
|
|
|
202 |
#define MSG_DELTA_CALIBRATE_Y _UxGT("Kalibreer Y")
|
|
|
203 |
#define MSG_DELTA_CALIBRATE_Z _UxGT("Kalibreer Z")
|
|
|
204 |
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("Kalibreer Midden")
|
|
|
205 |
#define MSG_DELTA_AUTO_CALIBRATE _UxGT("Auto Calibratie")
|
|
|
206 |
#define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Zet Delta Hoogte")
|
|
|
207 |
|
|
|
208 |
#define MSG_INFO_STATS_MENU _UxGT("Printer Stats")
|
|
|
209 |
#define MSG_INFO_BOARD_MENU _UxGT("Board Info") //accepted English term in Dutch
|
|
|
210 |
#define MSG_INFO_THERMISTOR_MENU _UxGT("Thermistors")
|
|
|
211 |
#define MSG_INFO_EXTRUDERS _UxGT("Extruders")
|
|
|
212 |
#define MSG_INFO_BAUDRATE _UxGT("Baud")
|
|
|
213 |
#define MSG_INFO_MENU _UxGT("Over Printer")
|
|
|
214 |
#define MSG_INFO_PRINTER_MENU _UxGT("Printer Info")
|
|
|
215 |
#define MSG_INFO_PROTOCOL _UxGT("Protocol")
|
|
|
216 |
#define MSG_CASE_LIGHT _UxGT("Case licht")
|
|
|
217 |
|
|
|
218 |
#if LCD_WIDTH >= 20
|
|
|
219 |
#define MSG_INFO_PRINT_COUNT _UxGT("Printed Aantal")
|
|
|
220 |
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Totaal Voltooid")
|
|
|
221 |
#define MSG_INFO_PRINT_TIME _UxGT("Totale Printtijd")
|
|
|
222 |
#define MSG_INFO_PRINT_LONGEST _UxGT("Langste Printtijd")
|
|
|
223 |
#define MSG_INFO_PRINT_FILAMENT _UxGT("Totaal Extrudeert")
|
|
|
224 |
#else
|
|
|
225 |
#define MSG_INFO_PRINT_COUNT _UxGT("Aantal")
|
|
|
226 |
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Voltooid")
|
|
|
227 |
#define MSG_INFO_PRINT_TIME _UxGT("Printtijd ")
|
|
|
228 |
#define MSG_INFO_PRINT_LONGEST _UxGT("Langste")
|
|
|
229 |
#define MSG_INFO_PRINT_FILAMENT _UxGT("Extrud.")
|
|
|
230 |
#endif
|
|
|
231 |
|
|
|
232 |
#define MSG_INFO_MIN_TEMP _UxGT("Min Temp")
|
|
|
233 |
#define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
|
|
|
234 |
#define MSG_INFO_PSU _UxGT("PSU") //accepted English term in Dutch
|
|
|
235 |
|
|
|
236 |
#define MSG_DRIVE_STRENGTH _UxGT("Motorstroom")
|
|
|
237 |
#define MSG_DAC_PERCENT _UxGT("Driver %") //accepted English term in Dutch
|
|
|
238 |
#define MSG_DAC_EEPROM_WRITE _UxGT("DAC Opslaan")
|
|
|
239 |
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Hervat print")
|
|
|
240 |
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Nozzle: ") //accepeted English term
|
|
|
241 |
//
|
|
|
242 |
// Filament Change screens show up to 3 lines on a 4-line display
|
|
|
243 |
// ...or up to 2 lines on a 3-line display
|
|
|
244 |
//
|
|
|
245 |
#if LCD_HEIGHT >= 4
|
|
|
246 |
// Up to 3 lines
|
|
|
247 |
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Wacht voor start")
|
|
|
248 |
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("filament te")
|
|
|
249 |
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("verwisselen")
|
|
|
250 |
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Wacht voor")
|
|
|
251 |
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("filament uit")
|
|
|
252 |
#define MSG_FILAMENT_CHANGE_UNLOAD_3 _UxGT("te laden")
|
|
|
253 |
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Klik knop om...")
|
|
|
254 |
#define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("verw. nozzle.") //nozzle accepted English term
|
|
|
255 |
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Nozzle verw.")
|
|
|
256 |
#define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Wacht a.u.b.")
|
|
|
257 |
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Laad filament")
|
|
|
258 |
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("en druk knop")
|
|
|
259 |
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("om verder...")
|
|
|
260 |
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Wacht voor")
|
|
|
261 |
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("filament te")
|
|
|
262 |
#define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("laden")
|
|
|
263 |
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Wacht voor print")
|
|
|
264 |
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("om verder")
|
|
|
265 |
#define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("te gaan")
|
|
|
266 |
#else // LCD_HEIGHT < 4
|
|
|
267 |
// Up to 2 lines
|
|
|
268 |
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Wacht voor")
|
|
|
269 |
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("start...")
|
|
|
270 |
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Wacht voor")
|
|
|
271 |
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("uitladen...")
|
|
|
272 |
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Klik knop om...")
|
|
|
273 |
#define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("verw. nozzle.") //nozzle accepted English term
|
|
|
274 |
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Verwarmen...")
|
|
|
275 |
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Laad filament")
|
|
|
276 |
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("en druk knop")
|
|
|
277 |
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Wacht voor")
|
|
|
278 |
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("inladen...")
|
|
|
279 |
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Wacht voor")
|
|
|
280 |
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("printing...")
|
|
|
281 |
#endif // LCD_HEIGHT < 4
|
|
|
282 |
|
|
|
283 |
#endif // LANGUAGE_NL_H
|