|
@@ -46,7 +46,7 @@
|
46
|
46
|
#define MSG_AUTO_HOME_Y "Origen Y"
|
47
|
47
|
#define MSG_AUTO_HOME_Z "Origen Z"
|
48
|
48
|
#define MSG_LEVEL_BED_HOMING "Origen XYZ"
|
49
|
|
-#define MSG_LEVEL_BED_WAITING "Presione para iniciar"
|
|
49
|
+#define MSG_LEVEL_BED_WAITING "Iniciar (Presione)"
|
50
|
50
|
#define MSG_LEVEL_BED_DONE "Nivelacion lista!"
|
51
|
51
|
#define MSG_LEVEL_BED_CANCEL "Cancelar"
|
52
|
52
|
#define MSG_SET_HOME_OFFSETS "Ajustar desfases"
|
|
@@ -86,7 +86,7 @@
|
86
|
86
|
#define MSG_MIN LCD_STR_THERMOMETER " Min"
|
87
|
87
|
#define MSG_MAX LCD_STR_THERMOMETER " Max"
|
88
|
88
|
#define MSG_FACTOR LCD_STR_THERMOMETER " Fact"
|
89
|
|
-#define MSG_AUTOTEMP "Temperatura Automatica"
|
|
89
|
+#define MSG_AUTOTEMP "Temperatura Auto."
|
90
|
90
|
#define MSG_ON "Encender"
|
91
|
91
|
#define MSG_OFF "Apagar"
|
92
|
92
|
#define MSG_PID_P "PID-P"
|
|
@@ -115,7 +115,7 @@
|
115
|
115
|
#define MSG_CONTRAST "Contraste"
|
116
|
116
|
#define MSG_STORE_EPROM "Guardar memoria"
|
117
|
117
|
#define MSG_LOAD_EPROM "Cargar memoria"
|
118
|
|
-#define MSG_RESTORE_FAILSAFE "Restaurar memoria."
|
|
118
|
+#define MSG_RESTORE_FAILSAFE "Restaurar memoria"
|
119
|
119
|
#define MSG_REFRESH "Volver a cargar"
|
120
|
120
|
#define MSG_WATCH "Informacion"
|
121
|
121
|
#define MSG_PREPARE "Preparar"
|
|
@@ -130,7 +130,7 @@
|
130
|
130
|
#define MSG_RESUMING "Resumiendo impre."
|
131
|
131
|
#define MSG_PRINT_ABORTED "Impresion cancelada"
|
132
|
132
|
#define MSG_NO_MOVE "Sin movimiento"
|
133
|
|
-#define MSG_KILLED "Parada de emergencia."
|
|
133
|
+#define MSG_KILLED "Parada de emergencia"
|
134
|
134
|
#define MSG_STOPPED "Detenida"
|
135
|
135
|
#define MSG_CONTROL_RETRACT "Retraer mm"
|
136
|
136
|
#define MSG_CONTROL_RETRACT_SWAP "Interc. Retraer mm"
|
|
@@ -152,15 +152,15 @@
|
152
|
152
|
#define MSG_BABYSTEP_Z "Micropaso Z"
|
153
|
153
|
#define MSG_ENDSTOP_ABORT "Cancelado - Endstop"
|
154
|
154
|
#define MSG_HEATING_FAILED_LCD "Error: al calentar"
|
155
|
|
-#define MSG_ERR_REDUNDANT_TEMP "Error: temperatura redundante"
|
|
155
|
+#define MSG_ERR_REDUNDANT_TEMP "Error: temperatura"
|
156
|
156
|
#define MSG_THERMAL_RUNAWAY "Error de temperatura"
|
157
|
157
|
#define MSG_ERR_MAXTEMP "Error: Temp Maxima"
|
158
|
158
|
#define MSG_ERR_MINTEMP "Error: Temp Minima"
|
159
|
|
-#define MSG_ERR_MAXTEMP_BED "Error: Temp Max Plataforma"
|
160
|
|
-#define MSG_ERR_MINTEMP_BED "Error: Temp Min Plataforma"
|
|
159
|
+#define MSG_ERR_MAXTEMP_BED "Error: Temp Max Plat"
|
|
160
|
+#define MSG_ERR_MINTEMP_BED "Error: Temp Min Plat"
|
161
|
161
|
#define MSG_HEATING "Calentando..."
|
162
|
|
-#define MSG_HEATING_COMPLETE "Calentamiento Completo"
|
163
|
|
-#define MSG_BED_HEATING "Calentando plataforma ..."
|
|
162
|
+#define MSG_HEATING_COMPLETE "Calentamiento listo"
|
|
163
|
+#define MSG_BED_HEATING "Calentando Plat..."
|
164
|
164
|
#define MSG_BED_DONE "Plataforma Caliente"
|
165
|
165
|
#define MSG_DELTA_CALIBRATE "Calibracion Delta"
|
166
|
166
|
#define MSG_DELTA_CALIBRATE_X "Calibrar X"
|
|
@@ -192,7 +192,7 @@
|
192
|
192
|
#define MSG_FILAMENT_CHANGE_OPTION_HEADER "Opciones de cambio:"
|
193
|
193
|
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE "Extruir mas"
|
194
|
194
|
#define MSG_FILAMENT_CHANGE_OPTION_RESUME "Resumir imp."
|
195
|
|
-#define MSG_FILAMENT_CHANGE_INIT_1 "Esperando para empesar"
|
|
195
|
+#define MSG_FILAMENT_CHANGE_INIT_1 "Esperando iniciar"
|
196
|
196
|
#define MSG_FILAMENT_CHANGE_INIT_2 "del filamento"
|
197
|
197
|
#define MSG_FILAMENT_CHANGE_INIT_3 "cambiar"
|
198
|
198
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 "Esperado por"
|