|
@@ -167,5 +167,47 @@
|
167
|
167
|
#define MSG_DELTA_CALIBRATE_Y "Calibrar Y"
|
168
|
168
|
#define MSG_DELTA_CALIBRATE_Z "Calibrar Z"
|
169
|
169
|
#define MSG_DELTA_CALIBRATE_CENTER "Calibrar Centro"
|
170
|
|
-
|
|
170
|
+#define MSG_INFO_MENU "Inf. Impresora"
|
|
171
|
+#define MSG_INFO_PRINTER_MENU "Inf. Impresora"
|
|
172
|
+#define MSG_INFO_STATS_MENU "Estadisticas Imp."
|
|
173
|
+#define MSG_INFO_BOARD_MENU "Inf. Controlador"
|
|
174
|
+#define MSG_INFO_THERMISTOR_MENU "Termistores"
|
|
175
|
+#define MSG_INFO_EXTRUDERS "Extrusores"
|
|
176
|
+#define MSG_INFO_BAUDRATE "Baudios"
|
|
177
|
+#define MSG_INFO_PROTOCOL "Protocolo"
|
|
178
|
+#define MSG_INFO_PRINT_COUNT "Conteo de impresion"
|
|
179
|
+#define MSG_INFO_COMPLETED_PRINTS "Completadas"
|
|
180
|
+#define MSG_INFO_PRINT_TIME "Tiempo total de imp."
|
|
181
|
+#define MSG_INFO_PRINT_LONGEST "Impresion mas larga"
|
|
182
|
+#define MSG_INFO_PRINT_FILAMENT "Total de Extrusion"
|
|
183
|
+#define MSG_INFO_PRINT_COUNT "Impresiones"
|
|
184
|
+#define MSG_INFO_COMPLETED_PRINTS "Completadas"
|
|
185
|
+#define MSG_INFO_PRINT_TIME "Total"
|
|
186
|
+#define MSG_INFO_PRINT_LONGEST "Mas larga"
|
|
187
|
+#define MSG_INFO_PRINT_FILAMENT "Extrusion"
|
|
188
|
+#define MSG_INFO_MIN_TEMP "Temperatura minima"
|
|
189
|
+#define MSG_INFO_MAX_TEMP "Temperatura maxima"
|
|
190
|
+#define MSG_INFO_PSU "Fuente de poder"
|
|
191
|
+#define MSG_FILAMENT_CHANGE_HEADER "Cambiar Filamento"
|
|
192
|
+#define MSG_FILAMENT_CHANGE_OPTION_HEADER "Opciones de cambio:"
|
|
193
|
+#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE "Extruir mas"
|
|
194
|
+#define MSG_FILAMENT_CHANGE_OPTION_RESUME "Resumir imp."
|
|
195
|
+#define MSG_FILAMENT_CHANGE_INIT_1 "Esperando para empesar"
|
|
196
|
+#define MSG_FILAMENT_CHANGE_INIT_2 "del filamento"
|
|
197
|
+#define MSG_FILAMENT_CHANGE_INIT_3 "cambiar"
|
|
198
|
+#define MSG_FILAMENT_CHANGE_UNLOAD_1 "Esperado por"
|
|
199
|
+#define MSG_FILAMENT_CHANGE_UNLOAD_2 "filamento expulsado"
|
|
200
|
+#define MSG_FILAMENT_CHANGE_UNLOAD_3 ""
|
|
201
|
+#define MSG_FILAMENT_CHANGE_INSERT_1 "Inserte filamento"
|
|
202
|
+#define MSG_FILAMENT_CHANGE_INSERT_2 "y presione el boton"
|
|
203
|
+#define MSG_FILAMENT_CHANGE_INSERT_3 "para continuar..."
|
|
204
|
+#define MSG_FILAMENT_CHANGE_LOAD_1 "Esperado por"
|
|
205
|
+#define MSG_FILAMENT_CHANGE_LOAD_2 "Cargar filamento"
|
|
206
|
+#define MSG_FILAMENT_CHANGE_LOAD_3 ""
|
|
207
|
+#define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Esperado por"
|
|
208
|
+#define MSG_FILAMENT_CHANGE_EXTRUDE_2 "Extruir filamento"
|
|
209
|
+#define MSG_FILAMENT_CHANGE_EXTRUDE_3 ""
|
|
210
|
+#define MSG_FILAMENT_CHANGE_RESUME_1 "Esperando imp."
|
|
211
|
+#define MSG_FILAMENT_CHANGE_RESUME_2 "para resumir"
|
|
212
|
+#define MSG_FILAMENT_CHANGE_RESUME_3 ""
|
171
|
213
|
#endif // LANGUAGE_ES_H
|