Browse Source

Update Catalan language

divendres 7 years ago
parent
commit
75ad82baab
1 changed files with 177 additions and 75 deletions
  1. 177
    75
      Marlin/language_ca.h

+ 177
- 75
Marlin/language_ca.h View File

@@ -34,47 +34,58 @@
34 34
 #define DISPLAY_CHARSET_ISO10646_1
35 35
 
36 36
 #define WELCOME_MSG                         MACHINE_NAME _UxGT(" preparada.")
37
-#define MSG_SD_INSERTED                     _UxGT("SD detectada.")
38
-#define MSG_SD_REMOVED                      _UxGT("SD expulsada.")
39
-#define MSG_MAIN                            _UxGT("Menu principal")
37
+#define MSG_SD_INSERTED                     _UxGT("Targeta detectada.")
38
+#define MSG_SD_REMOVED                      _UxGT("Targeta extreta.")
39
+#define MSG_LCD_ENDSTOPS                    _UxGT("Endstops")
40
+#define MSG_MAIN                            _UxGT("Menú principal")
40 41
 #define MSG_AUTOSTART                       _UxGT("Inici automatic")
41
-#define MSG_DISABLE_STEPPERS                _UxGT("Apagar motors")
42
-#define MSG_AUTO_HOME                       _UxGT("Home global")
43
-#define MSG_LEVEL_BED_HOMING                _UxGT("Homing XYZ")
44
-#define MSG_LEVEL_BED_WAITING               _UxGT("Click to Begin")
45
-#define MSG_LEVEL_BED_DONE                  _UxGT("Leveling Done!")
46
-#define MSG_LEVEL_BED_CANCEL                _UxGT("Cancel")
47
-#define MSG_SET_HOME_OFFSETS                _UxGT("Set home offsets")
48
-#define MSG_HOME_OFFSETS_APPLIED            _UxGT("Offsets applied")
49
-#define MSG_SET_ORIGIN                      _UxGT("Establir origen")
50
-#define MSG_PREHEAT_1                       _UxGT("Preescalfar PLA")
51
-#define MSG_PREHEAT_1_N                     _UxGT("Preescalfar PLA ")
52
-#define MSG_PREHEAT_1_ALL                   _UxGT("Preesc. tot PLA")
53
-#define MSG_PREHEAT_1_BEDONLY               _UxGT("Preesc. llit PLA")
54
-#define MSG_PREHEAT_1_SETTINGS              _UxGT("Configuració PLA")
55
-#define MSG_PREHEAT_2                       _UxGT("Preescalfar ABS")
56
-#define MSG_PREHEAT_2_N                     _UxGT("Preescalfar ABS ")
57
-#define MSG_PREHEAT_2_ALL                   _UxGT("Preesc. tot ABS")
58
-#define MSG_PREHEAT_2_BEDONLY               _UxGT("Preesc. llit ABS")
59
-#define MSG_PREHEAT_2_SETTINGS              _UxGT("Configuració ABS")
60
-#define MSG_COOLDOWN                        _UxGT("Refredar")
42
+#define MSG_DISABLE_STEPPERS                _UxGT("Desactiva motors")
43
+#define MSG_DEBUG_MENU                      _UxGT("Menu de depuracio")
44
+#define MSG_PROGRESS_BAR_TEST               _UxGT("Test barra progres")
45
+#define MSG_AUTO_HOME                       _UxGT("Ves a l'origen")
46
+#define MSG_AUTO_HOME_X                     _UxGT("X a origen")
47
+#define MSG_AUTO_HOME_Y                     _UxGT("Y a origen")
48
+#define MSG_AUTO_HOME_Z                     _UxGT("Z a origen")
49
+#define MSG_LEVEL_BED_HOMING                _UxGT("Origen XYZ")
50
+#define MSG_LEVEL_BED_WAITING               _UxGT("Premeu per iniciar")
51
+#define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Següent punt")
52
+#define MSG_LEVEL_BED_DONE                  _UxGT("Anivellament fet!")
53
+#define MSG_LEVEL_BED_CANCEL                _UxGT("Cancel.la")
54
+#define MSG_SET_HOME_OFFSETS                _UxGT("Ajusta decalatge")
55
+#define MSG_HOME_OFFSETS_APPLIED            _UxGT("Decalatge aplicat")
56
+#define MSG_SET_ORIGIN                      _UxGT("Estableix origen")
57
+#define MSG_PREHEAT_1                       _UxGT("Preescalfa PLA")
58
+#define MSG_PREHEAT_1_N                     MSG_PREHEAT_1 _UxGT(" ")
59
+#define MSG_PREHEAT_1_ALL                   MSG_PREHEAT_1 _UxGT(" Tot")
60
+#define MSG_PREHEAT_1_BEDONLY               MSG_PREHEAT_1 _UxGT(" Llit")
61
+#define MSG_PREHEAT_1_SETTINGS              MSG_PREHEAT_1 _UxGT(" Conf.")
62
+#define MSG_PREHEAT_2                       _UxGT("Preescalfa ABS")
63
+#define MSG_PREHEAT_2_N                     MSG_PREHEAT_2 _UxGT(" ")
64
+#define MSG_PREHEAT_2_ALL                   MSG_PREHEAT_2 _UxGT(" Tot")
65
+#define MSG_PREHEAT_2_BEDONLY               MSG_PREHEAT_2 _UxGT(" Llit")
66
+#define MSG_PREHEAT_2_SETTINGS              MSG_PREHEAT_2 _UxGT(" Conf.")
67
+#define MSG_COOLDOWN                        _UxGT("Refreda")
61 68
 #define MSG_SWITCH_PS_ON                    _UxGT("Switch power on")
