Kaynağa Gözat

Merge pull request #3598 from esenapaj/patch1

Cleanup for language files
Scott Lahteine 8 yıl önce
ebeveyn
işleme
c86d092ef3

+ 1
- 1
Marlin/language_bg.h Dosyayı Görüntüle

@@ -65,6 +65,7 @@
65 65
 #define MSG_EXTRUDE                         "Екструзия"
66 66
 #define MSG_RETRACT                         "Откат"
67 67
 #define MSG_MOVE_AXIS                       "Движение по ос"
68
+#define MSG_LEVEL_BED                       "Нивелиране"
68 69
 #define MSG_MOVE_X                          "Движение по X"
69 70
 #define MSG_MOVE_Y                          "Движение по Y"
70 71
 #define MSG_MOVE_Z                          "Движение по Z"
@@ -72,7 +73,6 @@
72 73
 #define MSG_MOVE_01MM                       "Премести с 0.1mm"
73 74
 #define MSG_MOVE_1MM                        "Премести с 1mm"
74 75
 #define MSG_MOVE_10MM                       "Премести с 10mm"
75
-#define MSG_LEVEL_BED                       "Нивелиране"
76 76
 #define MSG_SPEED                           "Скорост"
77 77
 #define MSG_NOZZLE                          LCD_STR_THERMOMETER " Дюза"
78 78
 #define MSG_BED                             LCD_STR_THERMOMETER " Легло"

+ 2
- 4
Marlin/language_da.h Dosyayı Görüntüle

@@ -74,8 +74,6 @@
74 74
 #define MSG_MOVE_10MM                       "Flyt 10mm"
75 75
 #define MSG_SPEED                           "Hastighed"
76 76
 #define MSG_NOZZLE                          "Dyse"
77
-#define MSG_NOZZLE1                         "Dyse2"
78
-#define MSG_NOZZLE2                         "Dyse3"
79 77
 #define MSG_BED                             "Plade"
80 78
 #define MSG_FAN_SPEED                       "Blæser hastighed"
81 79
 #define MSG_FLOW                            "Flow"
@@ -141,22 +139,22 @@
141 139
 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    "S UnRet+mm"
142 140
 #define MSG_CONTROL_RETRACT_RECOVERF        "UnRet  V"
143 141
 #define MSG_AUTORETRACT                     "AutoRetr."
144
-#define MSG_ZPROBE_OUT                      "Probe udenfor plade"
145 142
 #define MSG_FILAMENTCHANGE                  "Skift filament"
146 143
 #define MSG_INIT_SDCARD                     "Init. SD card"
147 144
 #define MSG_CNG_SDCARD                      "Skift SD kort"
145
+#define MSG_ZPROBE_OUT                      "Probe udenfor plade"
148 146
 #define MSG_YX_UNHOMED                      "Home X/Y før Z"
149 147
 #define MSG_ZPROBE_ZOFFSET                  "Z Offset"
150 148
 #define MSG_BABYSTEP_X                      "Babystep X"
151 149
 #define MSG_BABYSTEP_Y                      "Babystep Y"
152 150
 #define MSG_BABYSTEP_Z                      "Babystep Z"
151
+#define MSG_ENDSTOP_ABORT                   "Endstop abort"
153 152
 #define MSG_END_HOUR                        "Timer"
154 153
 #define MSG_END_MINUTE                      "Minutter"
155 154
 #define MSG_HEATING                         "Opvarmer..."
156 155
 #define MSG_HEATING_COMPLETE                "Opvarmet"
157 156
 #define MSG_BED_HEATING                     "Opvarmer plade"
158 157
 #define MSG_BED_DONE                        "Plade opvarmet"
159
-#define MSG_ENDSTOP_ABORT                   "Endstop abort"
160 158
 
161 159
 #define MSG_BED_Z                           "Plade Z"
162 160
 #define MSG_HEATING_FAILED_LCD              "Opvarmning mislykkedes"

+ 4
- 4
Marlin/language_es.h Dosyayı Görüntüle

@@ -74,6 +74,7 @@
74 74
 #define MSG_MOVE_1MM                        "Mover 1mm"
75 75
 #define MSG_MOVE_10MM                       "Mover 10mm"
76 76
 #define MSG_SPEED                           "Velocidad"
77
+#define MSG_BED_Z                           "Plataforma Z"
77 78
 #define MSG_NOZZLE                          "Boquilla"
