Skip to content

Commit

Permalink
Merge pull request #3952 from rafacouto/RCBugFix
Browse files Browse the repository at this point in the history
Galician language update.
  • Loading branch information
thinkyhead committed Jun 3, 2016
2 parents 8529122 + 5f759a2 commit 2403a1c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Marlin/language_gl.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,20 @@
#define WELCOME_MSG MACHINE_NAME " lista."
#define MSG_SD_INSERTED "Tarxeta inserida"
#define MSG_SD_REMOVED "Tarxeta retirada"
#define MSG_LCD_ENDSTOPS "Endstops" // Max length 8 characters
#define MSG_LCD_ENDSTOPS "FinCarro"
#define MSG_MAIN "Menu principal"
#define MSG_AUTOSTART "Autoarranque"
#define MSG_DISABLE_STEPPERS "Apagar motores"
#define MSG_AUTO_HOME "Ir a orixe"
#define MSG_AUTO_HOME_X "Ir orixe X"
#define MSG_AUTO_HOME_Y "Ir orixe Y"
#define MSG_AUTO_HOME_Z "Ir orixe Z"
#define MSG_LEVEL_BED_HOMING "Ir orixes XYZ"
#define MSG_LEVEL_BED_WAITING "Prema pulsador"
#define MSG_LEVEL_BED_NEXT_POINT "Seguinte punto"
#define MSG_LEVEL_BED_DONE "Nivelado feito!"
#define MSG_LEVEL_BED_DONE "Nivelado feito"
#define MSG_LEVEL_BED_CANCEL "Cancelar"
#define MSG_SET_HOME_OFFSETS "Offsets a orixe"
#define MSG_SET_HOME_OFFSETS "Offsets na orixe"
#define MSG_HOME_OFFSETS_APPLIED "Offsets fixados"
#define MSG_SET_ORIGIN "Fixar orixe"
#define MSG_PREHEAT_PLA "Prequentar PLA"
Expand Down Expand Up @@ -168,6 +171,7 @@
#define MSG_CNG_SDCARD "Cambiar SD"
#define MSG_ZPROBE_OUT "Sonda-Z sen cama"
#define MSG_YX_UNHOMED "X/Y antes que Z"
#define MSG_XYZ_UNHOMED "Orixe XYZ antes"
#define MSG_ZPROBE_ZOFFSET "Offset Z"
#define MSG_BABYSTEP_X "Micropaso X"
#define MSG_BABYSTEP_Y "Micropaso Y"
Expand Down

0 comments on commit 2403a1c

Please sign in to comment.