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
 #define WELCOME_MSG                         MACHINE_NAME " lista."
38
 #define WELCOME_MSG                         MACHINE_NAME " lista."
39
 #define MSG_SD_INSERTED                     "Tarxeta inserida"
39
 #define MSG_SD_INSERTED                     "Tarxeta inserida"
40
 #define MSG_SD_REMOVED                      "Tarxeta retirada"
40
 #define MSG_SD_REMOVED                      "Tarxeta retirada"
41
+#define MSG_LCD_ENDSTOPS                    "FinCarro"
41
 #define MSG_MAIN                            "Menu principal"
42
 #define MSG_MAIN                            "Menu principal"
42
 #define MSG_AUTOSTART                       "Autoarranque"
43
 #define MSG_AUTOSTART                       "Autoarranque"
43
 #define MSG_DISABLE_STEPPERS                "Apagar motores"
44
 #define MSG_DISABLE_STEPPERS                "Apagar motores"
44
 #define MSG_AUTO_HOME                       "Ir a orixe"
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
 #define MSG_SET_ORIGIN                      "Fixar orixe"
56
 #define MSG_SET_ORIGIN                      "Fixar orixe"
46
 #define MSG_PREHEAT_PLA                     "Prequentar PLA"
57
 #define MSG_PREHEAT_PLA                     "Prequentar PLA"
47
 #define MSG_PREHEAT_PLA_N                   "Prequentar PLA "
58
 #define MSG_PREHEAT_PLA_N                   "Prequentar PLA "
68
 #define MSG_MOVE_1MM                        "Mover 1mm"
79
 #define MSG_MOVE_1MM                        "Mover 1mm"
69
 #define MSG_MOVE_10MM                       "Mover 10mm"
80
 #define MSG_MOVE_10MM                       "Mover 10mm"
70
 #define MSG_SPEED                           "Velocidade"
81
 #define MSG_SPEED                           "Velocidade"
82
+#define MSG_BED_Z                           "Cama Z"
71
 #define MSG_NOZZLE                          "Bico"
83
 #define MSG_NOZZLE                          "Bico"
72
 #define MSG_BED                             "Cama"
84
 #define MSG_BED                             "Cama"
73
 #define MSG_FAN_SPEED                       "Velocidade vent."
85
 #define MSG_FAN_SPEED                       "Velocidade vent."
143
 #define MSG_CNG_SDCARD                      "Cambiar SD"
155
 #define MSG_CNG_SDCARD                      "Cambiar SD"
144
 #define MSG_ZPROBE_OUT                      "Sonda-Z sen cama"
156
 #define MSG_ZPROBE_OUT                      "Sonda-Z sen cama"
145
 #define MSG_YX_UNHOMED                      "X/Y antes que Z"
157
 #define MSG_YX_UNHOMED                      "X/Y antes que Z"
158
+#define MSG_XYZ_UNHOMED                     "Orixe XYZ antes"
146
 #define MSG_ZPROBE_ZOFFSET                  "Offset Z"
159
 #define MSG_ZPROBE_ZOFFSET                  "Offset Z"
147
 #define MSG_BABYSTEP_X                      "Micropaso X"
160
 #define MSG_BABYSTEP_X                      "Micropaso X"
148
 #define MSG_BABYSTEP_Y                      "Micropaso Y"
161
 #define MSG_BABYSTEP_Y                      "Micropaso Y"

Loading…
Cancel
Save