62 69
 #define MSG_SWITCH_PS_OFF                   _UxGT("Switch power off")
63
-#define MSG_EXTRUDE                         _UxGT("Extruir")
64
-#define MSG_RETRACT                         _UxGT("Refredar")
65
-#define MSG_MOVE_AXIS                       _UxGT("Moure eixos")
66
-#define MSG_MOVE_X                          _UxGT("Moure X")
67
-#define MSG_MOVE_Y                          _UxGT("Moure Y")
68
-#define MSG_MOVE_Z                          _UxGT("Moure Z")
70
+#define MSG_EXTRUDE                         _UxGT("Extrudeix")
71
+#define MSG_RETRACT                         _UxGT("Retreu")
72
+#define MSG_MOVE_AXIS                       _UxGT("Mou eixos")
73
+#define MSG_LEVEL_BED                       _UxGT("Anivella llit")
74
+#define MSG_MOVING                          _UxGT("Movent..")
75
+#define MSG_FREE_XY                         _UxGT("XY lliures")
76
+#define MSG_MOVE_X                          _UxGT("Mou X")
77
+#define MSG_MOVE_Y                          _UxGT("Mou Y")
78
+#define MSG_MOVE_Z                          _UxGT("Mou Z")
69 79
 #define MSG_MOVE_E                          _UxGT("Extrusor")
70
-#define MSG_MOVE_01MM                       _UxGT("Moure 0.1mm")
71
-#define MSG_MOVE_1MM                        _UxGT("Moure 1mm")
72
-#define MSG_MOVE_10MM                       _UxGT("Moure 10mm")
80
+#define MSG_MOVE_01MM                       _UxGT("Mou 0.1mm")
81
+#define MSG_MOVE_1MM                        _UxGT("Mou 1mm")
82
+#define MSG_MOVE_10MM                       _UxGT("Mou 10mm")
73 83
 #define MSG_SPEED                           _UxGT("Velocitat")
84
+#define MSG_BED_Z                           _UxGT("Llit Z")
74 85
 #define MSG_NOZZLE                          _UxGT("Nozzle")
75 86
 #define MSG_BED                             _UxGT("Llit")
76 87
 #define MSG_FAN_SPEED                       _UxGT("Vel. Ventilador")
77
-#define MSG_FLOW                            _UxGT("Fluxe")
88
+#define MSG_FLOW                            _UxGT("Flux")
78 89
 #define MSG_CONTROL                         _UxGT("Control")
