Browse Source

Merge pull request #1158 from elgambitero/patch-2

Updated a bit of spanish language
nothinman 9 years ago
parent
commit
1b7c065055
1 changed files with 8 additions and 8 deletions
  1. 8
    8
      Marlin/language.h

+ 8
- 8
Marlin/language.h View File

665
 	#define MSG_AUTOSTART " Autostart"
665
 	#define MSG_AUTOSTART " Autostart"
666
 	#define MSG_DISABLE_STEPPERS "Apagar motores"
666
 	#define MSG_DISABLE_STEPPERS "Apagar motores"
667
 	#define MSG_AUTO_HOME "Llevar al origen"
667
 	#define MSG_AUTO_HOME "Llevar al origen"
668
-	#define MSG_SET_HOME_OFFSETS "Set home offsets"
668
+	#define MSG_SET_HOME_OFFSETS "Ajustar offsets"
669
 	#define MSG_SET_ORIGIN "Establecer cero"
669
 	#define MSG_SET_ORIGIN "Establecer cero"
670
 	#define MSG_PREHEAT_PLA "Precalentar PLA"
670
 	#define MSG_PREHEAT_PLA "Precalentar PLA"
671
 	#define MSG_PREHEAT_PLA0 "Precalentar PLA 1"
671
 	#define MSG_PREHEAT_PLA0 "Precalentar PLA 1"
682
 	#define MSG_PREHEAT_ABS_BEDONLY "Precal. ABS Base"
682
 	#define MSG_PREHEAT_ABS_BEDONLY "Precal. ABS Base"
683
 	#define MSG_PREHEAT_ABS_SETTINGS "Ajustar temp. ABS"
683
 	#define MSG_PREHEAT_ABS_SETTINGS "Ajustar temp. ABS"
684
 	#define MSG_COOLDOWN "Enfriar"
684
 	#define MSG_COOLDOWN "Enfriar"
685
-	#define MSG_SWITCH_PS_ON "Switch Power On"
686
-	#define MSG_SWITCH_PS_OFF "Switch Power Off"
685
+	#define MSG_SWITCH_PS_ON "Encender"
686
+	#define MSG_SWITCH_PS_OFF "Apagar"
687
 	#define MSG_EXTRUDE "Extruir"
687
 	#define MSG_EXTRUDE "Extruir"
688
 	#define MSG_RETRACT "Retraer"
688
 	#define MSG_RETRACT "Retraer"
689
 	#define MSG_MOVE_AXIS "Mover ejes"
689
 	#define MSG_MOVE_AXIS "Mover ejes"
727
 	#define MSG_Z "z"
727
 	#define MSG_Z "z"
728
 	#define MSG_E "e"
728
 	#define MSG_E "e"
729
 	#define MSG_VMIN "Vmin"
729
 	#define MSG_VMIN "Vmin"
730
-	#define MSG_VTRAV_MIN "VTrav min"
730
+	#define MSG_VTRAV_MIN "Vvacio min"
731
 	#define MSG_AMAX "Amax"
731
 	#define MSG_AMAX "Amax"
732
 	#define MSG_A_RETRACT "A-retrac."
732
 	#define MSG_A_RETRACT "A-retrac."
733
 	#define MSG_XSTEPS "X pasos/mm"
733
 	#define MSG_XSTEPS "X pasos/mm"
775
 	#define MSG_CONTROL_ARROW "Control"
775
 	#define MSG_CONTROL_ARROW "Control"
776
 	#define MSG_RETRACT_ARROW "Retraer"
776
 	#define MSG_RETRACT_ARROW "Retraer"
777
 	#define MSG_STEPPER_RELEASED "Desacoplada."
777
 	#define MSG_STEPPER_RELEASED "Desacoplada."
778
-	#define MSG_ZPROBE_OUT "Z probe out. bed"
779
-	#define MSG_POSITION_UNKNOWN "Home X/Y before Z"
780
-	#define MSG_ZPROBE_ZOFFSET "Z Offset"
778
+	#define MSG_ZPROBE_OUT "sonda Z fuera"
779
+	#define MSG_POSITION_UNKNOWN "Reiniciar X/Y y Z"
780
+	#define MSG_ZPROBE_ZOFFSET "Offset Z"
781
 	#define MSG_BABYSTEP_X "Babystep X"
781
 	#define MSG_BABYSTEP_X "Babystep X"
782
 	#define MSG_BABYSTEP_Y "Babystep Y"
782
 	#define MSG_BABYSTEP_Y "Babystep Y"
783
 	#define MSG_BABYSTEP_Z "Babystep Z"
783
 	#define MSG_BABYSTEP_Z "Babystep Z"
784
 	#define MSG_ENDSTOP_ABORT "Endstop abort"
784
 	#define MSG_ENDSTOP_ABORT "Endstop abort"
785
-	#define MSG_CONTRAST "Contrast"
785
+	#define MSG_CONTRAST "Contraste"
786
 
786
 
787
 #endif
787
 #endif
788
 
788
 

Loading…
Cancel
Save