Browse Source

Galician language update.

Rafa Couto 9 years ago
parent
commit
e1591befee
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      Marlin/language_gl.h

+ 13
- 0
Marlin/language_gl.h View File

@@ -38,10 +38,21 @@
38 38
 #define WELCOME_MSG                         MACHINE_NAME " lista."
39 39
 #define MSG_SD_INSERTED                     "Tarxeta inserida"
40 40
 #define MSG_SD_REMOVED                      "Tarxeta retirada"
41
+#define MSG_LCD_ENDSTOPS                    "FinCarro"
41 42
 #define MSG_MAIN                            "Menu principal"
42 43
 #define MSG_AUTOSTART                       "Autoarranque"
43 44
 #define MSG_DISABLE_STEPPERS                "Apagar motores"
44 45
 #define MSG_AUTO_HOME                       "Ir a orixe"
46
+#define MSG_AUTO_HOME_X                     "Ir orixe X"
47
+#define MSG_AUTO_HOME_Y                     "Ir orixe Y"
48
+#define MSG_AUTO_HOME_Z                     "Ir orixe Z"
49
+#define MSG_LEVEL_BED_HOMING                "Orixes XYZ"
50
+#define MSG_LEVEL_BED_WAITING               "Preme o boton"
51
+#define MSG_LEVEL_BED_NEXT_POINT            "Seguinte punto"
52
+#define MSG_LEVEL_BED_DONE                  "Nivelado feito"
53
+#define MSG_LEVEL_BED_CANCEL                "Cancelar"
54
+#define MSG_SET_HOME_OFFSETS                "Offsets na orixe"
55
+#define MSG_HOME_OFFSETS_APPLIED            "Offsets fixados"
45 56
 #define MSG_SET_ORIGIN                      "Fixar orixe"
46 57
 #define MSG_PREHEAT_PLA                     "Prequentar PLA"
47 58
 #define MSG_PREHEAT_PLA_N                   "Prequentar PLA "
@@ -68,6 +79,7 @@
68 79
 #define MSG_MOVE_1MM                        "Mover 1mm"
69 80
 #define MSG_MOVE_10MM                       "Mover 10mm"
70 81
 #define MSG_SPEED                           "Velocidade"
82
+#define MSG_BED_Z                           "Cama Z"
71 83
 #define MSG_NOZZLE                          "Bico"
72 84
 #define MSG_BED                             "Cama"
73 85
 #define MSG_FAN_SPEED                       "Velocidade vent."
@@ -143,6 +155,7 @@
143 155
 #define MSG_CNG_SDCARD                      "Cambiar SD"
144 156
 #define MSG_ZPROBE_OUT                      "Sonda-Z sen cama"
145 157
 #define MSG_YX_UNHOMED                      "X/Y antes que Z"
158
+#define MSG_XYZ_UNHOMED                     "Orixe XYZ antes"
146 159
 #define MSG_ZPROBE_ZOFFSET                  "Offset Z"
147 160
 #define MSG_BABYSTEP_X                      "Micropaso X"
148 161
 #define MSG_BABYSTEP_Y                      "Micropaso Y"

Loading…
Cancel
Save