Преглед изворни кода

I hope last changes to french translation

Gege пре 12 година
родитељ
комит
9b1d2483a0
1 измењених фајлова са 10 додато и 10 уклоњено
  1. 10
    10
      Marlin/language.h

+ 10
- 10
Marlin/language.h Прегледај датотеку

362
 #define MSG_AUTO_HOME " Home auto."
362
 #define MSG_AUTO_HOME " Home auto."
363
 #define MSG_SET_ORIGIN " Regler origine"
363
 #define MSG_SET_ORIGIN " Regler origine"
364
 #define MSG_PREHEAT_PLA " Prechauffage PLA"
364
 #define MSG_PREHEAT_PLA " Prechauffage PLA"
365
-#define MSG_PREHEAT_PLA_SETTINGS " Reglages préchauffage PLA"
365
+#define MSG_PREHEAT_PLA_SETTINGS " Regl. prechauffe PLA"
366
 #define MSG_PREHEAT_ABS " Prechauffage ABS"
366
 #define MSG_PREHEAT_ABS " Prechauffage ABS"
367
-#define MSG_PREHEAT_ABS_SETTINGS " Reglages préchauffage ABS"
367
+#define MSG_PREHEAT_ABS_SETTINGS " Regl. prechauffe ABS"
368
 #define MSG_COOLDOWN " Refroidissement"
368
 #define MSG_COOLDOWN " Refroidissement"
369
 #define MSG_EXTRUDE " Extrusion"
369
 #define MSG_EXTRUDE " Extrusion"
370
 #define MSG_RETRACT " Retractation"
370
 #define MSG_RETRACT " Retractation"
411
 #define MSG_MOTION_WIDE " Mouvement \x7E"
411
 #define MSG_MOTION_WIDE " Mouvement \x7E"
412
 #define MSG_STORE_EPROM " Sauvegarder memoire"
412
 #define MSG_STORE_EPROM " Sauvegarder memoire"
413
 #define MSG_LOAD_EPROM " Lire memoire"
413
 #define MSG_LOAD_EPROM " Lire memoire"
414
-#define MSG_RESTORE_FAILSAFE " Restaurer defaut"
414
+#define MSG_RESTORE_FAILSAFE " Restaurer memoire"
415
 #define MSG_REFRESH "\004Actualiser"
415
 #define MSG_REFRESH "\004Actualiser"
416
 #define MSG_WATCH " Surveiller \003"
416
 #define MSG_WATCH " Surveiller \003"
417
 #define MSG_PREPARE " Preparer \x7E"
417
 #define MSG_PREPARE " Preparer \x7E"
418
 #define MSG_PREPARE_ALT " Prepare \003"
418
 #define MSG_PREPARE_ALT " Prepare \003"
419
 #define MSG_CONTROL_ARROW " Controle \x7E"
419
 #define MSG_CONTROL_ARROW " Controle \x7E"
420
 #define MSG_RETRACT_ARROW " Retracter \x7E"
420
 #define MSG_RETRACT_ARROW " Retracter \x7E"
421
-#define MSG_TUNE " Régler \x7E"
421
+#define MSG_TUNE " Regler \x7E"
422
 #define MSG_PAUSE_PRINT " Pause impression \x7E"
422
 #define MSG_PAUSE_PRINT " Pause impression \x7E"
423
 #define MSG_RESUME_PRINT " Reprendre impression \x7E"
423
 #define MSG_RESUME_PRINT " Reprendre impression \x7E"
424
 #define MSG_STOP_PRINT " Arreter impression \x7E"
424
 #define MSG_STOP_PRINT " Arreter impression \x7E"
428
 #define MSG_USERWAIT "Attente de l'utilisateur..."
428
 #define MSG_USERWAIT "Attente de l'utilisateur..."
429
 #define MSG_NO_MOVE "Aucun mouvement."
429
 #define MSG_NO_MOVE "Aucun mouvement."
430
 #define MSG_PART_RELEASE "Relache partielle"
430
 #define MSG_PART_RELEASE "Relache partielle"
