From 0844da794d995e77fec053153422464085c47e37 Mon Sep 17 00:00:00 2001 From: emartinez167 Date: Sat, 24 Dec 2016 22:11:14 +0800 Subject: [PATCH 1/3] Updates to Spanish language Add missing Spanish language definitions. --- Marlin/language_es.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Marlin/language_es.h b/Marlin/language_es.h index 743572f7a5..79981fceeb 100644 --- a/Marlin/language_es.h +++ b/Marlin/language_es.h @@ -39,12 +39,15 @@ #define MSG_MAIN _UxGT("Menu principal") #define MSG_AUTOSTART _UxGT("Inicio automatico") #define MSG_DISABLE_STEPPERS _UxGT("Apagar motores") +#define MSG_DEBUG_MENU _UxGT(“Menu depurar”) +#define MSG_PROGRESS_BAR_TEST _UxGT(“Prueba barra avance") #define MSG_AUTO_HOME _UxGT("Llevar al origen") #define MSG_AUTO_HOME_X _UxGT("Origen X") #define MSG_AUTO_HOME_Y _UxGT("Origen Y") #define MSG_AUTO_HOME_Z _UxGT("Origen Z") #define MSG_LEVEL_BED_HOMING _UxGT("Origen XYZ") #define MSG_LEVEL_BED_WAITING _UxGT("Iniciar (Presione)") +#define MSG_LEVEL_BED_NEXT_POINT _UxGT(“Siguiente punto”) #define MSG_LEVEL_BED_DONE _UxGT("Nivelacion lista!") #define MSG_LEVEL_BED_CANCEL _UxGT("Cancelar") #define MSG_SET_HOME_OFFSETS _UxGT("Ajustar desfases") @@ -67,6 +70,8 @@ #define MSG_RETRACT _UxGT("Retraer") #define MSG_MOVE_AXIS _UxGT("Mover ejes") #define MSG_LEVEL_BED _UxGT("Nivelar plataforma") +#define MSG_MOVING _UxGT("Moviendo...”) +#define MSG_FREE_XY _UxGT(“Libre XY") #define MSG_MOVE_X _UxGT("Mover X") #define MSG_MOVE_Y _UxGT("Mover Y") #define MSG_MOVE_Z _UxGT("Mover Z") @@ -91,6 +96,7 @@ #define MSG_PID_I _UxGT("PID-I") #define MSG_PID_D _UxGT("PID-D") #define MSG_PID_C _UxGT("PID-C") +#define MSG_SELECT _UxGT("Seleccionar”) #define MSG_ACC _UxGT("Aceleracion") #define MSG_VX_JERK _UxGT("Vx-jerk") #define MSG_VY_JERK _UxGT("Vy-jerk") @@ -147,6 +153,8 @@ #define MSG_INIT_SDCARD _UxGT("Iniciando tarjeta") #define MSG_CNG_SDCARD _UxGT("Cambiar tarjeta") #define MSG_ZPROBE_OUT _UxGT("Sonda Z fuera") +#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Auto-Prueba”) +#define MSG_BLTOUCH_RESET _UxGT("Reiniciar BLTouch") #define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST #define MSG_FIRST _UxGT("first") #define MSG_ZPROBE_ZOFFSET _UxGT("Desfase Z") @@ -161,6 +169,12 @@ #define MSG_ERR_MINTEMP _UxGT("Error: Temp Minima") #define MSG_ERR_MAXTEMP_BED _UxGT("Error: Temp Max Plat") #define MSG_ERR_MINTEMP_BED _UxGT("Error: Temp Min Plat") +#define MSG_ERR_Z_HOMING _UxGT("G28 Z Prohibido”) +#define MSG_HALTED _UxGT(“IMPRESORA PARADA”) +#define MSG_PLEASE_RESET _UxGT(“Favor de reiniciar“) +#define MSG_SHORT_DAY _UxGT("d") // One character only +#define MSG_SHORT_HOUR _UxGT("h") // One character only +#define MSG_SHORT_MINUTE _UxGT("m") // One character only #define MSG_HEATING _UxGT("Calentando...") #define MSG_HEATING_COMPLETE _UxGT("Calentamiento listo") #define MSG_BED_HEATING _UxGT("Calentando Plat...") @@ -178,6 +192,8 @@ #define MSG_INFO_EXTRUDERS _UxGT("Extrusores") #define MSG_INFO_BAUDRATE _UxGT("Baudios") #define MSG_INFO_PROTOCOL _UxGT("Protocolo") +#define MSG_LIGHTS_ON _UxGT(“Luz cabina ON“) +#define MSG_LIGHTS_OFF _UxGT(“Luz cabina OFF”) #if LCD_WIDTH > 19 #define MSG_INFO_PRINT_COUNT _UxGT("Conteo de impresion") #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completadas") @@ -194,6 +210,9 @@ #define MSG_INFO_MIN_TEMP _UxGT("Temperatura minima") #define MSG_INFO_MAX_TEMP _UxGT("Temperatura maxima") #define MSG_INFO_PSU _UxGT("Fuente de poder") +#define MSG_DRIVE_STRENGTH _UxGT(“Potencia driver“) +#define MSG_DAC_PERCENT _UxGT("Driver %") +#define MSG_DAC_EEPROM_WRITE _UxGT(“Escribe DAC EEPROM") #define MSG_FILAMENT_CHANGE_HEADER _UxGT("Cambiar Filamento") #define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("Opciones de cambio:") From a2fe24f319f0bc6c6338cb0fbd800b69e02c4a76 Mon Sep 17 00:00:00 2001 From: emartinez167 Date: Thu, 29 Dec 2016 23:34:42 +0800 Subject: [PATCH 2/3] Fix some errors and update a message --- Marlin/language_es.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Marlin/language_es.h b/Marlin/language_es.h index 79981fceeb..5f0bb03d75 100644 --- a/Marlin/language_es.h +++ b/Marlin/language_es.h @@ -39,15 +39,15 @@ #define MSG_MAIN _UxGT("Menu principal") #define MSG_AUTOSTART _UxGT("Inicio automatico") #define MSG_DISABLE_STEPPERS _UxGT("Apagar motores") -#define MSG_DEBUG_MENU _UxGT(“Menu depurar”) -#define MSG_PROGRESS_BAR_TEST _UxGT(“Prueba barra avance") +#define MSG_DEBUG_MENU _UxGT("Menu depurar”) +#define MSG_PROGRESS_BAR_TEST _UxGT("Prueba barra avance") #define MSG_AUTO_HOME _UxGT("Llevar al origen") #define MSG_AUTO_HOME_X _UxGT("Origen X") #define MSG_AUTO_HOME_Y _UxGT("Origen Y") #define MSG_AUTO_HOME_Z _UxGT("Origen Z") #define MSG_LEVEL_BED_HOMING _UxGT("Origen XYZ") #define MSG_LEVEL_BED_WAITING _UxGT("Iniciar (Presione)") -#define MSG_LEVEL_BED_NEXT_POINT _UxGT(“Siguiente punto”) +#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Siguiente punto”) #define MSG_LEVEL_BED_DONE _UxGT("Nivelacion lista!") #define MSG_LEVEL_BED_CANCEL _UxGT("Cancelar") #define MSG_SET_HOME_OFFSETS _UxGT("Ajustar desfases") @@ -71,7 +71,7 @@ #define MSG_MOVE_AXIS _UxGT("Mover ejes") #define MSG_LEVEL_BED _UxGT("Nivelar plataforma") #define MSG_MOVING _UxGT("Moviendo...”) -#define MSG_FREE_XY _UxGT(“Libre XY") +#define MSG_FREE_XY _UxGT("Libre XY") #define MSG_MOVE_X _UxGT("Mover X") #define MSG_MOVE_Y _UxGT("Mover Y") #define MSG_MOVE_Z _UxGT("Mover Z") @@ -170,8 +170,8 @@ #define MSG_ERR_MAXTEMP_BED _UxGT("Error: Temp Max Plat") #define MSG_ERR_MINTEMP_BED _UxGT("Error: Temp Min Plat") #define MSG_ERR_Z_HOMING _UxGT("G28 Z Prohibido”) -#define MSG_HALTED _UxGT(“IMPRESORA PARADA”) -#define MSG_PLEASE_RESET _UxGT(“Favor de reiniciar“) +#define MSG_HALTED _UxGT("IMPRESORA PARADA”) +#define MSG_PLEASE_RESET _UxGT("Por favor, reinicie") #define MSG_SHORT_DAY _UxGT("d") // One character only #define MSG_SHORT_HOUR _UxGT("h") // One character only #define MSG_SHORT_MINUTE _UxGT("m") // One character only @@ -192,8 +192,8 @@ #define MSG_INFO_EXTRUDERS _UxGT("Extrusores") #define MSG_INFO_BAUDRATE _UxGT("Baudios") #define MSG_INFO_PROTOCOL _UxGT("Protocolo") -#define MSG_LIGHTS_ON _UxGT(“Luz cabina ON“) -#define MSG_LIGHTS_OFF _UxGT(“Luz cabina OFF”) +#define MSG_LIGHTS_ON _UxGT("Luz cabina ON") +#define MSG_LIGHTS_OFF _UxGT("Luz cabina OFF”) #if LCD_WIDTH > 19 #define MSG_INFO_PRINT_COUNT _UxGT("Conteo de impresion") #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completadas") @@ -210,9 +210,9 @@ #define MSG_INFO_MIN_TEMP _UxGT("Temperatura minima") #define MSG_INFO_MAX_TEMP _UxGT("Temperatura maxima") #define MSG_INFO_PSU _UxGT("Fuente de poder") -#define MSG_DRIVE_STRENGTH _UxGT(“Potencia driver“) +#define MSG_DRIVE_STRENGTH _UxGT("Potencia driver") #define MSG_DAC_PERCENT _UxGT("Driver %") -#define MSG_DAC_EEPROM_WRITE _UxGT(“Escribe DAC EEPROM") +#define MSG_DAC_EEPROM_WRITE _UxGT("Escribe DAC EEPROM") #define MSG_FILAMENT_CHANGE_HEADER _UxGT("Cambiar Filamento") #define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("Opciones de cambio:") From 7292145f4e5dd666e620d9cafdd1ee9f6b290aea Mon Sep 17 00:00:00 2001 From: emartinez167 Date: Thu, 12 Jan 2017 22:35:04 +0800 Subject: [PATCH 3/3] Fix for some wrong strings On last commit, some strings were ended with the incorrect character. This fixes it. --- Marlin/language_es.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Marlin/language_es.h b/Marlin/language_es.h index 5f0bb03d75..fc54601f13 100644 --- a/Marlin/language_es.h +++ b/Marlin/language_es.h @@ -39,7 +39,7 @@ #define MSG_MAIN _UxGT("Menu principal") #define MSG_AUTOSTART _UxGT("Inicio automatico") #define MSG_DISABLE_STEPPERS _UxGT("Apagar motores") -#define MSG_DEBUG_MENU _UxGT("Menu depurar”) +#define MSG_DEBUG_MENU _UxGT("Menu depurar") #define MSG_PROGRESS_BAR_TEST _UxGT("Prueba barra avance") #define MSG_AUTO_HOME _UxGT("Llevar al origen") #define MSG_AUTO_HOME_X _UxGT("Origen X") @@ -47,7 +47,7 @@ #define MSG_AUTO_HOME_Z _UxGT("Origen Z") #define MSG_LEVEL_BED_HOMING _UxGT("Origen XYZ") #define MSG_LEVEL_BED_WAITING _UxGT("Iniciar (Presione)") -#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Siguiente punto”) +#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Siguiente punto") #define MSG_LEVEL_BED_DONE _UxGT("Nivelacion lista!") #define MSG_LEVEL_BED_CANCEL _UxGT("Cancelar") #define MSG_SET_HOME_OFFSETS _UxGT("Ajustar desfases") @@ -70,7 +70,7 @@ #define MSG_RETRACT _UxGT("Retraer") #define MSG_MOVE_AXIS _UxGT("Mover ejes") #define MSG_LEVEL_BED _UxGT("Nivelar plataforma") -#define MSG_MOVING _UxGT("Moviendo...”) +#define MSG_MOVING _UxGT("Moviendo...") #define MSG_FREE_XY _UxGT("Libre XY") #define MSG_MOVE_X _UxGT("Mover X") #define MSG_MOVE_Y _UxGT("Mover Y") @@ -96,7 +96,7 @@ #define MSG_PID_I _UxGT("PID-I") #define MSG_PID_D _UxGT("PID-D") #define MSG_PID_C _UxGT("PID-C") -#define MSG_SELECT _UxGT("Seleccionar”) +#define MSG_SELECT _UxGT("Seleccionar") #define MSG_ACC _UxGT("Aceleracion") #define MSG_VX_JERK _UxGT("Vx-jerk") #define MSG_VY_JERK _UxGT("Vy-jerk") @@ -153,7 +153,7 @@ #define MSG_INIT_SDCARD _UxGT("Iniciando tarjeta") #define MSG_CNG_SDCARD _UxGT("Cambiar tarjeta") #define MSG_ZPROBE_OUT _UxGT("Sonda Z fuera") -#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Auto-Prueba”) +#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Auto-Prueba") #define MSG_BLTOUCH_RESET _UxGT("Reiniciar BLTouch") #define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST #define MSG_FIRST _UxGT("first") @@ -169,8 +169,8 @@ #define MSG_ERR_MINTEMP _UxGT("Error: Temp Minima") #define MSG_ERR_MAXTEMP_BED _UxGT("Error: Temp Max Plat") #define MSG_ERR_MINTEMP_BED _UxGT("Error: Temp Min Plat") -#define MSG_ERR_Z_HOMING _UxGT("G28 Z Prohibido”) -#define MSG_HALTED _UxGT("IMPRESORA PARADA”) +#define MSG_ERR_Z_HOMING _UxGT("G28 Z Prohibido") +#define MSG_HALTED _UxGT("IMPRESORA PARADA") #define MSG_PLEASE_RESET _UxGT("Por favor, reinicie") #define MSG_SHORT_DAY _UxGT("d") // One character only #define MSG_SHORT_HOUR _UxGT("h") // One character only @@ -193,7 +193,7 @@ #define MSG_INFO_BAUDRATE _UxGT("Baudios") #define MSG_INFO_PROTOCOL _UxGT("Protocolo") #define MSG_LIGHTS_ON _UxGT("Luz cabina ON") -#define MSG_LIGHTS_OFF _UxGT("Luz cabina OFF”) +#define MSG_LIGHTS_OFF _UxGT("Luz cabina OFF") #if LCD_WIDTH > 19 #define MSG_INFO_PRINT_COUNT _UxGT("Conteo de impresion") #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completadas")