79 90
 #define MSG_MIN                             LCD_STR_THERMOMETER _UxGT(" Min")
80 91
 #define MSG_MAX                             LCD_STR_THERMOMETER _UxGT(" Max")
@@ -86,6 +97,7 @@
86 97
 #define MSG_PID_I                           _UxGT("PID-I")
87 98
 #define MSG_PID_D                           _UxGT("PID-D")
88 99
 #define MSG_PID_C                           _UxGT("PID-C")
100
+#define MSG_SELECT                          _UxGT("Select")
89 101
 #define MSG_ACC                             _UxGT("Accel")
90 102
 #define MSG_VX_JERK                         _UxGT("Vx-jerk")
91 103
 #define MSG_VY_JERK                         _UxGT("Vy-jerk")
@@ -93,9 +105,10 @@
93 105
 #define MSG_VE_JERK                         _UxGT("Ve-jerk")
94 106
 #define MSG_VMAX                            _UxGT("Vmax ")
95 107
 #define MSG_VMIN                            _UxGT("Vmin")
96
-#define MSG_VTRAV_MIN                       _UxGT("VTrav min")
97
-#define MSG_AMAX                            _UxGT("Amax ")
98
-#define MSG_A_RETRACT                       _UxGT("A-retract")
108
+#define MSG_VTRAV_MIN                       _UxGT("VViatge min")
109
+#define MSG_AMAX                            _UxGT("Accel. max ")
110
+#define MSG_A_RETRACT                       _UxGT("Accel. retracc")
111
+#define MSG_A_TRAVEL                        _UxGT("Accel. Viatge")
99 112
 #define MSG_XSTEPS                          _UxGT("Xpassos/mm")
100 113
 #define MSG_YSTEPS                          _UxGT("Ypassos/mm")
101 114
 #define MSG_ZSTEPS                          _UxGT("Zpassos/mm")
@@ -107,51 +120,140 @@
107 120
 #define MSG_TEMPERATURE                     _UxGT("Temperatura")
108 121
 #define MSG_MOTION                          _UxGT("Moviment")
109 122
 #define MSG_VOLUMETRIC                      _UxGT("Filament")
110
-#define MSG_VOLUMETRIC_ENABLED              _UxGT("E in mm3")
111
-#define MSG_FILAMENT_DIAM                   _UxGT("Fil. Dia.")
123
+#define MSG_VOLUMETRIC_ENABLED              _UxGT("E en mm3")
124
+#define MSG_FILAMENT_DIAM                   _UxGT("Diam. Fil.")
112 125
 #define MSG_CONTRAST                        _UxGT("Contrast de LCD")
113
-#define MSG_STORE_EPROM                     _UxGT("Desar a memoria")
114
-#define MSG_LOAD_EPROM                      _UxGT("Carregar de mem.")
115
-#define MSG_RESTORE_FAILSAFE                _UxGT("Rest. emergencia")
116
-#define MSG_REFRESH                         _UxGT("Refrescar")
126
+#define MSG_STORE_EPROM                     _UxGT("Desa memoria")
127
+#define MSG_LOAD_EPROM                      _UxGT("Carrega memoria")
128
+#define MSG_RESTORE_FAILSAFE                _UxGT("Restaura valors")
129
+#define MSG_REFRESH                         _UxGT("Actualitza")
117 130
 #define MSG_WATCH                           _UxGT("Pantalla Info.")
