Browse Source

Galician language update.

Rafa Couto 8 years ago
parent
commit
5f8db3f574
1 changed files with 7 additions and 3 deletions
  1. 7
    3
      Marlin/language_gl.h

+ 7
- 3
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                    "Endstops" // Max length 8 characters
41
+#define MSG_LCD_ENDSTOPS                    "FinCarro"
42
 #define MSG_MAIN                            "Menu principal"
42
 #define MSG_MAIN                            "Menu principal"
43
 #define MSG_AUTOSTART                       "Autoarranque"
43
 #define MSG_AUTOSTART                       "Autoarranque"
44
 #define MSG_DISABLE_STEPPERS                "Apagar motores"
44
 #define MSG_DISABLE_STEPPERS                "Apagar motores"
45
 #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"
46
 #define MSG_LEVEL_BED_HOMING                "Ir orixes XYZ"
49
 #define MSG_LEVEL_BED_HOMING                "Ir orixes XYZ"
47
 #define MSG_LEVEL_BED_WAITING               "Prema pulsador"
50
 #define MSG_LEVEL_BED_WAITING               "Prema pulsador"
48
 #define MSG_LEVEL_BED_NEXT_POINT            "Seguinte punto"
51
 #define MSG_LEVEL_BED_NEXT_POINT            "Seguinte punto"
49
-#define MSG_LEVEL_BED_DONE                  "Nivelado feito!"
52
+#define MSG_LEVEL_BED_DONE                  "Nivelado feito"
50
 #define MSG_LEVEL_BED_CANCEL                "Cancelar"
53
 #define MSG_LEVEL_BED_CANCEL                "Cancelar"
51
-#define MSG_SET_HOME_OFFSETS                "Offsets a orixe"
54
+#define MSG_SET_HOME_OFFSETS                "Offsets na orixe"
52
 #define MSG_HOME_OFFSETS_APPLIED            "Offsets fixados"
55
 #define MSG_HOME_OFFSETS_APPLIED            "Offsets fixados"
53
 #define MSG_SET_ORIGIN                      "Fixar orixe"
56
 #define MSG_SET_ORIGIN                      "Fixar orixe"
54
 #define MSG_PREHEAT_PLA                     "Prequentar PLA"
57
 #define MSG_PREHEAT_PLA                     "Prequentar PLA"
168
 #define MSG_CNG_SDCARD                      "Cambiar SD"
171
 #define MSG_CNG_SDCARD                      "Cambiar SD"
169
 #define MSG_ZPROBE_OUT                      "Sonda-Z sen cama"
172
 #define MSG_ZPROBE_OUT                      "Sonda-Z sen cama"
170
 #define MSG_YX_UNHOMED                      "X/Y antes que Z"
173
 #define MSG_YX_UNHOMED                      "X/Y antes que Z"
174
+#define MSG_XYZ_UNHOMED                     "Orixe XYZ antes"
171
 #define MSG_ZPROBE_ZOFFSET                  "Offset Z"
175
 #define MSG_ZPROBE_ZOFFSET                  "Offset Z"
172
 #define MSG_BABYSTEP_X                      "Micropaso X"
176
 #define MSG_BABYSTEP_X                      "Micropaso X"
173
 #define MSG_BABYSTEP_Y                      "Micropaso Y"
177
 #define MSG_BABYSTEP_Y                      "Micropaso Y"

Loading…
Cancel
Save