Browse Source

Fix the german translation.

daid303 12 years ago
parent
commit
6123a00e64
1 changed files with 68 additions and 71 deletions
  1. 68
    71
      Marlin/language.h

+ 68
- 71
Marlin/language.h View File

@@ -507,71 +507,68 @@
507 507
 
508 508
 	#define MSG_SD_INSERTED      "SDKarte erkannt"
509 509
 	#define MSG_SD_REMOVED       "SDKarte entfernt"
510
-	#define MSG_MAIN             " Hauptmneü \003"
511
-	#define MSG_AUTOSTART        " Autostart"
512
-	#define MSG_DISABLE_STEPPERS " Stepper abschalten"
513
-	#define MSG_AUTO_HOME        " Auto Nullpunkt"
514
-	#define MSG_SET_ORIGIN       " Setze Nullpunkt"
515
-	#define MSG_PREHEAT_PLA      " Vorwärmen PLA"
516
-	#define MSG_PREHEAT_PLA_SETTINGS " Vorwärmen PLA Einstellungen"
517
-	#define MSG_PREHEAT_ABS      " Vorwärmen ABS"
518
-	#define MSG_PREHEAT_ABS_SETTINGS "  Vorwärmen ABS Einstellungen"
519
-	#define MSG_COOLDOWN         " Abkühlen"
520
-	#define MSG_EXTRUDE          " Extrude"
521
-	#define MSG_RETRACT          " Retract"
522
-	#define MSG_MOVE_AXIS        " Achsen bewegen\x7E"
523
-	#define MSG_SPEED            " Geschw:"
524
-	#define MSG_NOZZLE           " \002Düse:"
525
-	#define MSG_NOZZLE1          " \002Düse2:"
526
-	#define MSG_NOZZLE2          " \002Düse3:"
527
-	#define MSG_BED              " \002Bett:"
528
-	#define MSG_FAN_SPEED        " Lüftergeschw.:"
529
-	#define MSG_FLOW             " Fluß:"
530
-	#define MSG_CONTROL          " Einstellungen \003"
531
-	#define MSG_MIN              " \002 Min:"
532
-	#define MSG_MAX              " \002 Max:"
533
-	#define MSG_FACTOR           " \002 Faktor:"
534
-	#define MSG_AUTOTEMP         " AutoTemp:"
535
-	#define MSG_ON               "Ein "
536
-	#define MSG_OFF              "Aus "
537
-	#define MSG_PID_P            " PID-P: "
538
-	#define MSG_PID_I            " PID-I: "
539
-	#define MSG_PID_D            " PID-D: "
540
-	#define MSG_PID_C            " PID-C: "
541
-	#define MSG_ACC              " Acc:"
542
-	#define MSG_VXY_JERK         " Vxy-jerk: "
543
-	#define MSG_VMAX             " Vmax "
544
-	#define MSG_X                "x:"
545
-	#define MSG_Y                "y:"
546
-	#define MSG_Z                "z:"
547
-	#define MSG_E                "e:"
548
-	#define MSG_VMIN             " Vmin:"
549
-	#define MSG_VTRAV_MIN        " VTrav min:"
550
-	#define MSG_AMAX             " Amax "
551
-	#define MSG_A_RETRACT        " A-Retract:"
552
-	#define MSG_XSTEPS           " Xsteps/mm:"
553
-	#define MSG_YSTEPS           " Ysteps/mm:"
554
-	#define MSG_ZSTEPS           " Zsteps/mm:"
555
-	#define MSG_ESTEPS           " Esteps/mm:"
556
-	#define MSG_MAIN_WIDE        " Hauptmenü     \003"
557
-	#define MSG_RECTRACT_WIDE    " Rectract      \x7E"
558
-	#define MSG_WATCH            " Beobachten    \003"
559
-	#define MSG_TEMPERATURE_WIDE " Temperatur    \x7E"
560
-        #define MSG_TEMPERATURE_RTN  " Temperatur    \003"
561
-	#define MSG_MOTION_WIDE      " Bewegung      \x7E"
562
-	#define MSG_STORE_EPROM      " EPROM speichern"
563
-	#define MSG_LOAD_EPROM       " EPROM laden"
564
-	#define MSG_RESTORE_FAILSAFE " Standardkonfig."
565
-	#define MSG_REFRESH          "\004Aktualisieren"
566
-	#define MSG_PREPARE          " Vorbereitung  \x7E"
567
-	#define MSG_PREPARE_ALT      " Vorbereitung  \003"
568
-	#define MSG_CONTROL_ARROW    " Einstellungen \x7E"
569
-	#define MSG_TUNE             " Justierung    \x7E"
570
-	#define MSG_PAUSE_PRINT      " Druck anhalten\x7E"
571
-	#define MSG_RESUME_PRINT     " Druck fortsetz\x7E"
572
-	#define MSG_STOP_PRINT       " Druck stoppen \x7E"
573
-	#define MSG_CARD_MENU        " SDKarten Menü \x7E"
574
-	#define MSG_NO_CARD          " Keine SDKarte"
510
+	#define MSG_MAIN             "Hauptmneü"
511
+	#define MSG_AUTOSTART        "Autostart"
512
+	#define MSG_DISABLE_STEPPERS "Stepper abschalten"
513
+	#define MSG_AUTO_HOME        "Auto Nullpunkt"
514
+	#define MSG_SET_ORIGIN       "Setze Nullpunkt"
515
+	#define MSG_PREHEAT_PLA      "Vorwärmen PLA"
516
+	#define MSG_PREHEAT_PLA_SETTINGS "Vorwärmen PLA Einstellungen"
517
+	#define MSG_PREHEAT_ABS      "Vorwärmen ABS"
518
+	#define MSG_PREHEAT_ABS_SETTINGS "Vorwärmen ABS Einstellungen"
519
+	#define MSG_COOLDOWN         "Abkühlen"
520
+	#define MSG_EXTRUDE          "Extrude"
521
+	#define MSG_RETRACT          "Retract"
522
+	#define MSG_MOVE_AXIS        "Achsen bewegen"
523
+	#define MSG_SPEED            "Geschw"
524
+	#define MSG_NOZZLE           "Düse"
525
+	#define MSG_NOZZLE1          "Düse2"
526
+	#define MSG_NOZZLE2          "Düse3"
527
+	#define MSG_BED              "Bett"
528
+	#define MSG_FAN_SPEED        "Lüftergeschw."
529
+	#define MSG_FLOW             "Fluß"
530
+	#define MSG_CONTROL          "Einstellungen"
531
+	#define MSG_MIN              "\002 Min"
532
+	#define MSG_MAX              "\002 Max"
533
+	#define MSG_FACTOR           "\002 Faktor"
534
+	#define MSG_AUTOTEMP         "AutoTemp"
535
+	#define MSG_ON               "Ein"
536
+	#define MSG_OFF              "Aus"
537
+	#define MSG_PID_P            "PID-P"
538
+	#define MSG_PID_I            "PID-I"
539
+	#define MSG_PID_D            "PID-D"
540
+	#define MSG_PID_C            "PID-C"
541
+	#define MSG_ACC              "Acc"
542
+	#define MSG_VXY_JERK         "Vxy-jerk"
543
+	#define MSG_VMAX             "Vmax "
544
+	#define MSG_X                "x"
545
+	#define MSG_Y                "y"
546
+	#define MSG_Z                "z"
547
+	#define MSG_E                "e"
548
+	#define MSG_VMIN             "Vmin"
549
+	#define MSG_VTRAV_MIN        "VTrav min"
550
+	#define MSG_AMAX             "Amax "
551
+	#define MSG_A_RETRACT        "A-Retract"
552
+	#define MSG_XSTEPS           "Xsteps/mm"
553
+	#define MSG_YSTEPS           "Ysteps/mm"
554
+	#define MSG_ZSTEPS           "Zsteps/mm"
555
+	#define MSG_ESTEPS           "Esteps/mm"
556
+	#define MSG_RECTRACT_WIDE    "Rectract"
557
+	#define MSG_WATCH            "Beobachten"
558
+	#define MSG_TEMPERATURE      "Temperatur"
559
+	#define MSG_MOTION           "Bewegung"
560
+	#define MSG_STORE_EPROM      "EPROM speichern"
561
+	#define MSG_LOAD_EPROM       "EPROM laden"
562
+	#define MSG_RESTORE_FAILSAFE "Standardkonfig."
563
+	#define MSG_REFRESH          "Aktualisieren"
564
+	#define MSG_PREPARE          "Vorbereitung"
565
+	#define MSG_CONTROL          "Einstellungen"
566
+	#define MSG_TUNE             "Justierung"
567
+	#define MSG_PAUSE_PRINT      "Druck anhalten"
568
+	#define MSG_RESUME_PRINT     "Druck fortsetz"
569
+	#define MSG_STOP_PRINT       "Druck stoppen"
570
+	#define MSG_CARD_MENU        "SDKarten Menü"
571
+	#define MSG_NO_CARD          "Keine SDKarte"
575 572
 	#define MSG_DWELL            "Warten..."		
