Browse Source

Updated german translations in language.h and eliminated a few double lines.

kobaan 13 years ago
parent
commit
603a5e25b3
1 changed files with 58 additions and 61 deletions
  1. 58
    61
      Marlin/language.h

+ 58
- 61
Marlin/language.h View File

5
 // 1  Custom (For you to add your own messages)
5
 // 1  Custom (For you to add your own messages)
6
 // 2  English 
6
 // 2  English 
7
 // 3  French	(Waiting translation)
7
 // 3  French	(Waiting translation)
8
-// 4  German	(Waiting translation)
8
+// 4  German
9
 // 5  Etc
9
 // 5  Etc
10
 
10
 
11
 #define LANGUAGE_CHOICE 1  // Pick your language from the list above
11
 #define LANGUAGE_CHOICE 1  // Pick your language from the list above
96
 	#define MSG_PART_RELEASE "Partial Release"
96
 	#define MSG_PART_RELEASE "Partial Release"
97
 	#define MSG_KILLED "KILLED. "
97
 	#define MSG_KILLED "KILLED. "
98
 	#define MSG_STOPPED "STOPPED. "
98
 	#define MSG_STOPPED "STOPPED. "
99
-	#define MSG_PREHEAT_PLA " Preheat PLA"
100
-	#define MSG_PREHEAT_ABS " Preheat ABS"
101
 	#define MSG_STEPPER_RELEASED "Released."
99
 	#define MSG_STEPPER_RELEASED "Released."
102
-  #define MSG_CONTROL_RETRACT  " Retract mm:"
103
-  #define MSG_CONTROL_RETRACTF " Retract  F:"
104
-  #define MSG_CONTROL_RETRACT_ZLIFT " Hop mm:"
105
-  #define MSG_CONTROL_RETRACT_RECOVER " UnRet +mm:"
106
-  #define MSG_CONTROL_RETRACT_RECOVERF " UnRet  F:"
107
-  #define MSG_AUTORETRACT " AutoRetr.:"
100
+	#define MSG_CONTROL_RETRACT  " Retract mm:"
101
+	#define MSG_CONTROL_RETRACTF " Retract  F:"
102
+	#define MSG_CONTROL_RETRACT_ZLIFT " Hop mm:"
103
+	#define MSG_CONTROL_RETRACT_RECOVER " UnRet +mm:"
104
+	#define MSG_CONTROL_RETRACT_RECOVERF " UnRet  F:"
105
+	#define MSG_AUTORETRACT " AutoRetr.:"
108
 
106
 
109
 // Serial Console Messages
107
 // Serial Console Messages
110
 
108
 
176
 #if LANGUAGE_CHOICE == 4
174
 #if LANGUAGE_CHOICE == 4
177
 
175
 
178
 // LCD Menu Messages
176
 // LCD Menu Messages
179
-
180
-	#define WELCOME_MSG MACHINE_NAME " Ready."
181
-
182
-	#define MSG_SD_INSERTED "Card inserted"
183
-	#define MSG_SD_REMOVED "Card removed"
184
-	#define MSG_MAIN " Main \003"
177
+	#define WELCOME_MSG MACHINE_NAME " Bereit."
178
+	#define MSG_SD_INSERTED "Karte eingelegt"
179
+	#define MSG_SD_REMOVED "Karte entfernt"
180
+	#define MSG_MAIN " Haupt \003"
185
 	#define MSG_AUTOSTART " Autostart"
181
 	#define MSG_AUTOSTART " Autostart"
186
-	#define MSG_DISABLE_STEPPERS " Stepper abschalten"
182
+	#define MSG_DISABLE_STEPPERS " Motoren abschalten"
187
 	#define MSG_AUTO_HOME " Auto Heim"
183
 	#define MSG_AUTO_HOME " Auto Heim"
188
 	#define MSG_SET_ORIGIN " Position setzen"
184
 	#define MSG_SET_ORIGIN " Position setzen"
185
+	#define MSG_COOLDOWN " Abkuehlen"
186
+	#define MSG_EXTRUDE " Druck"
189
 	#define MSG_PREHEAT_PLA " Aufheizen PLA"
187
 	#define MSG_PREHEAT_PLA " Aufheizen PLA"
190
 	#define MSG_PREHEAT_ABS " Aufheizen ABS"
188
 	#define MSG_PREHEAT_ABS " Aufheizen ABS"
191
-	#define MSG_COOLDOWN " Abkuehlen"
192
-	#define MSG_EXTRUDE " Extrude"
193
-	#define MSG_PREHEAT_PLA " Preheat PLA"
194
-	#define MSG_PREHEAT_ABS " Preheat ABS"
195
-	#define MSG_MOVE_AXIS " Move Axis      \x7E"
196
-	#define MSG_MOVE_AXIS " Achsen verfahren   \x7E"
189
+	#define MSG_MOVE_AXIS " Achse bewegen   \x7E"
197
 	#define MSG_SPEED " Geschw:"
190
 	#define MSG_SPEED " Geschw:"
198
 	#define MSG_NOZZLE " \002Duese:"
