diff --git a/Marlin/language_gl.h b/Marlin/language_gl.h index beafa84d53..ad4e53e61d 100644 --- a/Marlin/language_gl.h +++ b/Marlin/language_gl.h @@ -38,10 +38,18 @@ #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_MAIN "Menu principal" #define MSG_AUTOSTART "Autoarranque" #define MSG_DISABLE_STEPPERS "Apagar motores" #define MSG_AUTO_HOME "Ir a orixe" +#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_CANCEL "Cancelar" +#define MSG_SET_HOME_OFFSETS "Offsets a 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 " @@ -53,6 +61,10 @@ #define MSG_PREHEAT_ABS_ALL "Preque. ABS Todo" #define MSG_PREHEAT_ABS_BEDONLY "Preque. ABS Cama" #define MSG_PREHEAT_ABS_SETTINGS "Preque. ABS conf" +#define MSG_H1 "1" +#define MSG_H2 "2" +#define MSG_H3 "3" +#define MSG_H4 "4" #define MSG_COOLDOWN "Arrefriar" #define MSG_SWITCH_PS_ON "Acender" #define MSG_SWITCH_PS_OFF "Apagar" @@ -63,12 +75,21 @@ #define MSG_MOVE_X "Mover X" #define MSG_MOVE_Y "Mover Y" #define MSG_MOVE_Z "Mover Z" -#define MSG_MOVE_E "Extruir" +#define MSG_MOVE_E "Extrusor" +#define MSG_MOVE_E1 "1" +#define MSG_MOVE_E2 "2" +#define MSG_MOVE_E3 "3" +#define MSG_MOVE_E4 "4" #define MSG_MOVE_01MM "Mover 0.1mm" #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_N1 " 1" +#define MSG_N2 " 2" +#define MSG_N3 " 3" +#define MSG_N4 " 4" #define MSG_BED "Cama" #define MSG_FAN_SPEED "Velocidade vent." #define MSG_FLOW "Fluxo" @@ -109,7 +130,11 @@ #define MSG_MOTION "Movemento" #define MSG_VOLUMETRIC "Filamento" #define MSG_VOLUMETRIC_ENABLED "E en mm3" -#define MSG_FILAMENT_DIAM "Diametro filam." +#define MSG_FILAMENT_DIAM "Diam. fil." +#define MSG_DIAM_E1 " 1" +#define MSG_DIAM_E2 " 2" +#define MSG_DIAM_E3 " 3" +#define MSG_DIAM_E4 " 4" #define MSG_CONTRAST "Constraste LCD" #define MSG_STORE_EPROM "Gardar en memo." #define MSG_LOAD_EPROM "Cargar de memo."