576 573
 	#define MSG_USERWAIT         "Warte auf Nutzer..."
577 574
 	#define MSG_NO_MOVE          "Kein Zug."
@@ -579,12 +576,12 @@
579 576
 	#define MSG_KILLED           "KILLED"
580 577
 	#define MSG_STOPPED          "GESTOPPT"
581 578
 	#define MSG_STEPPER_RELEASED "Stepper frei"
582
-    #define MSG_CONTROL_RETRACT  " Retract mm:"
583
-    #define MSG_CONTROL_RETRACTF " Retract  F:"
584
-    #define MSG_CONTROL_RETRACT_ZLIFT " Hop mm:"
585
-    #define MSG_CONTROL_RETRACT_RECOVER " UnRet +mm:"
586
-    #define MSG_CONTROL_RETRACT_RECOVERF " UnRet  F:"
587
-    #define MSG_AUTORETRACT      " AutoRetr.:"
579
+    #define MSG_CONTROL_RETRACT  "Retract mm"
580
+    #define MSG_CONTROL_RETRACTF "Retract  F"
581
+    #define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
582
+    #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
583
+    #define MSG_CONTROL_RETRACT_RECOVERF "UnRet  F"
584
+    #define MSG_AUTORETRACT      "AutoRetr."
588 585
 	
589 586
 // Serial Console Messages
590 587
 

Loading…
Cancel
Save