78 79
 #define MSG_BED                             "Plataforma"
79 80
 #define MSG_FAN_SPEED                       "Ventilador"
@@ -102,6 +103,7 @@
102 103
 #define MSG_VTRAV_MIN                       "Vel. viaje min"
103 104
 #define MSG_AMAX                            "Acel. max"
104 105
 #define MSG_A_RETRACT                       "Acel. retrac."
106
+#define MSG_A_TRAVEL                        "Acel. Viaje"
105 107
 #define MSG_XSTEPS                          "X pasos/mm"
106 108
 #define MSG_YSTEPS                          "Y pasos/mm"
107 109
 #define MSG_ZSTEPS                          "Z pasos/mm"
@@ -149,10 +151,6 @@
149 151
 #define MSG_BABYSTEP_Y                      "Micropaso Y"
150 152
 #define MSG_BABYSTEP_Z                      "Micropaso Z"
151 153
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
152
-#define MSG_END_HOUR                        "horas"
153
-#define MSG_END_MINUTE                      "minutos"
154
-#define MSG_BED_Z                           "Plataforma Z"
155
-#define MSG_A_TRAVEL                        "Acel. Viaje"
156 154
 #define MSG_HEATING_FAILED_LCD              "Error: al calentar"
157 155
 #define MSG_ERR_REDUNDANT_TEMP              "Error: temperatura redundante"
158 156
 #define MSG_THERMAL_RUNAWAY                 "Error de temperatura"
@@ -160,6 +158,8 @@
160 158
 #define MSG_ERR_MINTEMP                     "Error: Temp Minima"
161 159
 #define MSG_ERR_MAXTEMP_BED                 "Error: Temp Max Plataforma"
162 160
 #define MSG_ERR_MINTEMP_BED                 "Error: Temp Min Plataforma"
161
+#define MSG_END_HOUR                        "horas"
162
+#define MSG_END_MINUTE                      "minutos"
163 163
 #define MSG_HEATING                         "Calentando..."
164 164
 #define MSG_HEATING_COMPLETE                "Calentamiento Completo"
165 165
 #define MSG_BED_HEATING                     "Calentando plataforma ..."

+ 5
- 6
Marlin/language_fr.h Dosyayı Görüntüle

@@ -35,7 +35,6 @@
35 35
 //#define SIMULATE_ROMFONT
36 36
 #define DISPLAY_CHARSET_ISO10646_1
37 37
 
38
-
39 38
 #define WELCOME_MSG                         MACHINE_NAME " prete."
40 39
 #define MSG_SD_INSERTED                     "Carte inseree"
41 40
 #define MSG_SD_REMOVED                      "Carte retiree"
@@ -66,6 +65,7 @@
66 65
 #define MSG_EXTRUDE                         "Extrusion"
67 66
 #define MSG_RETRACT                         "Retraction"
68 67
 #define MSG_MOVE_AXIS                       "Deplacer un axe"
68
+#define MSG_LEVEL_BED                       "Regl. Niv. Plateau"
69 69
 #define MSG_MOVE_X                          "Depl. X"
70 70
 #define MSG_MOVE_Y                          "Depl. Y"
71 71
 #define MSG_MOVE_Z                          "Depl. Z"
@@ -74,9 +74,9 @@
74 74
 #define MSG_MOVE_1MM                        "Depl. 1mm"
75 75
 #define MSG_MOVE_10MM                       "Depl. 10mm"
76 76
 #define MSG_SPEED                           " Vitesse"
77
+#define MSG_BED_Z                           "Plateau Z"
77 78
 #define MSG_NOZZLE                          "Buse"
78 79
 #define MSG_BED                             "Plateau"
79
-#define MSG_LEVEL_BED                       "Regl. Niv. Plateau"
80 80
 #define MSG_FAN_SPEED                       "Vite. ventilateur"
81 81
 #define MSG_FLOW                            "Flux"
82 82
 #define MSG_CONTROL                         "Controler"
@@ -103,6 +103,7 @@
103 103
 #define MSG_VTRAV_MIN                       "Vdepl min"
104 104
 #define MSG_AMAX                            "Amax "
105 105
 #define MSG_A_RETRACT                       "A-retract"
106
+#define MSG_A_TRAVEL                        "A-Depl."
106 107
 #define MSG_XSTEPS                          "Xpas/mm"
107 108
 #define MSG_YSTEPS                          "Ypas/mm"
