Browse Source

Fix some errors and update a message

emartinez167 7 years ago
parent
commit
a2fe24f319
1 changed files with 10 additions and 10 deletions
  1. 10
    10
      Marlin/language_es.h

+ 10
- 10
Marlin/language_es.h View File

@@ -39,15 +39,15 @@
39 39
 #define MSG_MAIN                            _UxGT("Menu principal")
40 40
 #define MSG_AUTOSTART                       _UxGT("Inicio automatico")
41 41
 #define MSG_DISABLE_STEPPERS                _UxGT("Apagar motores")
42
-#define MSG_DEBUG_MENU                      _UxGT(Menu depurar”)
43
-#define MSG_PROGRESS_BAR_TEST               _UxGT(Prueba barra avance")
42
+#define MSG_DEBUG_MENU                      _UxGT("Menu depurar”)
43
+#define MSG_PROGRESS_BAR_TEST               _UxGT("Prueba barra avance")
44 44
 #define MSG_AUTO_HOME                       _UxGT("Llevar al origen")
45 45
 #define MSG_AUTO_HOME_X                     _UxGT("Origen X")
46 46
 #define MSG_AUTO_HOME_Y                     _UxGT("Origen Y")
47 47
 #define MSG_AUTO_HOME_Z                     _UxGT("Origen Z")
48 48
 #define MSG_LEVEL_BED_HOMING                _UxGT("Origen XYZ")
49 49
 #define MSG_LEVEL_BED_WAITING               _UxGT("Iniciar (Presione)")
50
-#define MSG_LEVEL_BED_NEXT_POINT            _UxGT(Siguiente punto”)
50
+#define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Siguiente punto”)
51 51
 #define MSG_LEVEL_BED_DONE                  _UxGT("Nivelacion lista!")
52 52
 #define MSG_LEVEL_BED_CANCEL                _UxGT("Cancelar")
53 53
 #define MSG_SET_HOME_OFFSETS                _UxGT("Ajustar desfases")
@@ -71,7 +71,7 @@
71 71
 #define MSG_MOVE_AXIS                       _UxGT("Mover ejes")
72 72
 #define MSG_LEVEL_BED                       _UxGT("Nivelar plataforma")
73 73
 #define MSG_MOVING                          _UxGT("Moviendo...”)
74
-#define MSG_FREE_XY                         _UxGT(Libre XY")
74
+#define MSG_FREE_XY                         _UxGT("Libre XY")
75 75
 #define MSG_MOVE_X                          _UxGT("Mover X")
76 76
 #define MSG_MOVE_Y                          _UxGT("Mover Y")
77 77
 #define MSG_MOVE_Z                          _UxGT("Mover Z")
@@ -170,8 +170,8 @@
170 170
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Error: Temp Max Plat")
171 171
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Error: Temp Min Plat")
172 172
 #define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Prohibido”)
173
-#define MSG_HALTED                          _UxGT(IMPRESORA PARADA”)
174
-#define MSG_PLEASE_RESET                    _UxGT(“Favor de reiniciar“)
173
+#define MSG_HALTED                          _UxGT("IMPRESORA PARADA”)
174
+#define MSG_PLEASE_RESET                    _UxGT("Por favor, reinicie")
175 175
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only
176 176
 #define MSG_SHORT_HOUR                      _UxGT("h") // One character only
177 177
 #define MSG_SHORT_MINUTE                    _UxGT("m") // One character only
@@ -192,8 +192,8 @@
192 192
 #define MSG_INFO_EXTRUDERS                  _UxGT("Extrusores")
193 193
 #define MSG_INFO_BAUDRATE                   _UxGT("Baudios")
194 194
 #define MSG_INFO_PROTOCOL                   _UxGT("Protocolo")
195
-#define MSG_LIGHTS_ON                       _UxGT(“Luz cabina ON“)
196
-#define MSG_LIGHTS_OFF                      _UxGT(Luz cabina OFF”)
195
+#define MSG_LIGHTS_ON                       _UxGT("Luz cabina ON")
196
+#define MSG_LIGHTS_OFF                      _UxGT("Luz cabina OFF”)
197 197
 #if LCD_WIDTH > 19
198 198
   #define MSG_INFO_PRINT_COUNT              _UxGT("Conteo de impresion")
199 199
   #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Completadas")
@@ -210,9 +210,9 @@
210 210
 #define MSG_INFO_MIN_TEMP                   _UxGT("Temperatura minima")
211 211
 #define MSG_INFO_MAX_TEMP                   _UxGT("Temperatura maxima")
212 212
 #define MSG_INFO_PSU                        _UxGT("Fuente de poder")
213
-#define MSG_DRIVE_STRENGTH                  _UxGT(“Potencia driver“)
213
+#define MSG_DRIVE_STRENGTH                  _UxGT("Potencia driver")
214 214
 #define MSG_DAC_PERCENT                     _UxGT("Driver %")
215
-#define MSG_DAC_EEPROM_WRITE                _UxGT(Escribe DAC EEPROM")
215
+#define MSG_DAC_EEPROM_WRITE                _UxGT("Escribe DAC EEPROM")
216 216
 
217 217
 #define MSG_FILAMENT_CHANGE_HEADER          _UxGT("Cambiar Filamento")
218 218
 #define MSG_FILAMENT_CHANGE_OPTION_HEADER   _UxGT("Opciones de cambio:")

Loading…
Cancel
Save