瀏覽代碼

Merge pull request #312 from gege2b/Marlin_v1

Added french translation
daid 12 年之前
父節點
當前提交
bce67ec2c9
共有 1 個檔案被更改,包括 156 行新增1 行删除
  1. 156
    1
      Marlin/language.h

+ 156
- 1
Marlin/language.h 查看文件

@@ -352,7 +352,162 @@
352 352
 
353 353
 
354 354
 #if LANGUAGE_CHOICE == 3
355
-    #error "There is no French translation available yet. Can you help? (you need to choose a different language in order to compile Marlin)"
355
+
356
+#define WELCOME_MSG MACHINE_NAME " Pret."
357
+#define MSG_SD_INSERTED "Carte inseree"
358
+#define MSG_SD_REMOVED "Carte retiree"
359
+#define MSG_MAIN " Principal \003"
360
+#define MSG_AUTOSTART " Demarrage auto."
361
+#define MSG_DISABLE_STEPPERS " Desactiver moteurs"
362
+#define MSG_AUTO_HOME " Home auto."
363
+#define MSG_SET_ORIGIN " Regler origine"
364
+#define MSG_PREHEAT_PLA " Prechauffage PLA"
365
+#define MSG_PREHEAT_PLA_SETTINGS " Regl. prechauffe PLA"
366
+#define MSG_PREHEAT_ABS " Prechauffage ABS"
367
+#define MSG_PREHEAT_ABS_SETTINGS " Regl. prechauffe ABS"
368
+#define MSG_COOLDOWN " Refroidissement"
369
+#define MSG_EXTRUDE " Extrusion"
370
+#define MSG_RETRACT " Retractation"
371
+#define MSG_PREHEAT_PLA " Prechauffage PLA"
372
+#define MSG_PREHEAT_ABS " Prechauffage ABS"
373
+#define MSG_MOVE_AXIS " Deplacer axe \x7E"
374
+#define MSG_SPEED " Vitesse:"
375
+#define MSG_NOZZLE " \002Buse:"
376
+#define MSG_NOZZLE1 " \002Buse2:"
377
+#define MSG_NOZZLE2 " \002Buse3:"
378
+#define MSG_BED " \002Lit:"
379
+#define MSG_FAN_SPEED " Vitesse ventilateur:"
380
+#define MSG_FLOW " Flux:"
381
+#define MSG_CONTROL " Controle \003"
382
+#define MSG_MIN " \002 Min:"
383
+#define MSG_MAX " \002 Max:"
384
+#define MSG_FACTOR " \002 Facteur:"
385
+#define MSG_AUTOTEMP " Temp. Auto.:"
386
+#define MSG_ON "Marche "
387
+#define MSG_OFF "Arret"
388
+#define MSG_PID_P " PID-P: "
389
+#define MSG_PID_I " PID-I: "
390
+#define MSG_PID_D " PID-D: "
391
+#define MSG_PID_C " PID-C: "
392
+#define MSG_ACC " Acc:"
393
+#define MSG_VXY_JERK " Vxy-jerk: "
394
+#define MSG_VMAX " Vmax "
395
+#define MSG_X "x:"
396
+#define MSG_Y "y:"
397
+#define MSG_Z "z:"
398
+#define MSG_E "e:"
399
+#define MSG_VMIN " Vmin:"
400
+#define MSG_VTRAV_MIN " Vdepl min:"
401
+#define MSG_AMAX " Amax "
402
+#define MSG_A_RETRACT " A-retract:"
403
+#define MSG_XSTEPS " Xpas/mm:"
404
+#define MSG_YSTEPS " Ypas/mm:"
405
+#define MSG_ZSTEPS " Zpas/mm:"
406
+#define MSG_ESTEPS " Epas/mm:"
407
+#define MSG_MAIN_WIDE " Principal \003"
408
+#define MSG_RECTRACT_WIDE " Rectractater \x7E"
409
+#define MSG_TEMPERATURE_WIDE " Temperature \x7E"
410
+#define MSG_TEMPERATURE_RTN " Temperature \003"
411
+#define MSG_MOTION_WIDE " Mouvement \x7E"
412
+#define MSG_STORE_EPROM " Sauvegarder memoire"
413
+#define MSG_LOAD_EPROM " Lire memoire"
414
+#define MSG_RESTORE_FAILSAFE " Restaurer memoire"
415
+#define MSG_REFRESH "\004Actualiser"
416
+#define MSG_WATCH " Surveiller \003"
417
+#define MSG_PREPARE " Preparer \x7E"
418
+#define MSG_PREPARE_ALT " Prepare \003"
419
+#define MSG_CONTROL_ARROW " Controle \x7E"
420
+#define MSG_RETRACT_ARROW " Retracter \x7E"
421
+#define MSG_TUNE " Regler \x7E"
422
+#define MSG_PAUSE_PRINT " Pause impression \x7E"
423
+#define MSG_RESUME_PRINT " Reprendre impression \x7E"
424
+#define MSG_STOP_PRINT " Arreter impression \x7E"
425
+#define MSG_CARD_MENU " Menu carte \x7E"
426
+#define MSG_NO_CARD " Pas de carte"
427
+#define MSG_DWELL "Repos..."
428
+#define MSG_USERWAIT "Attente de l'utilisateur..."
429
+#define MSG_NO_MOVE "Aucun mouvement."
430
+#define MSG_PART_RELEASE "Relache partielle"
431
+#define MSG_KILLED "TUE."
432
+#define MSG_STOPPED "STOPPE."
433
+#define MSG_STEPPER_RELEASED "RELACHE."
434
+#define MSG_CONTROL_RETRACT " Retractation mm:"
435
+#define MSG_CONTROL_RETRACTF " Retractation F:"
436
+#define MSG_CONTROL_RETRACT_ZLIFT " Hop mm:"
437
+#define MSG_CONTROL_RETRACT_RECOVER " UnRet +mm:"
438
+#define MSG_CONTROL_RETRACT_RECOVERF " UnRet F:"
439
+#define MSG_AUTORETRACT " Retract. Auto.:"
440
+        #define MSG_SERIAL_ERROR_MENU_STRUCTURE "Erreur avec MenuStructure."
441
+
442
+// Serial Console Messages
443
+
444
+#define MSG_Enqueing "Mise en tampon \""
445
+#define MSG_POWERUP "Allumage"
446
+#define MSG_EXTERNAL_RESET " RAZ Externe"
447
+#define MSG_BROWNOUT_RESET " RAZ defaut alim."
448
+#define MSG_WATCHDOG_RESET " RAZ Watchdog"
449
+#define MSG_SOFTWARE_RESET " RAZ logicielle"
450
+#define MSG_MARLIN "Marlin "
451
+#define MSG_AUTHOR " | Auteur: "
452
+#define MSG_CONFIGURATION_VER " Derniere MaJ: "
453
+#define MSG_FREE_MEMORY " Memoire libre: "
454
+#define MSG_PLANNER_BUFFER_BYTES " PlannerBufferBytes: "
455
+#define MSG_OK "ok"
456
+#define MSG_FILE_SAVED "Fichier enregistre."
457
+#define MSG_ERR_LINE_NO "Le numero de ligne n'est pas la derniere ligne + 1, derniere ligne: "
458
+#define MSG_ERR_CHECKSUM_MISMATCH "Erreur somme de controle, derniere ligne: "
459
+#define MSG_ERR_NO_CHECKSUM "Pas de somme de controle avec le numero de ligne, derniere ligne: "
460
+#define MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM "Pas de numero de ligne avec somme de controle, derniere ligne: "
461
+#define MSG_FILE_PRINTED "Impression terminee"
462
+#define MSG_BEGIN_FILE_LIST "Debut de la liste de fichiers"
463
+#define MSG_END_FILE_LIST "Fin de la liste de fichiers"
464
+#define MSG_M104_INVALID_EXTRUDER "M104 Extruder invalide"
465
+#define MSG_M105_INVALID_EXTRUDER "M105 Extruder invalide"
466
+#define MSG_ERR_NO_THERMISTORS "Pas de thermistor, pas de temperature"
467
+#define MSG_M109_INVALID_EXTRUDER "M109 Extruder invalide "
468
+#define MSG_HEATING "En chauffe..."
469
+#define MSG_HEATING_COMPLETE "Chauffe terminee."
470
+#define MSG_BED_HEATING "Chauffe du lit."
471
+#define MSG_BED_DONE "Chauffe du lit terminee."
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: "
474
+#define MSG_ERR_KILLED "Impression arretee. kill() appelee!"
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: "
477
+#define MSG_UNKNOWN_COMMAND "Commande inconnue: \""
478
+#define MSG_ACTIVE_EXTRUDER "Extrudeur actif: "
479
+#define MSG_INVALID_EXTRUDER "Extrudeur invalide"
480
+#define MSG_X_MIN "x_min: "
481
+#define MSG_X_MAX "x_max: "
482
+#define MSG_Y_MIN "y_min: "
483
+#define MSG_Y_MAX "y_max: "
484
+#define MSG_Z_MIN "z_min: "
485
+#define MSG_Z_MAX "z_max: "
486
+#define MSG_M119_REPORT "Affichage du status des fin de course"
487
+#define MSG_ENDSTOP_HIT "DECLENCHE"
488
+#define MSG_ENDSTOP_OPEN "OUVERT"
489
+
490
+#define MSG_SD_CANT_OPEN_SUBDIR "Impossible d'ouvrir le sous-repertoire"
491
+#define MSG_SD_INIT_FAIL "Echec de l'initialisation de la SD"
492
+#define MSG_SD_VOL_INIT_FAIL "Echec de volume.init"
493
+#define MSG_SD_OPENROOT_FAIL "Echec openRoot"
494
+#define MSG_SD_CARD_OK "Carte SD Ok"
495
+#define MSG_SD_WORKDIR_FAIL "Echec d'ouverture workDir"
496
+#define MSG_SD_OPEN_FILE_FAIL "Echec d'ouverture, Fichier: "
497
+#define MSG_SD_FILE_OPENED "Fichier ouvert: "
498
+#define MSG_SD_SIZE " Taille: "
499
+#define MSG_SD_FILE_SELECTED "Fichier selectionne"
500
+#define MSG_SD_WRITE_TO_FILE "Ecriture dans le fichier: "
501
+#define MSG_SD_PRINTING_BYTE "Octet impression SD "
502
+#define MSG_SD_NOT_PRINTING "Pas d'impression SD"
503
+#define MSG_SD_ERR_WRITE_TO_FILE "Erreur d'ecriture dans le fichier"
504
+#define MSG_SD_CANT_ENTER_SUBDIR "Impossible d'entrer dans le sous-repertoire: "
505
+
506
+#define MSG_STEPPER_TO_HIGH "Steprate trop eleve: "
507
+#define MSG_ENDSTOPS_HIT "Fin de course atteint: "
508
+#define MSG_ERR_COLD_EXTRUDE_STOP " Extrusion a froid evitee"
509
+#define MSG_ERR_LONG_EXTRUDE_STOP " Extrusion longue evitee"
510
+	
356 511
 #endif
357 512
 
358 513
 

Loading…
取消
儲存