108 109
 #define MSG_ZSTEPS                          "Zpas/mm"
@@ -150,10 +151,6 @@
150 151
 #define MSG_BABYSTEP_Y                      "Babystep Y"
151 152
 #define MSG_BABYSTEP_Z                      "Babystep Z"
152 153
 #define MSG_ENDSTOP_ABORT                   "Butee abandon"
153
-#define MSG_END_HOUR                        "heures"
154
-#define MSG_END_MINUTE                      "minutes"
155
-#define MSG_BED_Z                           "Plateau Z"
156
-#define MSG_A_TRAVEL                        "A-Depl."
157 154
 #define MSG_HEATING_FAILED_LCD              "Erreur de chauffe"
158 155
 #define MSG_ERR_REDUNDANT_TEMP              "Err: ERREUR TEMP. REDONDANTE"
159 156
 #define MSG_THERMAL_RUNAWAY                 "EMBALLEMENT THERMIQUE"
@@ -161,6 +158,8 @@
161 158
 #define MSG_ERR_MINTEMP                     "Err: TEMP. MIN"
162 159
 #define MSG_ERR_MAXTEMP_BED                 "Err: TEMP. MAX PLATEAU"
163 160
 #define MSG_ERR_MINTEMP_BED                 "Err: TEMP. MIN PLATEAU"
161
+#define MSG_END_HOUR                        "heures"
162
+#define MSG_END_MINUTE                      "minutes"
164 163
 #define MSG_HEATING                         "En chauffe..."
165 164
 #define MSG_HEATING_COMPLETE                "Chauffe terminee"
166 165
 #define MSG_BED_HEATING                     "Plateau en chauffe..."

+ 4
- 4
Marlin/language_it.h Dosyayı Görüntüle

@@ -74,6 +74,7 @@
74 74
 #define MSG_MOVE_1MM                        "Muovi di   1mm"
75 75
 #define MSG_MOVE_10MM                       "Muovi di  10mm"
76 76
 #define MSG_SPEED                           "Velocità"
77
+#define MSG_BED_Z                           "piatto Z"
77 78
 #define MSG_NOZZLE                          "Ugello"
78 79
 #define MSG_BED                             "Piatto"
79 80
 #define MSG_FAN_SPEED                       "Velocità ventola"
@@ -102,6 +103,7 @@
102 103
 #define MSG_VTRAV_MIN                       "VTrav min"
103 104
 #define MSG_AMAX                            "Amax "
104 105
 #define MSG_A_RETRACT                       "A-retract"
106
+#define MSG_A_TRAVEL                        "A-Spostamento"
105 107
 #define MSG_XSTEPS                          "Xpassi/mm"
106 108
 #define MSG_YSTEPS                          "Ypassi/mm"
107 109
 #define MSG_ZSTEPS                          "Zpassi/mm"
@@ -149,10 +151,6 @@
149 151
 #define MSG_BABYSTEP_Y                      "Babystep Y"
150 152
 #define MSG_BABYSTEP_Z                      "Babystep Z"
151 153
 #define MSG_ENDSTOP_ABORT                   "Finecorsa abort"
152
-#define MSG_END_HOUR                        "ore"
153
-#define MSG_END_MINUTE                      "minuti"
154
-#define MSG_BED_Z                           "piatto Z"
155
-#define MSG_A_TRAVEL                        "A-Spostamento"
156 154
 #define MSG_HEATING_FAILED_LCD              "Riscald. Fallito"
157 155
 #define MSG_ERR_REDUNDANT_TEMP              "Err: TEMP RIDONDANTI"
158 156
 #define MSG_THERMAL_RUNAWAY                 "TEMP FUORI CONTROLLO"
@@ -160,6 +158,8 @@
160 158
 #define MSG_ERR_MINTEMP                     "Err: TEMP MINIMA"
161 159
 #define MSG_ERR_MAXTEMP_BED                 "Err: TEMP MASSIMA PIATTO"
162 160
 #define MSG_ERR_MINTEMP_BED                 "Err: TEMP MINIMA PIATTO"
161
+#define MSG_END_HOUR                        "ore"
162
+#define MSG_END_MINUTE                      "minuti"
163 163
 #define MSG_HEATING                         "Riscaldamento.."
164 164
 #define MSG_HEATING_COMPLETE                "Risc. completato"
165 165
 #define MSG_BED_HEATING                     "Risc. Piatto.."

