From e1591befee283800ad5d4b7f6124eaa186ecb80d Mon Sep 17 00:00:00 2001 From: Rafa Couto Date: Fri, 3 Jun 2016 14:24:35 +0200 Subject: [PATCH 1/2] Galician language update. --- Marlin/language_gl.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Marlin/language_gl.h b/Marlin/language_gl.h index beafa84d5..e82909c94 100644 --- a/Marlin/language_gl.h +++ b/Marlin/language_gl.h @@ -38,10 +38,21 @@ #define WELCOME_MSG MACHINE_NAME " lista." #define MSG_SD_INSERTED "Tarxeta inserida" #define MSG_SD_REMOVED "Tarxeta retirada" +#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 "Orixes XYZ" +#define MSG_LEVEL_BED_WAITING "Preme o boton" +#define MSG_LEVEL_BED_NEXT_POINT "Seguinte punto" +#define MSG_LEVEL_BED_DONE "Nivelado feito" +#define MSG_LEVEL_BED_CANCEL "Cancelar" +#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" #define MSG_PREHEAT_PLA_N "Prequentar PLA " @@ -68,6 +79,7 @@ #define MSG_MOVE_1MM "Mover 1mm" #define MSG_MOVE_10MM "Mover 10mm" #define MSG_SPEED "Velocidade" +#define MSG_BED_Z "Cama Z" #define MSG_NOZZLE "Bico" #define MSG_BED "Cama" #define MSG_FAN_SPEED "Velocidade vent." @@ -143,6 +155,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" From 5f8db3f57446d6682d821a40851d460ac1a276d6 Mon Sep 17 00:00:00 2001 From: Rafa Couto Date: Fri, 3 Jun 2016 14:24:35 +0200 Subject: [PATCH 2/2] Galician language update. --- Marlin/language_gl.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Marlin/language_gl.h b/Marlin/language_gl.h index ad4e53e61..5365f3c70 100644 --- a/Marlin/language_gl.h +++ b/Marlin/language_gl.h @@ -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" @@ -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"