Browse Source

Make exemplaric use of new display charsets in language_en.h and languag_de.h

AnHardt 9 years ago
parent
commit
0e40408ee5
2 changed files with 5 additions and 5 deletions
  1. 1
    1
      Marlin/language_de.h
  2. 4
    4
      Marlin/language_en.h

+ 1
- 1
Marlin/language_de.h View File

75
 #define MSG_TEMPERATURE                     "Temperatur"
75
 #define MSG_TEMPERATURE                     "Temperatur"
76
 #define MSG_MOTION                          "Bewegung"
76
 #define MSG_MOTION                          "Bewegung"
77
 #define MSG_VOLUMETRIC                      "Filament"
77
 #define MSG_VOLUMETRIC                      "Filament"
78
-#define MSG_VOLUMETRIC_ENABLED		          "E in mm3"
78
+#define MSG_VOLUMETRIC_ENABLED		          "E in mm" STR_h3
79
 #define MSG_FILAMENT_SIZE_EXTRUDER_0        "Filament D 1"
79
 #define MSG_FILAMENT_SIZE_EXTRUDER_0        "Filament D 1"
80
 #define MSG_FILAMENT_SIZE_EXTRUDER_1        "Filament D 2"
80
 #define MSG_FILAMENT_SIZE_EXTRUDER_1        "Filament D 2"
81
 #define MSG_FILAMENT_SIZE_EXTRUDER_2        "Filament D 3"
81
 #define MSG_FILAMENT_SIZE_EXTRUDER_2        "Filament D 3"

+ 4
- 4
Marlin/language_en.h View File

46
 #define MSG_FAN_SPEED                       "Fan speed"
46
 #define MSG_FAN_SPEED                       "Fan speed"
47
 #define MSG_FLOW                            "Flow"
47
 #define MSG_FLOW                            "Flow"
48
 #define MSG_CONTROL                         "Control"
48
 #define MSG_CONTROL                         "Control"
49
-#define MSG_MIN                             " \002 Min"
50
-#define MSG_MAX                             " \002 Max"
51
-#define MSG_FACTOR                          " \002 Fact"
49
+#define MSG_MIN                             " " STR_THERMOMETER " Min"
50
+#define MSG_MAX                             " " STR_THERMOMETER " Max"
51
+#define MSG_FACTOR                          " " STR_THERMOMETER " Fact"
52
 #define MSG_AUTOTEMP                        "Autotemp"
52
 #define MSG_AUTOTEMP                        "Autotemp"
53
 #define MSG_ON                              "On "
53
 #define MSG_ON                              "On "
54
 #define MSG_OFF                             "Off"
54
 #define MSG_OFF                             "Off"
76
 #define MSG_TEMPERATURE                     "Temperature"
76
 #define MSG_TEMPERATURE                     "Temperature"
77
 #define MSG_MOTION                          "Motion"
77
 #define MSG_MOTION                          "Motion"
78
 #define MSG_VOLUMETRIC                      "Filament"
78
 #define MSG_VOLUMETRIC                      "Filament"
79
-#define MSG_VOLUMETRIC_ENABLED		        "E in mm3"
79
+#define MSG_VOLUMETRIC_ENABLED		          "E in mm" STR_h3
80
 #define MSG_FILAMENT_SIZE_EXTRUDER_0        "Fil. Dia. 1"
80
 #define MSG_FILAMENT_SIZE_EXTRUDER_0        "Fil. Dia. 1"
81
 #define MSG_FILAMENT_SIZE_EXTRUDER_1        "Fil. Dia. 2"
81
 #define MSG_FILAMENT_SIZE_EXTRUDER_1        "Fil. Dia. 2"
82
 #define MSG_FILAMENT_SIZE_EXTRUDER_2        "Fil. Dia. 3"
82
 #define MSG_FILAMENT_SIZE_EXTRUDER_2        "Fil. Dia. 3"

Loading…
Cancel
Save