+ 4
- 4
Marlin/language_kana.h Dosyayı Görüntüle

@@ -98,10 +98,10 @@
98 98
 #define MSG_VZ_JERK                         "Z\xbc\xde\xb8\x20\xd4\xb8\xc4\xde mm/s"                       // "Zジク ヤクド mm/s" ("Vz-jerk")
99 99
 #define MSG_VE_JERK                         "\xb4\xb8\xbd\xc4\xd9\xb0\xc0\xde\xb0\x20\xd4\xb8\xc4\xde"     // "エクストルーダー ヤクド" ("Ve-jerk")
100 100
 #define MSG_VMAX                            "\xbb\xb2\xc0\xde\xb2\xcc\xa8\xb0\xc4\xde\xda\xb0\xc4 "        // "サイダイフィードレート " ("Vmax ")
101
-#define MSG_X                               "X"                                                            // "X" ("x")
102
-#define MSG_Y                               "Y"                                                            // "Y" ("y")
103
-#define MSG_Z                               "Z"                                                            // "Z" ("z")
104
-#define MSG_E                               "E"                                                            // "E" ("e")
101
+#define MSG_X                               "X"
102
+#define MSG_Y                               "Y"
103
+#define MSG_Z                               "Z"
104
+#define MSG_E                               "E"
105 105
 #define MSG_VMIN                            "\xbb\xb2\xbc\xae\xb3\xcc\xa8\xb0\xc4\xde\xda\xb0\xc4"         // "サイショウフィードレート" ("Vmin")
106 106
 #define MSG_VTRAV_MIN                       "\xbb\xb2\xbc\xae\xb3\xc4\xd7\xcd\xde\xd9\xda\xb0\xc4"         // "サイショウトラベルレート" ("VTrav min")
107 107
 #define MSG_AMAX                            "\xbb\xb2\xc0\xde\xb2\xb6\xbf\xb8\xc4\xde "                    // "サイダイカソクド" ("Amax ")

+ 4
- 4
Marlin/language_kana_utf8.h Dosyayı Görüntüle

@@ -101,10 +101,10 @@
101 101
 #define MSG_VZ_JERK                         "Zジク ヤクド mm/s"             // "Vz-jerk"
102 102
 #define MSG_VE_JERK                         "エクストルーダー ヤクド"          // "Ve-jerk"
103 103
 #define MSG_VMAX                            "サイダイフィードレート "           // "Vmax "
104
-#define MSG_X                               "X"                         // "x"
105
-#define MSG_Y                               "Y"                         // "y"
106
-#define MSG_Z                               "Z"                         // "z"
107
-#define MSG_E                               "E"                         // "e"
104
+#define MSG_X                               "X"
105
+#define MSG_Y                               "Y"
106
+#define MSG_Z                               "Z"
107
+#define MSG_E                               "E"
108 108
 #define MSG_VMIN                            "サイショウフィードレート"          // "Vmin"
109 109
 #define MSG_VTRAV_MIN                       "サイショウトラベルレート"          // "VTrav min"
110 110
 #define MSG_AMAX                            "サイダイカソクド "              // "Amax "

+ 8
- 13
Marlin/language_nl.h Dosyayı Görüntüle

@@ -43,11 +43,11 @@
43 43
 #define MSG_DISABLE_STEPPERS                "Motoren uit"
44 44
 #define MSG_AUTO_HOME                       "Auto home"
45 45
 #define MSG_LEVEL_BED_HOMING                "Homing XYZ"
46
-#define MSG_LEVEL_BED_WAITING               "Click to Begin"
47
-#define MSG_LEVEL_BED_DONE                  "Leveling Done!"
48
-#define MSG_LEVEL_BED_CANCEL                "Cancel"
46
+#define MSG_LEVEL_BED_WAITING               "Klik voor begin"
47
+#define MSG_LEVEL_BED_DONE                  "Bed level kompl."
48
+#define MSG_LEVEL_BED_CANCEL                "Bed level afbr."
49 49
 #define MSG_SET_HOME_OFFSETS                "Zet home offsets"
50
-#define MSG_HOME_OFFSETS_APPLIED            "Offsets applied"
50
+#define MSG_HOME_OFFSETS_APPLIED            "H offset toegep."
51 51
 #define MSG_SET_ORIGIN                      "Nulpunt instellen"
52 52
 #define MSG_PREHEAT_PLA                     "PLA voorverwarmen"
