|
|
@ -182,18 +182,18 @@ |
|
|
|
#define MSG_INFO_EXTRUDERS "Extrusores" |
|
|
|
#define MSG_INFO_BAUDRATE "Baudios" |
|
|
|
#define MSG_INFO_PROTOCOL "Protocolo" |
|
|
|
#if LCD_WIDTH > 19 |
|
|
|
#define MSG_INFO_PRINT_COUNT "Total traballos" |
|
|
|
#define MSG_INFO_COMPLETED_PRINTS "Total completos" |
|
|
|
#define MSG_INFO_PRINT_TIME "Tempo impresion" |
|
|
|
#define MSG_INFO_PRINT_LONGEST "Traballo +longo" |
|
|
|
#define MSG_INFO_PRINT_FILAMENT "Total extruido" |
|
|
|
#if LCD_WIDTH >= 20 |
|
|
|
#define MSG_INFO_PRINT_COUNT "Total traballos" |
|
|
|
#define MSG_INFO_COMPLETED_PRINTS "Total completos" |
|
|
|
#define MSG_INFO_PRINT_TIME "Tempo impresion" |
|
|
|
#define MSG_INFO_PRINT_LONGEST "Traballo +longo" |
|
|
|
#define MSG_INFO_PRINT_FILAMENT "Total extruido" |
|
|
|
#else |
|
|
|
#define MSG_INFO_PRINT_COUNT "Traballos" |
|
|
|
#define MSG_INFO_COMPLETED_PRINTS "Completos" |
|
|
|
#define MSG_INFO_PRINT_TIME "Tempo" |
|
|
|
#define MSG_INFO_PRINT_LONGEST "O +longo" |
|
|
|
#define MSG_INFO_PRINT_FILAMENT "Extruido" |
|
|
|
#define MSG_INFO_PRINT_COUNT "Traballos" |
|
|
|
#define MSG_INFO_COMPLETED_PRINTS "Completos" |
|
|
|
#define MSG_INFO_PRINT_TIME "Tempo" |
|
|
|
#define MSG_INFO_PRINT_LONGEST "O +longo" |
|
|
|
#define MSG_INFO_PRINT_FILAMENT "Extruido" |
|
|
|
#endif |
|
|
|
#define MSG_INFO_MIN_TEMP "Min Temp" |
|
|
|
#define MSG_INFO_MAX_TEMP "Max Temp" |
|
|
@ -203,31 +203,31 @@ |
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE "Extruir mais" |
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_RESUME "Segue traballo" |
|
|
|
#if LCD_HEIGHT >= 4 |
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_1 "Agarde para" |
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_2 "iniciar troco" |
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_3 "de filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 "Agarde pola" |
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_2 "descarga do" |
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_3 "filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_1 "Introduza o" |
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_2 "filamento e" |
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_3 "faga click" |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_1 "Agarde pola" |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_2 "carga do" |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_3 "filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Agarde pola" |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 "extrusion do" |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_3 "filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_1 "Agarde para" |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_2 "seguir co" |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_3 "traballo" |
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_1 "Agarde para" |
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_2 "iniciar troco" |
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_3 "de filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 "Agarde pola" |
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_2 "descarga do" |
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_3 "filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_1 "Introduza o" |
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_2 "filamento e" |
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_3 "faga click" |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_1 "Agarde pola" |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_2 "carga do" |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_3 "filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Agarde pola" |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 "extrusion do" |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_3 "filamento" |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_1 "Agarde para" |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_2 "seguir co" |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_3 "traballo" |
|
|
|
#else // LCD_HEIGHT < 4
|
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_1 "Agarde..." |
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 "Descargando..." |
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_1 "Introduza e click" |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_1 "Cargando..." |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Extruindo..." |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_1 "Seguindo..." |
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_1 "Agarde..." |
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 "Descargando..." |
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_1 "Introduza e click" |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_1 "Cargando..." |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Extruindo..." |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_1 "Seguindo..." |
|
|
|
#endif // LCD_HEIGHT < 4
|
|
|
|
|
|
|
|
#endif // LANGUAGE_GL_H
|
|
|
|