191
 	#define MSG_NOZZLE " \002Duese:"
199
 	#define MSG_NOZZLE1 " \002Duese2:"
192
 	#define MSG_NOZZLE1 " \002Duese2:"
200
 	#define MSG_NOZZLE2 " \002Duese3:"
193
 	#define MSG_NOZZLE2 " \002Duese3:"
201
 	#define MSG_BED " \002Bett:"
194
 	#define MSG_BED " \002Bett:"
202
-	#define MSG_FAN_SPEED " Luefter geschw.:"
195
+	#define MSG_FAN_SPEED " Luefter Geschw.:"
203
 	#define MSG_FLOW " Fluss:"
196
 	#define MSG_FLOW " Fluss:"
204
 	#define MSG_CONTROL " Kontrolle \003"
197
 	#define MSG_CONTROL " Kontrolle \003"
205
 	#define MSG_MIN " \002 Min:"
198
 	#define MSG_MIN " \002 Min:"
222
 	#define MSG_VMIN " Vmin:"
215
 	#define MSG_VMIN " Vmin:"
223
 	#define MSG_VTRAV_MIN " VTrav min:"
216
 	#define MSG_VTRAV_MIN " VTrav min:"
224
 	#define MSG_AMAX " Amax "
217
 	#define MSG_AMAX " Amax "
225
-	#define MSG_A_RETRACT " A-retract:"
218
+	#define MSG_A_RETRACT " A-Rueckzug:"
226
 	#define MSG_XSTEPS " Xsteps/mm:"
219
 	#define MSG_XSTEPS " Xsteps/mm:"
227
 	#define MSG_YSTEPS " Ysteps/mm:"
220
 	#define MSG_YSTEPS " Ysteps/mm:"
228
 	#define MSG_ZSTEPS " Zsteps/mm:"
221
 	#define MSG_ZSTEPS " Zsteps/mm:"
229
 	#define MSG_ESTEPS " Esteps/mm:"
222
 	#define MSG_ESTEPS " Esteps/mm:"
230
-	#define MSG_MAIN_WIDE " Main        \003"
223
+	#define MSG_MAIN_WIDE " Hauptmenue  \003"
224
+	#define MSG_RECTRACT_WIDE " Rueckzug    \x7E"
231
 	#define MSG_TEMPERATURE_WIDE " Temperatur \x7E"
225
 	#define MSG_TEMPERATURE_WIDE " Temperatur \x7E"
232
-	#define MSG_MOTION_WIDE " Motion      \x7E"
226
+	#define MSG_MOTION_WIDE " Bewegung    \x7E"
233
 	#define MSG_STORE_EPROM " EPROM speichern"
227
 	#define MSG_STORE_EPROM " EPROM speichern"
234
 	#define MSG_LOAD_EPROM "  EPROM laden"
228
 	#define MSG_LOAD_EPROM "  EPROM laden"
235
 	#define MSG_RESTORE_FAILSAFE " Standard Konfig."
229
 	#define MSG_RESTORE_FAILSAFE " Standard Konfig."
236
-	#define MSG_REFRESH "\004Refresh"
230
+	#define MSG_REFRESH "\004Aktualisieren"
237
 	#define MSG_WATCH " Beobachten   \003"
231
 	#define MSG_WATCH " Beobachten   \003"
238
-	#define MSG_PREPARE " Prepare \x7E"
239
-	#define MSG_PREPARE_ALT " Prepare \003"
240
-	#define MSG_CONTROL_ARROW " Control \x7E"
241
-	
232
+	#define MSG_PREPARE " Vorbereiten \x7E"
233
+	#define MSG_PREPARE_ALT " Vorbereiten \003"
234
+	#define MSG_CONTROL_ARROW " Kontrolle \x7E"
235
+	#define MSG_RETRACT_ARROW " Control \x7E"
242
 	#define MSG_TUNE " Tune    \x7E"
236
 	#define MSG_TUNE " Tune    \x7E"
243
 	#define MSG_STOP_PRINT " Druck stoppen   \x7E"
237
 	#define MSG_STOP_PRINT " Druck stoppen   \x7E"
244
 	#define MSG_CARD_MENU " SDKarten Menue    \x7E"
238
 	#define MSG_CARD_MENU " SDKarten Menue    \x7E"
245
 	#define MSG_NO_CARD " Keine SDKarte"
239
 	#define MSG_NO_CARD " Keine SDKarte"
246
 	#define MSG_SERIAL_ERROR_MENU_STRUCTURE "Fehler in der  Menuestruktur."
240
 	#define MSG_SERIAL_ERROR_MENU_STRUCTURE "Fehler in der  Menuestruktur."