53 53
 #define MSG_PREHEAT_PLA_N                   "PLA voorverw. "
@@ -73,6 +73,7 @@
73 73
 #define MSG_MOVE_1MM                        "Verplaats 1mm"
74 74
 #define MSG_MOVE_10MM                       "Verplaats 10mm"
75 75
 #define MSG_SPEED                           "Snelheid"
76
+#define MSG_BED_Z                           "Bed Z"
76 77
 #define MSG_NOZZLE                          "Nozzle"
77 78
 #define MSG_BED                             "Bed"
78 79
 #define MSG_FAN_SPEED                       "Fan snelheid"
@@ -101,6 +102,7 @@
101 102
 #define MSG_VTRAV_MIN                       "VTrav min"
102 103
 #define MSG_AMAX                            "Amax "
103 104
 #define MSG_A_RETRACT                       "A-retract"
105
+#define MSG_A_TRAVEL                        "A-travel"
104 106
 #define MSG_XSTEPS                          "Xsteps/mm"
105 107
 #define MSG_YSTEPS                          "Ysteps/mm"
106 108
 #define MSG_ZSTEPS                          "Zsteps/mm"
@@ -148,10 +150,6 @@
148 150
 #define MSG_BABYSTEP_Y                      "Babystap Y"
149 151
 #define MSG_BABYSTEP_Z                      "Babystap Z"
150 152
 #define MSG_ENDSTOP_ABORT                   "Endstop afbr."
151
-#define MSG_END_HOUR                        "uur"
152
-#define MSG_END_MINUTE                      "minuten"
153
-#define MSG_BED_Z                           "Bed Z"
154
-#define MSG_A_TRAVEL                        "A-travel"
155 153
 #define MSG_HEATING_FAILED_LCD              "voorverw. fout"
156 154
 #define MSG_ERR_REDUNDANT_TEMP              "Redun. temp fout"
157 155
 #define MSG_THERMAL_RUNAWAY                 "Therm. wegloop"
@@ -159,15 +157,12 @@
159 157
 #define MSG_ERR_MINTEMP                     "Err: Min. temp"
160 158
 #define MSG_ERR_MAXTEMP_BED                 "Err: Max.tmp bed"
161 159
 #define MSG_ERR_MINTEMP_BED                 "Err: Min.tmp bed"
160
+#define MSG_END_HOUR                        "uur"
161
+#define MSG_END_MINUTE                      "minuten"
162 162
 #define MSG_HEATING                         "Voorwarmen..."
163 163
 #define MSG_HEATING_COMPLETE                "Voorverw. kompl."
164 164
 #define MSG_BED_HEATING                     "Bed voorverw."
165 165
 #define MSG_BED_DONE                        "Bed is voorverw."
166
-#define MSG_LEVEL_BED_HOMING                "Homing XYZ"
167
-#define MSG_LEVEL_BED_WAITING               "Klik voor begin"
168
-#define MSG_LEVEL_BED_DONE                  "Bed level kompl."
169
-#define MSG_LEVEL_BED_CANCEL                "Bed level afbr."
170
-#define MSG_HOME_OFFSETS_APPLIED            "H offset toegep."
171 166
 
172 167
 #define MSG_DELTA_CALIBRATE                 "Delta Calibratie"
173 168
 #define MSG_DELTA_CALIBRATE_X               "Kalibreer X"

+ 4
- 4
Marlin/language_pt-br.h Dosyayı Görüntüle

@@ -73,6 +73,7 @@
73 73
 #define MSG_MOVE_1MM                        "Mover 1mm"
74 74
 #define MSG_MOVE_10MM                       "Mover 10mm"
75 75
 #define MSG_SPEED                           "Velocidade"
76
+#define MSG_BED_Z                           "Base Z"
76 77
 #define MSG_NOZZLE                          LCD_STR_THERMOMETER " Bocal"
77 78
 #define MSG_BED                             LCD_STR_THERMOMETER " Base"
78 79
 #define MSG_FAN_SPEED                       "Vel. Ventoinha"
@@ -101,6 +102,7 @@
101 102
 #define MSG_VTRAV_MIN                       "VTrav min"
102 103
 #define MSG_AMAX                            "Amax "
103 104
 #define MSG_A_RETRACT                       "Retrair A"
105
+#define MSG_A_TRAVEL                        "A-movimento"
104 106
 #define MSG_XSTEPS                          "Passo X/mm"