118
-#define MSG_PREPARE                         _UxGT("Preparar")
119
-#define MSG_TUNE                            _UxGT("Calibrar")
120
-#define MSG_PAUSE_PRINT                     _UxGT("Pausa imp.")
121
-#define MSG_RESUME_PRINT                    _UxGT("Reprendre imp.")
122
-#define MSG_STOP_PRINT                      _UxGT("Parar inp.")
123
-#define MSG_CARD_MENU                       _UxGT("Imprimir de SD")
124
-#define MSG_NO_CARD                         _UxGT("-Sense targeta SD")
125
-#define MSG_DWELL                           _UxGT("Repos...")
131
+#define MSG_PREPARE                         _UxGT("Prepara")
132
+#define MSG_TUNE                            _UxGT("Ajusta")
133
+#define MSG_PAUSE_PRINT                     _UxGT("Pausa impressio")
134
+#define MSG_RESUME_PRINT                    _UxGT("Repren impressio")
135
+#define MSG_STOP_PRINT                      _UxGT("Atura impressio.")
136
+#define MSG_CARD_MENU                       _UxGT("Imprimeix de SD")
137
+#define MSG_NO_CARD                         _UxGT("No hi ha targeta")
138
+#define MSG_DWELL                           _UxGT("En repos...")
126 139
 #define MSG_USERWAIT                        _UxGT("Esperant usuari..")
127 140
 #define MSG_RESUMING                        _UxGT("Reprenent imp.")
128
-#define MSG_PRINT_ABORTED                   _UxGT("Print aborted")
141
+#define MSG_PRINT_ABORTED                   _UxGT("Imp. cancelada")
129 142
 #define MSG_NO_MOVE                         _UxGT("Sense moviment.")
130
-#define MSG_KILLED                          _UxGT("PARADA DE EMERG. ")
131
-#define MSG_STOPPED                         _UxGT("ATURAT. ")
132
-#define MSG_CONTROL_RETRACT                 _UxGT("Retreure mm")
143
+#define MSG_KILLED                          _UxGT("MATAT.")
144
+#define MSG_STOPPED                         _UxGT("ATURADA.")
145
+#define MSG_CONTROL_RETRACT                 _UxGT("Retreu mm")
133 146
 #define MSG_CONTROL_RETRACT_SWAP            _UxGT("Swap Retreure mm")
134
-#define MSG_CONTROL_RETRACTF                _UxGT("Retreure  F")
135
-#define MSG_CONTROL_RETRACT_ZLIFT           _UxGT("Aixecar mm")
136
-#define MSG_CONTROL_RETRACT_RECOVER         _UxGT("DesRet mm")
137
-#define MSG_CONTROL_RETRACT_RECOVER_SWAP    _UxGT("Swap DesRet mm")
138
-#define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("DesRet  F")
139
-#define MSG_AUTORETRACT                     _UxGT("AutoRetr.")
140
-#define MSG_FILAMENTCHANGE                  _UxGT("Canviar filament")
141
-#define MSG_INIT_SDCARD                     _UxGT("Iniciant SD")
142
-#define MSG_CNG_SDCARD                      _UxGT("Canviar SD")
143
-#define MSG_ZPROBE_OUT                      _UxGT("Z probe out. bed")
147
+#define MSG_CONTROL_RETRACTF                _UxGT("Retreu V")
148
+#define MSG_CONTROL_RETRACT_ZLIFT           _UxGT("Aixeca mm")
149
+#define MSG_CONTROL_RETRACT_RECOVER         _UxGT("DesRet +mm")
150
+#define MSG_CONTROL_RETRACT_RECOVER_SWAP    _UxGT("Swap DesRet +mm")
151
+#define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("DesRet V")
152
+#define MSG_AUTORETRACT                     _UxGT("Auto retraccio")
153
+#define MSG_FILAMENTCHANGE                  _UxGT("Canvia filament")
154
+#define MSG_INIT_SDCARD                     _UxGT("Inicialitza SD")
155
+#define MSG_CNG_SDCARD                      _UxGT("Canvia SD")
156
+#define MSG_ZPROBE_OUT                      _UxGT("Sonda Z fora")
157
+#define MSG_BLTOUCH_RESET                   _UxGT("Reinicia BLTouch")
144 158
 #define MSG_HOME                            _UxGT("Home")  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
