Browse Source

Merge pull request #255 from elgambitero/Marlin_v1

Spanish language updated
ErikZalm 13 years ago
parent
commit
50daf27e5a
1 changed files with 10 additions and 10 deletions
  1. 10
    10
      Marlin/language.h

+ 10
- 10
Marlin/language.h View File

360
 #define MSG_SET_ORIGIN " Establecer Cero"
360
 #define MSG_SET_ORIGIN " Establecer Cero"
361
 #define MSG_COOLDOWN " Enfriar"
361
 #define MSG_COOLDOWN " Enfriar"
362
 #define MSG_EXTRUDE " Extruir"
362
 #define MSG_EXTRUDE " Extruir"
363
-#define MSG_RETRACT " Retract"
363
+#define MSG_RETRACT " Retraer"
364
 #define MSG_PREHEAT_PLA " Precalentar PLA"
364
 #define MSG_PREHEAT_PLA " Precalentar PLA"
365
-#define MSG_PREHEAT_PLA_SETTINGS " Precalentar PLA Setting"
365
+#define MSG_PREHEAT_PLA_SETTINGS " Ajustar temp. PLA"
366
 #define MSG_PREHEAT_ABS " Precalentar ABS"
366
 #define MSG_PREHEAT_ABS " Precalentar ABS"
367
-#define MSG_PREHEAT_ABS_SETTINGS " Precalentar ABS Setting"
367
+#define MSG_PREHEAT_ABS_SETTINGS " Ajustar temp. ABS"
368
 #define MSG_MOVE_AXIS " Mover Ejes      \x7E"
368
 #define MSG_MOVE_AXIS " Mover Ejes      \x7E"
369
 #define MSG_SPEED " Velocidad:"
369
 #define MSG_SPEED " Velocidad:"
370
 #define MSG_NOZZLE " \002Nozzle:"
370
 #define MSG_NOZZLE " \002Nozzle:"
412
 #define MSG_PREPARE " Preparar \x7E"
412
 #define MSG_PREPARE " Preparar \x7E"
413
 #define MSG_PREPARE_ALT " Preparar \003"
413
 #define MSG_PREPARE_ALT " Preparar \003"
414
 #define MSG_CONTROL_ARROW " Control  \x7E"
414
 #define MSG_CONTROL_ARROW " Control  \x7E"
415
-#define MSG_RETRACT_ARROW " Control  \x7E"
415
+#define MSG_RETRACT_ARROW " Retraer  \x7E"
416
 #define MSG_TUNE " Ajustar \x7E"
416
 #define MSG_TUNE " Ajustar \x7E"
417
-#define MSG_PAUSE_PRINT " Pause Print \x7E"
418
-#define MSG_RESUME_PRINT " Resume Print \x7E"
417
+#define MSG_PAUSE_PRINT " Pausar Impresion \x7E"
418
+#define MSG_RESUME_PRINT " Reanudar Impresion \x7E"
419
 #define MSG_STOP_PRINT " Detener Impresion \x7E"
419
 #define MSG_STOP_PRINT " Detener Impresion \x7E"
420
 #define MSG_CARD_MENU " Menu de SD    \x7E"
420
 #define MSG_CARD_MENU " Menu de SD    \x7E"
421
 #define MSG_NO_CARD " No hay Tarjeta SD"
421
 #define MSG_NO_CARD " No hay Tarjeta SD"
477
 #define MSG_Y_MIN "y_min: "
477
 #define MSG_Y_MIN "y_min: "
478
 #define MSG_Y_MAX "y_max: "
478
 #define MSG_Y_MAX "y_max: "
479
 #define MSG_Z_MIN "z_min: "
479
 #define MSG_Z_MIN "z_min: "
480
-#define MSG_M119_REPORT "Reporting endstop status"
481
-#define MSG_ENDSTOP_HIT "TRIGGERED"
482
-#define MSG_ENDSTOP_OPEN "open"
480
+#define MSG_M119_REPORT "Comprobando fines de carrera."
481
+#define MSG_ENDSTOP_HIT "PULSADO"
482
+#define MSG_ENDSTOP_OPEN "abierto"
483
         
483
         
484
 #define MSG_SD_CANT_OPEN_SUBDIR "No se pudo abrir la subcarpeta."
484
 #define MSG_SD_CANT_OPEN_SUBDIR "No se pudo abrir la subcarpeta."
485
 #define MSG_SD_INIT_FAIL "Fallo al iniciar la SD"
485
 #define MSG_SD_INIT_FAIL "Fallo al iniciar la SD"
495
 #define MSG_SD_PRINTING_BYTE "SD imprimiendo el byte "
495
 #define MSG_SD_PRINTING_BYTE "SD imprimiendo el byte "
496
 #define MSG_SD_NOT_PRINTING "No se esta imprimiendo con SD"
496
 #define MSG_SD_NOT_PRINTING "No se esta imprimiendo con SD"
497
 #define MSG_SD_ERR_WRITE_TO_FILE "Error al escribir en el archivo"
497
 #define MSG_SD_ERR_WRITE_TO_FILE "Error al escribir en el archivo"
498
-#define MSG_SD_CANT_ENTER_SUBDIR "No se puede entrar en la carpeta:"
498
+#define MSG_SD_CANT_ENTER_SUBDIR "No se puede abrir la carpeta:"
499
 
499
 
500
 #define MSG_STEPPER_TO_HIGH "Steprate demasiado alto : "
500
 #define MSG_STEPPER_TO_HIGH "Steprate demasiado alto : "
501
 #define MSG_ENDSTOPS_HIT "Se ha tocado el fin de carril: "
501
 #define MSG_ENDSTOPS_HIT "Se ha tocado el fin de carril: "

Loading…
Cancel
Save