105 107
 #define MSG_YSTEPS                          "Passo Y/mm"
106 108
 #define MSG_ZSTEPS                          "Passo Z/mm"
@@ -148,10 +150,6 @@
148 150
 #define MSG_BABYSTEP_Y                      "Passinho Y"
149 151
 #define MSG_BABYSTEP_Z                      "Passinho Z"
150 152
 #define MSG_ENDSTOP_ABORT                   "Fim de Curso"
151
-#define MSG_END_HOUR                        "Horas"
152
-#define MSG_END_MINUTE                      "Minutos"
153
-#define MSG_BED_Z                           "Base Z"
154
-#define MSG_A_TRAVEL                        "A-movimento"
155 153
 #define MSG_HEATING_FAILED_LCD              "Aquecimento falhou"
156 154
 #define MSG_ERR_REDUNDANT_TEMP              "Err: REDUNDANT TEMP"
157 155
 #define MSG_THERMAL_RUNAWAY                 "THERMAL RUNAWAY"
@@ -159,6 +157,8 @@
159 157
 #define MSG_ERR_MINTEMP                     "Err: T Minima"
160 158
 #define MSG_ERR_MAXTEMP_BED                 "Err: T Base Maxima"
161 159
 #define MSG_ERR_MINTEMP_BED                 "Err: T Base Minima"
160
+#define MSG_END_HOUR                        "Horas"
161
+#define MSG_END_MINUTE                      "Minutos"
162 162
 #define MSG_HEATING                         "Aquecendo..."
163 163
 #define MSG_HEATING_COMPLETE                "Aquecida."
164 164
 #define MSG_BED_HEATING                     "Aquecendo base.."

+ 4
- 4
Marlin/language_pt-br_utf8.h Dosyayı Görüntüle

@@ -73,6 +73,7 @@
73 73
 #define MSG_MOVE_1MM                        "Mover 1mm"
74 74
 #define MSG_MOVE_10MM                       "Mover 10mm"
75 75
 #define MSG_SPEED                           "Velocidade"
76
+#define MSG_BED_Z                           "Base Z"
76 77
 #define MSG_NOZZLE                          LCD_STR_THERMOMETER " Bocal"
77 78
 #define MSG_BED                             LCD_STR_THERMOMETER " Base"
78 79
 #define MSG_FAN_SPEED                       "Vel. Ventoinha"
@@ -101,6 +102,7 @@
101 102
 #define MSG_VTRAV_MIN                       "VTrav min"
102 103
 #define MSG_AMAX                            "Amax "
103 104
 #define MSG_A_RETRACT                       "Retrair A"
105
+#define MSG_A_TRAVEL                        "A-movimento"
104 106
 #define MSG_XSTEPS                          "Passo X/mm"
105 107
 #define MSG_YSTEPS                          "Passo Y/mm"
106 108
 #define MSG_ZSTEPS                          "Passo Z/mm"
@@ -148,10 +150,6 @@
148 150
 #define MSG_BABYSTEP_Y                      "Passinho Y"
149 151
 #define MSG_BABYSTEP_Z                      "Passinho Z"
150 152
 #define MSG_ENDSTOP_ABORT                   "Fim de Curso"
151
-#define MSG_END_HOUR                        "Horas"
152
-#define MSG_END_MINUTE                      "Minutos"
153
-#define MSG_BED_Z                           "Base Z"
154
-#define MSG_A_TRAVEL                        "A-movimento"
155 153
 #define MSG_HEATING_FAILED_LCD              "Aquecimento falhou"
156 154
 #define MSG_ERR_REDUNDANT_TEMP              "Err: REDUNDANT TEMP"
157 155
 #define MSG_THERMAL_RUNAWAY                 "THERMAL RUNAWAY"
@@ -159,6 +157,8 @@
159 157
 #define MSG_ERR_MINTEMP                     "Err: T Mínima"
160 158
 #define MSG_ERR_MAXTEMP_BED                 "Err: T Base Máxima"
161 159
 #define MSG_ERR_MINTEMP_BED                 "Err: T Base Mínima"
160
+#define MSG_END_HOUR                        "Horas"
161
+#define MSG_END_MINUTE                      "Minutos"
162 162
 #define MSG_HEATING                         "Aquecendo..."
163 163
 #define MSG_HEATING_COMPLETE                "Aquecida."
164 164
 #define MSG_BED_HEATING                     "Aquecendo base.."

Loading…
İptal
Kaydet