Browse Source

Add missing entries to the new Aragonian language.

Mark Hanford 11 years ago
parent
commit
0778f5f028
1 changed files with 15 additions and 0 deletions
  1. 15
    0
      Marlin/language.h

+ 15
- 0
Marlin/language.h View File

1729
 	#define MSG_EXTRUDE "Extruir"
1729
 	#define MSG_EXTRUDE "Extruir"
1730
 	#define MSG_RETRACT "Retraer"
1730
 	#define MSG_RETRACT "Retraer"
1731
 	#define MSG_MOVE_AXIS "Mover Eixes"
1731
 	#define MSG_MOVE_AXIS "Mover Eixes"
1732
+	#define MSG_MOVE_X "Move X"
1733
+	#define MSG_MOVE_Y "Move Y"
1734
+	#define MSG_MOVE_Z "Move Z"
1735
+	#define MSG_MOVE_E "Extruder"
1736
+	#define MSG_MOVE_01MM "Move 0.1mm"
1737
+	#define MSG_MOVE_1MM "Move 1mm"
1738
+	#define MSG_MOVE_10MM "Move 10mm"
1732
 	#define MSG_SPEED "Velocidat"
1739
 	#define MSG_SPEED "Velocidat"
1733
 	#define MSG_NOZZLE "Nozzle"
1740
 	#define MSG_NOZZLE "Nozzle"
1734
 	#define MSG_NOZZLE1 "Nozzle2"
1741
 	#define MSG_NOZZLE1 "Nozzle2"
1807
     #define MSG_ZPROBE_OUT "ZProbe Outside Bed"
1814
     #define MSG_ZPROBE_OUT "ZProbe Outside Bed"
1808
     #define MSG_POSITION_UNKNOWN "Home X/Y before Z"
1815
     #define MSG_POSITION_UNKNOWN "Home X/Y before Z"
1809
     #define MSG_ZPROBE_ZOFFSET "Z Offset"
1816
     #define MSG_ZPROBE_ZOFFSET "Z Offset"
1817
+	#define MSG_BABYSTEP_X "Babystep X"
1818
+	#define MSG_BABYSTEP_Y "Babystep Y"
1819
+	#define MSG_BABYSTEP_Z "Babystep Z"
1820
+	#define MSG_ENDSTOP_ABORT "Endstop abort"
1821
+	#define MSG_CONTRAST "Contrast"
1810
 
1822
 
1811
 // Serial Console Messages
1823
 // Serial Console Messages
1812
 
1824
 
1878
 	#define MSG_ENDSTOPS_HIT "S'ha tocau a fin de carril: "
1890
 	#define MSG_ENDSTOPS_HIT "S'ha tocau a fin de carril: "
1879
 	#define MSG_ERR_COLD_EXTRUDE_STOP " extrusion fria privada"
1891
 	#define MSG_ERR_COLD_EXTRUDE_STOP " extrusion fria privada"
1880
 	#define MSG_ERR_LONG_EXTRUDE_STOP " extrusion masiau larga privada"
1892
 	#define MSG_ERR_LONG_EXTRUDE_STOP " extrusion masiau larga privada"
1893
+	#define MSG_BABYSTEPPING_X "Babystepping X"
1894
+	#define MSG_BABYSTEPPING_Y "Babystepping Y"
1895
+	#define MSG_BABYSTEPPING_Z "Babystepping Z"
1881
 
1896
 
1882
 #endif
1897
 #endif
1883
 
1898
 

Loading…
Cancel
Save