247
-	#define MSG_DWELL "DWELL..."		
248
-	#define MSG_NO_MOVE "No move."
249
-	#define MSG_PART_RELEASE "Partial Release"
250
-	#define MSG_KILLED "KILLED. "
251
-	#define MSG_STOPPED "STOPPED. "
252
-	#define MSG_PREHEAT_PLA " Preheat PLA"
253
-	#define MSG_PREHEAT_ABS " Preheat ABS"
254
-	#define MSG_STEPPER_RELEASED "Released."
255
-	
256
-
241
+	#define MSG_DWELL "verweilen..."
242
+	#define MSG_USERWAIT "Warten auf Nutzer..."
243
+	#define MSG_NO_MOVE "Keine Bewegung."
244
+	#define MSG_PART_RELEASE "Teil loesen"
245
+	#define MSG_KILLED "GEKILLT. "
246
+	#define MSG_STOPPED "GESTOPPT. "
247
+	#define MSG_STEPPER_RELEASED "Freigegeben."
248
+	#define MSG_CONTROL_RETRACT  " Rueckzug mm:"
249
+	#define MSG_CONTROL_RETRACTF " Rueckzug  F:"
250
+	#define MSG_CONTROL_RETRACT_ZLIFT " Z Sprung mm:"
251
+	#define MSG_CONTROL_RETRACT_RECOVER " Vorschub +mm:"
252
+	#define MSG_CONTROL_RETRACT_RECOVERF " Vorschub  F:"
253
+	#define MSG_AUTORETRACT " AutoRueckzug.:"
257
 
254
 
258
 // Serial Console Messages
255
 // Serial Console Messages
259
 
256
 
300
 	#define MSG_Z_MIN "z_min:"
297
 	#define MSG_Z_MIN "z_min:"
301
 	#define MSG_Z_MAX "z_max:"
298
 	#define MSG_Z_MAX "z_max:"
302
 
299
 
303
-	#define MSG_SD_CANT_OPEN_SUBDIR "Cannot open subdir"
304
-	#define MSG_SD_INIT_FAIL "SD init fail"
305
-	#define MSG_SD_VOL_INIT_FAIL "volume.init failed"
306
-	#define MSG_SD_OPENROOT_FAIL "openRoot failed"
307
-	#define MSG_SD_CARD_OK "SD card ok"
308
-	#define MSG_SD_WORKDIR_FAIL "workDir open failed"
309
-	#define MSG_SD_OPEN_FILE_FAIL "open failed, File: "
310
-	#define MSG_SD_FILE_OPENED "File opened:"
311
-	#define MSG_SD_SIZE " Size:"
312
-	#define MSG_SD_FILE_SELECTED "File selected"
313
-	#define MSG_SD_WRITE_TO_FILE "Writing to file: "
314
-	#define MSG_SD_PRINTING_BYTE "SD printing byte "
315
-	#define MSG_SD_NOT_PRINTING "Not SD printing"
316
-	#define MSG_SD_ERR_WRITE_TO_FILE "error writing to file"
317
-	#define MSG_SD_CANT_ENTER_SUBDIR "Cannot enter subdir:"
300
+	#define MSG_SD_CANT_OPEN_SUBDIR "Verz. kein Zugriff"
301
+	#define MSG_SD_INIT_FAIL "SD init Fehler"
302
+	#define MSG_SD_VOL_INIT_FAIL "volume.init Fehler"
303
+	#define MSG_SD_OPENROOT_FAIL "openRoot Fehler"
304
+	#define MSG_SD_CARD_OK "SDKarte ok"
305
+	#define MSG_SD_WORKDIR_FAIL "workDir Oeffnen Fehler"
306
+	#define MSG_SD_OPEN_FILE_FAIL "Fehler: Oeffnen Datei: "
307
+	#define MSG_SD_FILE_OPENED "Datei geoeffnet:"
308
+	#define MSG_SD_SIZE " Groesse:"
309
+	#define MSG_SD_FILE_SELECTED "Datei selektiert"
310
+	#define MSG_SD_WRITE_TO_FILE "Schreibe in Datei: "
311
+	#define MSG_SD_PRINTING_BYTE "SD druckt byte "
312
+	#define MSG_SD_NOT_PRINTING "Druckt nicht von SD"
313
+	#define MSG_SD_ERR_WRITE_TO_FILE "Datei Schreibfehler"
314
+	#define MSG_SD_CANT_ENTER_SUBDIR "Kann Verz. nicht wechseln:"
318
 
315
 
319
-	#define MSG_STEPPER_TO_HIGH "Steprate to high : "
320
-	#define MSG_ENDSTOPS_HIT "endstops hit: "
321
-	#define MSG_ERR_COLD_EXTRUDE_STOP " cold extrusion prevented"
322
-	#define MSG_ERR_LONG_EXTRUDE_STOP " too long extrusion prevented"
316
+	#define MSG_STEPPER_TO_HIGH "Steprate zu hoch : "
317
+	#define MSG_ENDSTOPS_HIT "Endstop erreicht: "
318
+	#define MSG_ERR_COLD_EXTRUDE_STOP " kalter Druck unterbunden"
319
+	#define MSG_ERR_LONG_EXTRUDE_STOP " langer Druckweg unterbunden"
323
 
320
 
324
 #endif
321
 #endif
325
-#endif // ifndef LANGUAGE_H
322
+#endif // ifndef LANGUAGE_H

Loading…
Cancel
Save