Browse Source

Updated a bit of spanish language

elgambitero 9 years ago
parent
commit
433ac29d31
1 changed files with 8 additions and 8 deletions
  1. 8
    8
      Marlin/language.h

+ 8
- 8
Marlin/language.h View File

@@ -665,7 +665,7 @@
665 665
 	#define MSG_AUTOSTART " Autostart"
666 666
 	#define MSG_DISABLE_STEPPERS "Apagar motores"
667 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 669
 	#define MSG_SET_ORIGIN "Establecer cero"
670 670
 	#define MSG_PREHEAT_PLA "Precalentar PLA"
671 671
 	#define MSG_PREHEAT_PLA0 "Precalentar PLA 1"
@@ -682,8 +682,8 @@
682 682
 	#define MSG_PREHEAT_ABS_BEDONLY "Precal. ABS Base"
683 683
 	#define MSG_PREHEAT_ABS_SETTINGS "Ajustar temp. ABS"
684 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 687
 	#define MSG_EXTRUDE "Extruir"
688 688
 	#define MSG_RETRACT "Retraer"
689 689
 	#define MSG_MOVE_AXIS "Mover ejes"
@@ -727,7 +727,7 @@
727 727
 	#define MSG_Z "z"
728 728
 	#define MSG_E "e"
729 729
 	#define MSG_VMIN "Vmin"
730
-	#define MSG_VTRAV_MIN "VTrav min"
730
+	#define MSG_VTRAV_MIN "Vvacio min"
731 731
 	#define MSG_AMAX "Amax"
732 732
 	#define MSG_A_RETRACT "A-retrac."
733 733
 	#define MSG_XSTEPS "X pasos/mm"
@@ -775,14 +775,14 @@
775 775
 	#define MSG_CONTROL_ARROW "Control"
776 776
 	#define MSG_RETRACT_ARROW "Retraer"
777 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 781
 	#define MSG_BABYSTEP_X "Babystep X"
782 782
 	#define MSG_BABYSTEP_Y "Babystep Y"
783 783
 	#define MSG_BABYSTEP_Z "Babystep Z"
784 784
 	#define MSG_ENDSTOP_ABORT "Endstop abort"
785
-	#define MSG_CONTRAST "Contrast"
785
+	#define MSG_CONTRAST "Contraste"
786 786
 
787 787
 #endif
788 788
 

Loading…
Cancel
Save