431
-#define MSG_KILLED "TUE. "
432
-#define MSG_STOPPED "STOPPE. "
431
+#define MSG_KILLED "TUE."
432
+#define MSG_STOPPED "STOPPE."
433
 #define MSG_STEPPER_RELEASED "RELACHE."
433
 #define MSG_STEPPER_RELEASED "RELACHE."
434
 #define MSG_CONTROL_RETRACT " Retractation mm:"
434
 #define MSG_CONTROL_RETRACT " Retractation mm:"
435
 #define MSG_CONTROL_RETRACTF " Retractation F:"
435
 #define MSG_CONTROL_RETRACTF " Retractation F:"
472
 #define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) "\n"
472
 #define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) "\n"
473
 #define MSG_COUNT_X " Compteur X: "
473
 #define MSG_COUNT_X " Compteur X: "
474
 #define MSG_ERR_KILLED "Impression arretee. kill() appelee!"
474
 #define MSG_ERR_KILLED "Impression arretee. kill() appelee!"
475
-#define MSG_ERR_STOPPED "Impression arretee à cause d'erreurs. Corriger les erreurs et utiliser M999 pour la reprendre. (Temperature remise a zéro. Reactivez la après redemarrage)"
475
+#define MSG_ERR_STOPPED "Impression arretee a cause d'erreurs. Corriger les erreurs et utiliser M999 pour la reprendre. (Temperature remise a zero. Reactivez la apres redemarrage)"
476
 #define MSG_RESEND "Renvoie: "
476
 #define MSG_RESEND "Renvoie: "
477
 #define MSG_UNKNOWN_COMMAND "Commande inconnue: \""
477
 #define MSG_UNKNOWN_COMMAND "Commande inconnue: \""
478
 #define MSG_ACTIVE_EXTRUDER "Extrudeur actif: "
478
 #define MSG_ACTIVE_EXTRUDER "Extrudeur actif: "
496
 #define MSG_SD_OPEN_FILE_FAIL "Echec d'ouverture, Fichier: "
496
 #define MSG_SD_OPEN_FILE_FAIL "Echec d'ouverture, Fichier: "
497
 #define MSG_SD_FILE_OPENED "Fichier ouvert: "
497
 #define MSG_SD_FILE_OPENED "Fichier ouvert: "
498
 #define MSG_SD_SIZE " Taille: "
498
 #define MSG_SD_SIZE " Taille: "
499
-#define MSG_SD_FILE_SELECTED "Fichier sélectionne"
499
+#define MSG_SD_FILE_SELECTED "Fichier selectionne"
500
 #define MSG_SD_WRITE_TO_FILE "Ecriture dans le fichier: "
500
 #define MSG_SD_WRITE_TO_FILE "Ecriture dans le fichier: "
501
 #define MSG_SD_PRINTING_BYTE "Octet impression SD "
501
 #define MSG_SD_PRINTING_BYTE "Octet impression SD "
502
 #define MSG_SD_NOT_PRINTING "Pas d'impression SD"
502
 #define MSG_SD_NOT_PRINTING "Pas d'impression SD"
505
 
505
 
506
 #define MSG_STEPPER_TO_HIGH "Steprate trop eleve: "
506
 #define MSG_STEPPER_TO_HIGH "Steprate trop eleve: "
507
 #define MSG_ENDSTOPS_HIT "Fin de course atteint: "
507
 #define MSG_ENDSTOPS_HIT "Fin de course atteint: "
508
-#define MSG_ERR_COLD_EXTRUDE_STOP " Extrusion froide evitee"
509
-#define MSG_ERR_LONG_EXTRUDE_STOP " Extrusion trop longue evitee"
508
+#define MSG_ERR_COLD_EXTRUDE_STOP " Extrusion a froid evitee"
509
+#define MSG_ERR_LONG_EXTRUDE_STOP " Extrusion longue evitee"
510
 	
510
 	
511
 #endif
511
 #endif
512
 
512
 

Loading…
Откажи
Сачувај