145
-#define MSG_FIRST                           _UxGT("first")
146
-#define MSG_ZPROBE_ZOFFSET                  _UxGT("Z Offset")
147
-#define MSG_BABYSTEP_X                      _UxGT("Babystep X")
148
-#define MSG_BABYSTEP_Y                      _UxGT("Babystep Y")
149
-#define MSG_BABYSTEP_Z                      _UxGT("Babystep Z")
150
-#define MSG_ENDSTOP_ABORT                   _UxGT("Endstop abort")
151
-#define MSG_DELTA_CALIBRATE                 _UxGT("Delta Calibration")
152
-#define MSG_DELTA_CALIBRATE_X               _UxGT("Calibrate X")
153
-#define MSG_DELTA_CALIBRATE_Y               _UxGT("Calibrate Y")
154
-#define MSG_DELTA_CALIBRATE_Z               _UxGT("Calibrate Z")
155
-#define MSG_DELTA_CALIBRATE_CENTER          _UxGT("Calibrate Center")
159
+#define MSG_FIRST                           _UxGT("primer")
160
+#define MSG_ZPROBE_ZOFFSET                  _UxGT("Decalatge Z")
161
+#define MSG_BABYSTEP_X                      _UxGT("Micropas X")
162
+#define MSG_BABYSTEP_Y                      _UxGT("Micropas Y")
163
+#define MSG_BABYSTEP_Z                      _UxGT("Micropas Z")
164
+#define MSG_ENDSTOP_ABORT                   _UxGT("Cancel. Endstop")
165
+#define MSG_HEATING_FAILED_LCD              _UxGT("Error al escalfar")
166
+#define MSG_ERR_REDUNDANT_TEMP              _UxGT("Err: TEMP REDUNDANT")
167
+#define MSG_THERMAL_RUNAWAY                 _UxGT("THERMAL RUNAWAY")
168
+#define MSG_ERR_MAXTEMP                     _UxGT("Err: TEMP MAXIMA")
169
+#define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP MINIMA")
170
+#define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMPMAX LLIT")
171
+#define MSG_ERR_MINTEMP_BED                 _UxGT("Err: TEMPMIN LLIT")
172
+#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z No permes")
173
+#define MSG_HALTED                          _UxGT("IMPRESSORA PARADA")
174
+#define MSG_PLEASE_RESET                    _UxGT("Reinicieu")
175
+#define MSG_SHORT_DAY                       _UxGT("d") // One character only
176
+#define MSG_SHORT_HOUR                      _UxGT("h") // One character only
177
+#define MSG_SHORT_MINUTE                    _UxGT("m") // One character only
178
+#define MSG_HEATING                         _UxGT("Escalfant...")
179
+#define MSG_HEATING_COMPLETE                _UxGT("Escalfament fet.")
180
+#define MSG_BED_HEATING                     _UxGT("Escalfant llit")
181
+#define MSG_BED_DONE                        _UxGT("Llit fet.")
182
+#define MSG_DELTA_CALIBRATE                 _UxGT("Calibratge Delta")
183
+#define MSG_DELTA_CALIBRATE_X               _UxGT("Calibra X")
184
+#define MSG_DELTA_CALIBRATE_Y               _UxGT("Calibra Y")
185
+#define MSG_DELTA_CALIBRATE_Z               _UxGT("Calibra Z")
186
+#define MSG_DELTA_CALIBRATE_CENTER          _UxGT("Calibra el centre")
187
+
188
+#define MSG_INFO_MENU                       _UxGT("Quant a la impr.")
189
+#define MSG_INFO_PRINTER_MENU               _UxGT("Info Impressora")
190
+#define MSG_INFO_STATS_MENU                 _UxGT("Estadistiques")
191
+#define MSG_INFO_BOARD_MENU                 _UxGT("Info placa")
192
+#define MSG_INFO_THERMISTOR_MENU            _UxGT("Termistors")
193
+#define MSG_INFO_EXTRUDERS                  _UxGT("Extrusors")
194
+#define MSG_INFO_BAUDRATE                   _UxGT("Baud")
195
+#define MSG_INFO_PROTOCOL                   _UxGT("Protocol")
196
+#define MSG_LIGHTS_ON                       _UxGT("Encen el llum")
197
+#define MSG_LIGHTS_OFF                      _UxGT("Apaga el llum")
198
+
199
+#if LCD_WIDTH >= 20
200
+  #define MSG_INFO_PRINT_COUNT              _UxGT("Total impressions")
201
+  #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Acabades")
202
+  #define MSG_INFO_PRINT_TIME               _UxGT("Temps imprimint")
203
+  #define MSG_INFO_PRINT_LONGEST            _UxGT("Treball mes llarg")
204
+  #define MSG_INFO_PRINT_FILAMENT           _UxGT("Total extrudit")
205
+#else
206
+  #define MSG_INFO_PRINT_COUNT              _UxGT("Impressions")
207
+  #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Acabades")
208
+  #define MSG_INFO_PRINT_TIME               _UxGT("Total")
209
+  #define MSG_INFO_PRINT_LONGEST            _UxGT("Mes llarg")
210
+  #define MSG_INFO_PRINT_FILAMENT           _UxGT("Extrudit")
211
+#endif
212
+
213
+#define MSG_INFO_MIN_TEMP                   _UxGT("Temp. mínima")
214
+#define MSG_INFO_MAX_TEMP                   _UxGT("Temp. màxima")
215
+#define MSG_INFO_PSU                        _UxGT("Font alimentacio")
216
+
217
+#define MSG_DRIVE_STRENGTH                  _UxGT("Força motor")
218
+#define MSG_DAC_PERCENT                     _UxGT("Driver %")
219
+#define MSG_DAC_EEPROM_WRITE                _UxGT("DAC EEPROM Write")
220
+#define MSG_FILAMENT_CHANGE_HEADER          _UxGT("CANVI DE FILAMENT")
221
+#define MSG_FILAMENT_CHANGE_OPTION_HEADER   _UxGT("OPCIONS CANVI:")
222
+#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE  _UxGT("Extrudeix mes")
223
+#define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("Repren impressió")
224
+#define MSG_FILAMENT_CHANGE_MINTEMP         _UxGT("Temp minima es ")
225
+
226
+//
227
+// Filament Change screens show up to 3 lines on a 4-line display
228
+//                        ...or up to 2 lines on a 3-line display
229
+//
230
+#if LCD_HEIGHT >= 4
231
+  #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Esperant per")
232
+  #define MSG_FILAMENT_CHANGE_INIT_2          _UxGT("iniciar el canvi")
233
+  #define MSG_FILAMENT_CHANGE_INIT_3          _UxGT("de filament")
234
+  #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Esperant per")
235
+  #define MSG_FILAMENT_CHANGE_UNLOAD_2        _UxGT("treure filament")
236
+  #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Poseu filament")
237
+  #define MSG_FILAMENT_CHANGE_INSERT_2        _UxGT("i premeu el boto")
238
+  #define MSG_FILAMENT_CHANGE_INSERT_3        _UxGT("per continuar...")
239
+  #define MSG_FILAMENT_CHANGE_HEAT_1          _UxGT("Premeu boto per")
240
+  #define MSG_FILAMENT_CHANGE_HEAT_2          _UxGT("escalfar nozzle.")
241
+  #define MSG_FILAMENT_CHANGE_HEATING_1       _UxGT("Escalfant nozzle")
242
+  #define MSG_FILAMENT_CHANGE_HEATING_2       _UxGT("Espereu...")
243
+  #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Esperant carrega")
244
+  #define MSG_FILAMENT_CHANGE_LOAD_2          _UxGT("de filament")
245
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_1       _UxGT("Esperant per")
246
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_2       _UxGT("extreure filament")
247
+  #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("Esperant per")
248
+  #define MSG_FILAMENT_CHANGE_RESUME_2        _UxGT("reprendre")
249
+#else // LCD_HEIGHT < 4
250
+  #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Espereu...")
251
+  #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Expulsant...")
252
+  #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Insereix i prem")
253
+  #define MSG_FILAMENT_CHANGE_HEATING_1       _UxGT("Escalfant...")
254
+  #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Carregant...")
255
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_1       _UxGT("Extrudint...")
256
+  #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("Reprenent...")
257
+#endif // LCD_HEIGHT < 4
156 258
 
157 259
 #endif // LANGUAGE_CA_H

Loading…
Cancel
Save