Ver código fonte

Shift some display only strings from language.h to lenguage_en.h

and translate them to German.
AnHardt 10 anos atrás
pai
commit
aaccea0260
3 arquivos alterados com 16 adições e 4 exclusões
  1. 0
    4
      Marlin/language.h
  2. 4
    0
      Marlin/language_de.h
  3. 12
    0
      Marlin/language_en.h

+ 0
- 4
Marlin/language.h Ver arquivo

@@ -123,10 +123,6 @@
123 123
 #define MSG_INVALID_EXTRUDER                "Invalid extruder"
124 124
 #define MSG_INVALID_SOLENOID                "Invalid solenoid"
125 125
 #define MSG_ERR_NO_THERMISTORS              "No thermistors - no temperature"
126
-#define MSG_HEATING                         "Heating..."
127
-#define MSG_HEATING_COMPLETE                "Heating done."
128
-#define MSG_BED_HEATING                     "Bed Heating."
129
-#define MSG_BED_DONE                        "Bed done."
130 126
 #define MSG_M115_REPORT                     "FIRMWARE_NAME:Marlin " BUILD_VERSION " SOURCE_CODE_URL:" SOURCE_CODE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"
131 127
 #define MSG_COUNT_X                         " Count X: "
132 128
 #define MSG_ERR_KILLED                      "Printer halted. kill() called!"

+ 4
- 0
Marlin/language_de.h Ver arquivo

@@ -124,6 +124,10 @@
124 124
 #define MSG_ENDSTOP_ABORT                   "Endstop Abbr. Ein"
125 125
 #define MSG_END_HOUR                        "Stunden"
126 126
 #define MSG_END_MINUTE                      "Minuten"
127
+#define MSG_HEATING                         "Aufheizen..."
128
+#define MSG_HEATING_COMPLETE                "Aufgeheizt"
129
+#define MSG_BED_HEATING                     "Bett aufheizen"
130
+#define MSG_BED_DONE                        "Bett aufgeheizt"
127 131
 
128 132
 #ifdef DELTA_CALIBRATION_MENU
129 133
     #define MSG_DELTA_CALIBRATE             "Delta kalibrieren"

+ 12
- 0
Marlin/language_en.h Ver arquivo

@@ -420,6 +420,18 @@
420 420
 #ifndef MSG_END_MINUTE
421 421
 #define MSG_END_MINUTE                      "minutes"
422 422
 #endif
423
+#ifndef MSG_HEATING
424
+#define MSG_HEATING                         "Heating..."
425
+#endif
426
+#ifndef MSG_HEATING
427
+#define MSG_HEATING_COMPLETE                "Heating done."
428
+#endif
429
+#ifndef MSG_HEATING
430
+#define MSG_BED_HEATING                     "Bed Heating."
431
+#endif
432
+#ifndef MSG_HEATING
433
+#define MSG_BED_DONE                        "Bed done."
434
+#endif
423 435
 
424 436
 #ifdef DELTA_CALIBRATION_MENU
425 437
   #ifndef MSG_DELTA_CALIBRATE

Carregando…
Cancelar
Salvar