Update language.h

I update the spanish Messages, now this compile for spanish language.
This commit is contained in:
Gabino Lopez 2013-07-04 10:23:00 +02:00
parent acb3271c9a
commit 68be33b1fc

View File

@ -692,91 +692,98 @@
#if LANGUAGE_CHOICE == 5 #if LANGUAGE_CHOICE == 5
// LCD Menu Messages // LCD Menu Messages
#define WELCOME_MSG MACHINE_NAME " Lista." #define WELCOME_MSG MACHINE_NAME "Lista."
#define MSG_SD_INSERTED "Tarjeta SD Colocada" #define MSG_SD_INSERTED "Tarjeta SD Colocada"
#define MSG_SD_REMOVED "Tarjeta SD Retirada" #define MSG_SD_REMOVED "Tarjeta SD Retirada"
#define MSG_MAIN " Menu Principal \003" #define MSG_MAIN "Menu Principal"
#define MSG_AUTOSTART " Autostart" #define MSG_AUTOSTART " Autostart"
#define MSG_DISABLE_STEPPERS " Apagar Motores" #define MSG_DISABLE_STEPPERS "Apagar Motores"
#define MSG_AUTO_HOME " Llevar Ejes al Cero" #define MSG_AUTO_HOME "Llevar al Origen" // "Llevar Ejes al Cero"
#define MSG_SET_ORIGIN " Establecer Cero" #define MSG_SET_ORIGIN "Establecer Cero"
#define MSG_COOLDOWN " Enfriar" #define MSG_PREHEAT_PLA "Precalentar PLA"
#define MSG_EXTRUDE " Extruir" #define MSG_PREHEAT_PLA_SETTINGS "Ajustar temp. PLA"
#define MSG_RETRACT " Retraer" #define MSG_PREHEAT_ABS "Precalentar ABS"
#define MSG_PREHEAT_PLA " Precalentar PLA" #define MSG_PREHEAT_ABS_SETTINGS "Ajustar temp. ABS"
#define MSG_PREHEAT_PLA_SETTINGS " Ajustar temp. PLA" #define MSG_COOLDOWN "Enfriar"
#define MSG_PREHEAT_ABS " Precalentar ABS" #define MSG_EXTRUDE "Extruir"
#define MSG_PREHEAT_ABS_SETTINGS " Ajustar temp. ABS" #define MSG_RETRACT "Retraer"
#define MSG_MOVE_AXIS " Mover Ejes \x7E" #define MSG_MOVE_AXIS "Mover Ejes"
#define MSG_SPEED " Velocidad:" #define MSG_SPEED "Velocidad"
#define MSG_NOZZLE " \002Fusor:" #define MSG_NOZZLE "Nozzle"
#define MSG_NOZZLE1 " \002Fusor2:" #define MSG_NOZZLE1 "Nozzle2"
#define MSG_NOZZLE2 " \002Fusor3:" #define MSG_NOZZLE2 "Nozzle3"
#define MSG_BED " \002Base:" #define MSG_BED "Base"
#define MSG_FAN_SPEED " Ventilador:" #define MSG_FAN_SPEED "Ventilador"
#define MSG_FLOW " Flujo:" #define MSG_FLOW "Flujo"
#define MSG_CONTROL " Control \003" #define MSG_CONTROL "Control"
#define MSG_MIN " \002 Min:" #define MSG_MIN "\002 Min"
#define MSG_MAX " \002 Max:" #define MSG_MAX "\002 Max"
#define MSG_FACTOR " \002 Fact:" #define MSG_FACTOR "\002 Fact"
#define MSG_AUTOTEMP " Autotemp:" #define MSG_AUTOTEMP "Autotemp"
#define MSG_ON "On " #define MSG_ON "On"
#define MSG_OFF "Off" #define MSG_OFF "Off"
#define MSG_PID_P " PID-P: " #define MSG_PID_P "PID-P"
#define MSG_PID_I " PID-I: " #define MSG_PID_I "PID-I"
#define MSG_PID_D " PID-D: " #define MSG_PID_D "PID-D"
#define MSG_PID_C " PID-C: " #define MSG_PID_C "PID-C"
#define MSG_ACC " Acc:" #define MSG_ACC "Acel"
#define MSG_VXY_JERK " Vxy-agit: " #define MSG_VXY_JERK "Vxy-jerk"
#define MSG_VZ_JERK "Vz-agit" #define MSG_VZ_JERK "Vz-jerk"
#define MSG_VE_JERK "Ve-agit" #define MSG_VE_JERK "Ve-jerk"
#define MSG_VMAX " Vmax " #define MSG_VMAX "Vmax"
#define MSG_X "x:" #define MSG_X "x"
#define MSG_Y "y:" #define MSG_Y "y"
#define MSG_Z "z:" #define MSG_Z "z"
#define MSG_E "e:" #define MSG_E "e"
#define MSG_VMIN " Vmin:" #define MSG_VMIN "Vmin"
#define MSG_VTRAV_MIN " VTrav min:" #define MSG_VTRAV_MIN "VTrav min"
#define MSG_AMAX " Amax " #define MSG_AMAX "Amax"
#define MSG_A_RETRACT " A-retrac.:" #define MSG_A_RETRACT "A-retrac."
#define MSG_XSTEPS " Xpasos/mm:" #define MSG_XSTEPS "X pasos/mm"
#define MSG_YSTEPS " Ypasos/mm:" #define MSG_YSTEPS "Y pasos/mm"
#define MSG_ZSTEPS " Zpasos/mm:" #define MSG_ZSTEPS "Z pasos/mm"
#define MSG_ESTEPS " Epasos/mm:" #define MSG_ESTEPS "E pasos/mm"
#define MSG_MAIN_WIDE " Menu Principal \003" #define MSG_RECTRACT "Retraer"
#define MSG_RECTRACT_WIDE " Retraer \x7E" #define MSG_TEMPERATURE "Temperatura"
#define MSG_TEMPERATURE_WIDE " Temperatura \x7E" #define MSG_MOTION "Movimiento"
#define MSG_TEMPERATURE_RTN " Temperatura \003" #define MSG_STORE_EPROM "Guardar Memoria"
#define MSG_MOTION_WIDE " Movimiento \x7E" #define MSG_LOAD_EPROM "Cargar Memoria"
#define MSG_STORE_EPROM " Guardar Memoria" #define MSG_RESTORE_FAILSAFE "Rest. de emergencia"
#define MSG_LOAD_EPROM " Cargar Memoria" #define MSG_REFRESH "Volver a cargar"
#define MSG_RESTORE_FAILSAFE " Rest. de emergencia" #define MSG_WATCH "Monitorizar"
#define MSG_REFRESH "\004Volver a cargar" #define MSG_PREPARE "Preparar"
#define MSG_WATCH " Monitorizar \003" #define MSG_TUNE "Ajustar"
#define MSG_PREPARE " Preparar \x7E" #define MSG_PAUSE_PRINT "Pausar Impresion"
#define MSG_PREPARE_ALT " Preparar \003" #define MSG_RESUME_PRINT "Reanudar Impresion"
#define MSG_CONTROL_ARROW " Control \x7E" #define MSG_STOP_PRINT "Detener Impresion"
#define MSG_RETRACT_ARROW " Retraer \x7E" #define MSG_CARD_MENU "Menu de SD"
#define MSG_TUNE " Ajustar \x7E" #define MSG_NO_CARD "No hay Tarjeta SD"
#define MSG_PAUSE_PRINT " Pausar Impresion \x7E"
#define MSG_RESUME_PRINT " Reanudar Impresion \x7E"
#define MSG_STOP_PRINT " Detener Impresion \x7E"
#define MSG_CARD_MENU " Menu de SD \x7E"
#define MSG_NO_CARD " No hay Tarjeta SD"
#define MSG_DWELL "Reposo..." #define MSG_DWELL "Reposo..."
#define MSG_USERWAIT "Esperando Ordenes..." #define MSG_USERWAIT "Esperando Ordenes..."
#define MSG_RESUMING "Resumiendo Impresion"
#define MSG_NO_MOVE "Sin movimiento" #define MSG_NO_MOVE "Sin movimiento"
#define MSG_PART_RELEASE "Desacople Parcial"
#define MSG_KILLED "PARADA DE EMERGENCIA. " #define MSG_KILLED "PARADA DE EMERGENCIA. "
#define MSG_STOPPED "PARADA. " #define MSG_STOPPED "PARADA."
#define MSG_STEPPER_RELEASED "Desacoplada." #define MSG_CONTROL_RETRACT "Retraer mm"
#define MSG_CONTROL_RETRACT " Retraer mm:" #define MSG_CONTROL_RETRACTF "Retraer F"
#define MSG_CONTROL_RETRACTF " Retraer F:" #define MSG_CONTROL_RETRACT_ZLIFT "Levantar mm"
#define MSG_CONTROL_RETRACT_ZLIFT " Levantar mm:" #define MSG_CONTROL_RETRACT_RECOVER "DesRet +mm"
#define MSG_CONTROL_RETRACT_RECOVER " DesRet +mm:" #define MSG_CONTROL_RETRACT_RECOVERF "DesRet F"
#define MSG_CONTROL_RETRACT_RECOVERF " DesRet F:" #define MSG_AUTORETRACT "AutoRetr."
#define MSG_AUTORETRACT " AutoRetr.:"
#define MSG_FILAMENTCHANGE "Change filament" #define MSG_FILAMENTCHANGE "Change filament"
#define MSG_INIT_SDCARD "Iniciando. Tarjeta-SD"
#define MSG_CNG_SDCARD "Cambiar Tarjeta-SD"
#define MSG_RECTRACT_WIDE "Retraer"
#define MSG_TEMPERATURE_WIDE "Temperatura"
#define MSG_TEMPERATURE_RTN "Temperatura"
#define MSG_MAIN_WIDE "Menu Principal"
#define MSG_MOTION_WIDE "Movimiento"
#define MSG_PREPARE_ALT "Preparar"
#define MSG_CONTROL_ARROW "Control"
#define MSG_RETRACT_ARROW "Retraer"
#define MSG_PART_RELEASE "Desacople Parcial"
#define MSG_STEPPER_RELEASED "Desacoplada."
// Serial Console Messages // Serial Console Messages
#define MSG_Enqueing "En cola \"" #define MSG_Enqueing "En cola \""
@ -821,11 +828,11 @@
#define MSG_Y_MIN "y_min: " #define MSG_Y_MIN "y_min: "
#define MSG_Y_MAX "y_max: " #define MSG_Y_MAX "y_max: "
#define MSG_Z_MIN "z_min: " #define MSG_Z_MIN "z_min: "
#define MSG_Z_MAX "z_max: "
#define MSG_M119_REPORT "Comprobando fines de carrera." #define MSG_M119_REPORT "Comprobando fines de carrera."
#define MSG_ENDSTOP_HIT "PULSADO" #define MSG_ENDSTOP_HIT "PULSADO"
#define MSG_ENDSTOP_OPEN "abierto" #define MSG_ENDSTOP_OPEN "abierto"
#define MSG_HOTEND_OFFSET "Despl. Hotend:" #define MSG_HOTEND_OFFSET "Hotend offsets:"
#define MSG_SD_CANT_OPEN_SUBDIR "No se pudo abrir la subcarpeta." #define MSG_SD_CANT_OPEN_SUBDIR "No se pudo abrir la subcarpeta."
#define MSG_SD_INIT_FAIL "Fallo al iniciar la SD" #define MSG_SD_INIT_FAIL "Fallo al iniciar la SD"
#define MSG_SD_VOL_INIT_FAIL "Fallo al montar el volumen" #define MSG_SD_VOL_INIT_FAIL "Fallo al montar el volumen"