Browse Source

I hope last changes to french translation

Gege 12 years ago
parent
commit
9b1d2483a0
1 changed files with 10 additions and 10 deletions
  1. 10
    10
      Marlin/language.h

+ 10
- 10
Marlin/language.h View File

@@ -362,9 +362,9 @@
362 362
 #define MSG_AUTO_HOME " Home auto."
363 363
 #define MSG_SET_ORIGIN " Regler origine"
364 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 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 368
 #define MSG_COOLDOWN " Refroidissement"
369 369
 #define MSG_EXTRUDE " Extrusion"
370 370
 #define MSG_RETRACT " Retractation"
@@ -411,14 +411,14 @@
411 411
 #define MSG_MOTION_WIDE " Mouvement \x7E"
412 412
 #define MSG_STORE_EPROM " Sauvegarder memoire"
413 413
 #define MSG_LOAD_EPROM " Lire memoire"
414
-#define MSG_RESTORE_FAILSAFE " Restaurer defaut"
414
+#define MSG_RESTORE_FAILSAFE " Restaurer memoire"
415 415
 #define MSG_REFRESH "\004Actualiser"
416 416
 #define MSG_WATCH " Surveiller \003"
417 417
 #define MSG_PREPARE " Preparer \x7E"
418 418
 #define MSG_PREPARE_ALT " Prepare \003"
419 419
 #define MSG_CONTROL_ARROW " Controle \x7E"
420 420
 #define MSG_RETRACT_ARROW " Retracter \x7E"
421
-#define MSG_TUNE " Régler \x7E"
421
+#define MSG_TUNE " Regler \x7E"
422 422
 #define MSG_PAUSE_PRINT " Pause impression \x7E"
423 423
 #define MSG_RESUME_PRINT " Reprendre impression \x7E"
424 424
 #define MSG_STOP_PRINT " Arreter impression \x7E"
@@ -428,8 +428,8 @@
428 428
 #define MSG_USERWAIT "Attente de l'utilisateur..."
429 429
 #define MSG_NO_MOVE "Aucun mouvement."
430 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 433
 #define MSG_STEPPER_RELEASED "RELACHE."
434 434
 #define MSG_CONTROL_RETRACT " Retractation mm:"
435 435
 #define MSG_CONTROL_RETRACTF " Retractation F:"
@@ -472,7 +472,7 @@
472 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 473
 #define MSG_COUNT_X " Compteur X: "
474 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 476
 #define MSG_RESEND "Renvoie: "
477 477
 #define MSG_UNKNOWN_COMMAND "Commande inconnue: \""
478 478
 #define MSG_ACTIVE_EXTRUDER "Extrudeur actif: "
@@ -496,7 +496,7 @@
496 496
 #define MSG_SD_OPEN_FILE_FAIL "Echec d'ouverture, Fichier: "
497 497
 #define MSG_SD_FILE_OPENED "Fichier ouvert: "
498 498
 #define MSG_SD_SIZE " Taille: "
499
-#define MSG_SD_FILE_SELECTED "Fichier sélectionne"
499
+#define MSG_SD_FILE_SELECTED "Fichier selectionne"
500 500
 #define MSG_SD_WRITE_TO_FILE "Ecriture dans le fichier: "
501 501
 #define MSG_SD_PRINTING_BYTE "Octet impression SD "
502 502
 #define MSG_SD_NOT_PRINTING "Pas d'impression SD"
@@ -505,8 +505,8 @@
505 505
 
506 506
 #define MSG_STEPPER_TO_HIGH "Steprate trop eleve: "
507 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 511
 #endif
512 512
 

Loading…
Cancel
Save