My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

language_fr.h 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /**
  23. * French
  24. *
  25. * LCD Menu Messages
  26. * See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
  27. *
  28. */
  29. #ifndef LANGUAGE_FR_H
  30. #define LANGUAGE_FR_H
  31. #define MAPPER_C2C3
  32. #define DISPLAY_CHARSET_ISO10646_1
  33. #define WELCOME_MSG MACHINE_NAME _UxGT(" prête.")
  34. #define MSG_BACK _UxGT("Retour")
  35. #define MSG_SD_INSERTED _UxGT("Carte insérée")
  36. #define MSG_SD_REMOVED _UxGT("Carte retirée")
  37. #define MSG_LCD_ENDSTOPS _UxGT("Butées") // Max length 8 characters
  38. #define MSG_MAIN _UxGT("Menu principal")
  39. #define MSG_AUTOSTART _UxGT("Demarrage auto")
  40. #define MSG_DISABLE_STEPPERS _UxGT("Arrêter moteurs")
  41. #define MSG_DEBUG_MENU _UxGT("Menu debug")
  42. #define MSG_PROGRESS_BAR_TEST _UxGT("Test barre progression")
  43. #define MSG_AUTO_HOME _UxGT("Origine auto.")
  44. #define MSG_AUTO_HOME_X _UxGT("Origine X Auto.")
  45. #define MSG_AUTO_HOME_Y _UxGT("Origine Y Auto.")
  46. #define MSG_AUTO_HOME_Z _UxGT("Origine Z Auto.")
  47. #define MSG_LEVEL_BED_HOMING _UxGT("Origine XYZ")
  48. #define MSG_LEVEL_BED_WAITING _UxGT("Clic pour commencer")
  49. #define MSG_LEVEL_BED_NEXT_POINT _UxGT("Point suivant")
  50. #define MSG_LEVEL_BED_DONE _UxGT("Mise à niveau OK!")
  51. #define MSG_LEVEL_BED_CANCEL _UxGT("Annuler")
  52. #define MSG_SET_HOME_OFFSETS _UxGT("Regl. décal. origine")
  53. #define MSG_HOME_OFFSETS_APPLIED _UxGT("Décalages appliqués")
  54. #define MSG_SET_ORIGIN _UxGT("Régler origine")
  55. #define MSG_PREHEAT_1 _UxGT("Préchauffage PLA")
  56. #define MSG_PREHEAT_1_N _UxGT("Préchauff. PLA ")
  57. #define MSG_PREHEAT_1_ALL _UxGT("Préch. PLA Tout")
  58. #define MSG_PREHEAT_1_END MSG_PREHEAT_1 _UxGT(" fini")
  59. #define MSG_PREHEAT_1_BEDONLY _UxGT("Préch. PLA lit")
  60. #define MSG_PREHEAT_1_SETTINGS _UxGT("Regl. prech. PLA")
  61. #define MSG_PREHEAT_2 _UxGT("Préchauffage ABS")
  62. #define MSG_PREHEAT_2_N _UxGT("Préchauff. ABS ")
  63. #define MSG_PREHEAT_2_ALL _UxGT("Préch. ABS Tout")
  64. #define MSG_PREHEAT_2_END MSG_PREHEAT_2 _UxGT(" fini")
  65. #define MSG_PREHEAT_2_BEDONLY _UxGT("Préch. ABS lit")
  66. #define MSG_PREHEAT_2_SETTINGS _UxGT("Regl. prech. ABS")
  67. #define MSG_COOLDOWN _UxGT("Refroidir")
  68. #define MSG_SWITCH_PS_ON _UxGT("Allumer alim.")
  69. #define MSG_SWITCH_PS_OFF _UxGT("Éteindre alim.")
  70. #define MSG_EXTRUDE _UxGT("Éxtrusion")
  71. #define MSG_RETRACT _UxGT("Rétraction")
  72. #define MSG_MOVE_AXIS _UxGT("Déplacer un axe")
  73. #define MSG_LEVEL_BED _UxGT("Règl. Niv. lit")
  74. #define MSG_MOVING _UxGT("Déplacement...")
  75. #define MSG_FREE_XY _UxGT("Débloquer XY")
  76. #define MSG_MOVE_X _UxGT("Dépl. X")
  77. #define MSG_MOVE_Y _UxGT("Dépl. Y")
  78. #define MSG_MOVE_Z _UxGT("Dépl. Z")
  79. #define MSG_MOVE_E _UxGT("Extruder")
  80. #define MSG_MOVE_01MM _UxGT("Dépl. 0.1mm")
  81. #define MSG_MOVE_1MM _UxGT("Dépl. 1mm")
  82. #define MSG_MOVE_10MM _UxGT("Dépl. 10mm")
  83. #define MSG_SPEED _UxGT(" Vitesse")
  84. #define MSG_BED_Z _UxGT("Lit Z")
  85. #define MSG_NOZZLE _UxGT("Buse")
  86. #define MSG_BED _UxGT("Lit")
  87. #define MSG_FAN_SPEED _UxGT("Vitesse ventil.")
  88. #define MSG_FLOW _UxGT("Flux")
  89. #define MSG_CONTROL _UxGT("Contrôler")
  90. #define MSG_MIN LCD_STR_THERMOMETER _UxGT(" Min")
  91. #define MSG_MAX LCD_STR_THERMOMETER _UxGT(" Max")
  92. #define MSG_FACTOR LCD_STR_THERMOMETER _UxGT(" Facteur")
  93. #define MSG_AUTOTEMP _UxGT("Temp. Auto.")
  94. #define MSG_ON _UxGT("Marche ")
  95. #define MSG_OFF _UxGT("Arrêt")
  96. #define MSG_PID_P _UxGT("PID-P")
  97. #define MSG_PID_I _UxGT("PID-I")
  98. #define MSG_PID_D _UxGT("PID-D")
  99. #define MSG_PID_C _UxGT("PID-C")
  100. #define MSG_SELECT _UxGT("Sélectionner")
  101. #define MSG_ACC _UxGT("Accélération")
  102. #define MSG_VX_JERK _UxGT("Vx-jerk")
  103. #define MSG_VY_JERK _UxGT("Vy-jerk")
  104. #define MSG_VZ_JERK _UxGT("Vz-jerk")
  105. #define MSG_VE_JERK _UxGT("Ve-jerk")
  106. #define MSG_VMAX _UxGT("Vmax")
  107. #define MSG_VMIN _UxGT("Vmin")
  108. #define MSG_VTRAV_MIN _UxGT("Vdepl min")
  109. #define MSG_AMAX _UxGT("Amax ")
  110. #define MSG_A_RETRACT _UxGT("A-retract")
  111. #define MSG_A_TRAVEL _UxGT("A-Dépl.")
  112. #define MSG_XSTEPS _UxGT("Xpas/mm")
  113. #define MSG_YSTEPS _UxGT("Ypas/mm")
  114. #define MSG_ZSTEPS _UxGT("Zpas/mm")
  115. #define MSG_ESTEPS _UxGT("Epas/mm")
  116. #define MSG_E1STEPS _UxGT("E1pas/mm")
  117. #define MSG_E2STEPS _UxGT("E2pas/mm")
  118. #define MSG_E3STEPS _UxGT("E3pas/mm")
  119. #define MSG_E4STEPS _UxGT("E4pas/mm")
  120. #define MSG_E5STEPS _UxGT("E5pas/mm")
  121. #define MSG_TEMPERATURE _UxGT("Tempzrature")
  122. #define MSG_MOTION _UxGT("Mouvement")
  123. #define MSG_FILAMENT _UxGT("Filament")
  124. #define MSG_VOLUMETRIC_ENABLED _UxGT("E en mm3")
  125. #define MSG_FILAMENT_DIAM _UxGT("Diam. Fil.")
  126. #define MSG_ADVANCE_K _UxGT("Advance K")
  127. #define MSG_CONTRAST _UxGT("Contraste LCD")
  128. #define MSG_STORE_EEPROM _UxGT("Sauver config")
  129. #define MSG_LOAD_EEPROM _UxGT("Lire config")
  130. #define MSG_RESTORE_FAILSAFE _UxGT("Restaurer défauts")
  131. #define MSG_REFRESH _UxGT("Actualiser")
  132. #define MSG_WATCH _UxGT("Surveiller")
  133. #define MSG_PREPARE _UxGT("Préparer")
  134. #define MSG_TUNE _UxGT("Régler")
  135. #define MSG_PAUSE_PRINT _UxGT("Interrompre impr.")
  136. #define MSG_RESUME_PRINT _UxGT("Reprendre impr.")
  137. #define MSG_STOP_PRINT _UxGT("Arrêter impr.")
  138. #define MSG_CARD_MENU _UxGT("Impr. depuis SD")
  139. #define MSG_NO_CARD _UxGT("Pas de carte")
  140. #define MSG_DWELL _UxGT("Repos...")
  141. #define MSG_USERWAIT _UxGT("Atten. de l'util.")
  142. #define MSG_RESUMING _UxGT("Repri. de l'impr.")
  143. #define MSG_PRINT_ABORTED _UxGT("Impr. Annulée")
  144. #define MSG_NO_MOVE _UxGT("Moteurs bloqués.")
  145. #define MSG_KILLED _UxGT("MORT.")
  146. #define MSG_STOPPED _UxGT("STOPPÉ.")
  147. #define MSG_CONTROL_RETRACT _UxGT("Retraction mm")
  148. #define MSG_CONTROL_RETRACT_SWAP _UxGT("Ech. Retr. mm")
  149. #define MSG_CONTROL_RETRACTF _UxGT("Rétraction V")
  150. #define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Saut Z mm")
  151. #define MSG_CONTROL_RETRACT_RECOVER _UxGT("UnRet mm")
  152. #define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Ech. UnRet mm")
  153. #define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet V")
  154. #define MSG_AUTORETRACT _UxGT("Rétract. Auto.")
  155. #define MSG_FILAMENTCHANGE _UxGT("Changer filament")
  156. #define MSG_INIT_SDCARD _UxGT("Init. la carte SD")
  157. #define MSG_CNG_SDCARD _UxGT("Changer de carte")
  158. #define MSG_ZPROBE_OUT _UxGT("Z sonde extè. lit")
  159. #define MSG_BLTOUCH_SELFTEST _UxGT("Autotest BLTouch")
  160. #define MSG_BLTOUCH_RESET _UxGT("RaZ BLTouch")
  161. #define MSG_HOME _UxGT("Origine") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  162. #define MSG_FIRST _UxGT("Premier")
  163. #define MSG_ZPROBE_ZOFFSET _UxGT("Décalage Z")
  164. #define MSG_BABYSTEP_X _UxGT("Babystep X")
  165. #define MSG_BABYSTEP_Y _UxGT("Babystep Y")
  166. #define MSG_BABYSTEP_Z _UxGT("Babystep Z")
  167. #define MSG_ENDSTOP_ABORT _UxGT("Butée abandon")
  168. #define MSG_HEATING_FAILED_LCD _UxGT("Erreur de chauffe")
  169. #define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: TEMP. REDONDANT")
  170. #define MSG_THERMAL_RUNAWAY _UxGT("EMBALLEMENT THERM.")
  171. #define MSG_ERR_MAXTEMP _UxGT("Err: TEMP. MAX")
  172. #define MSG_ERR_MINTEMP _UxGT("Err: TEMP. MIN")
  173. #define MSG_ERR_MAXTEMP_BED _UxGT("Err: TEMP. MAX LIT")
  174. #define MSG_ERR_MINTEMP_BED _UxGT("Err: TEMP. MIN LIT")
  175. #define MSG_ERR_Z_HOMING _UxGT("G28 Z interdit")
  176. #define MSG_HALTED _UxGT("IMPR. STOPPÉE")
  177. #define MSG_PLEASE_RESET _UxGT("RaZ. SVP")
  178. #define MSG_SHORT_DAY _UxGT("j") // One character only
  179. #define MSG_SHORT_HOUR _UxGT("h") // One character only
  180. #define MSG_SHORT_MINUTE _UxGT("m") // One character only
  181. #define MSG_HEATING _UxGT("En chauffe...")
  182. #define MSG_HEATING_COMPLETE _UxGT("Chauffe terminée")
  183. #define MSG_BED_HEATING _UxGT("Lit en chauffe..")
  184. #define MSG_BED_DONE _UxGT("Chauffe lit terminée")
  185. #define MSG_DELTA_CALIBRATE _UxGT("Calibration Delta")
  186. #define MSG_DELTA_CALIBRATE_X _UxGT("Calibrer X")
  187. #define MSG_DELTA_CALIBRATE_Y _UxGT("Calibrer Y")
  188. #define MSG_DELTA_CALIBRATE_Z _UxGT("Calibrer Z")
  189. #define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibrer centre")
  190. #define MSG_DELTA_AUTO_CALIBRATE _UxGT("Calibration Auto")
  191. #define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Hauteur Delta")
  192. #define MSG_INFO_MENU _UxGT("Infos imprimante")
  193. #define MSG_INFO_PRINTER_MENU _UxGT("Infos imprimante")
  194. #define MSG_INFO_STATS_MENU _UxGT("Stats. imprimante")
  195. #define MSG_INFO_BOARD_MENU _UxGT("Infos carte")
  196. #define MSG_INFO_THERMISTOR_MENU _UxGT("Thermistors")
  197. #define MSG_INFO_EXTRUDERS _UxGT("Extrudeurs")
  198. #define MSG_INFO_BAUDRATE _UxGT("Baud")
  199. #define MSG_INFO_PROTOCOL _UxGT("Protocole")
  200. #define MSG_LIGHTS_ON _UxGT("Allumer boîtier")
  201. #define MSG_LIGHTS_OFF _UxGT("Eteindre boîtier")
  202. #if LCD_WIDTH >= 20
  203. #define MSG_INFO_PRINT_COUNT _UxGT("Nbre impressions")
  204. #define MSG_INFO_COMPLETED_PRINTS _UxGT("Terminées")
  205. #define MSG_INFO_PRINT_TIME _UxGT("Tps impr. total")
  206. #define MSG_INFO_PRINT_LONGEST _UxGT("Impr. la + longue")
  207. #define MSG_INFO_PRINT_FILAMENT _UxGT("Total filament")
  208. #else
  209. #define MSG_INFO_PRINT_COUNT _UxGT("Impressions")
  210. #define MSG_INFO_COMPLETED_PRINTS _UxGT("Terminées")
  211. #define MSG_INFO_PRINT_TIME _UxGT("Total")
  212. #define MSG_INFO_PRINT_LONGEST _UxGT("+ long")
  213. #define MSG_INFO_PRINT_FILAMENT _UxGT("Filament")
  214. #endif
  215. #define MSG_INFO_MIN_TEMP _UxGT("Temp Min")
  216. #define MSG_INFO_MAX_TEMP _UxGT("Temp Max")
  217. #define MSG_INFO_PSU _UxGT("Alimentation")
  218. #define MSG_DRIVE_STRENGTH _UxGT("Puiss. moteur ")
  219. #define MSG_DAC_PERCENT _UxGT("Driver %")
  220. #define MSG_DAC_EEPROM_WRITE _UxGT("DAC EEPROM sauv.")
  221. #define MSG_FILAMENT_CHANGE_HEADER _UxGT("CHANGER FILAMENT")
  222. #define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("CHANGER OPTIONS:")
  223. #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("+ extrusion")
  224. #define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Reprendre impr.")
  225. #define MSG_FILAMENT_CHANGE_MINTEMP _UxGT("La temp. minimum est ")
  226. #define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Buse: ")
  227. #if LCD_HEIGHT >= 4
  228. // Up to 3 lines allowed
  229. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Attente Démarrage")
  230. #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("du filament")
  231. #define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("changer")
  232. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("attente de")
  233. #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("décharger filament")
  234. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("insérer filament")
  235. #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("et app. bouton")
  236. #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("pour continuer...")
  237. #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Appuyer sur le bouton...")
  238. #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("Pour chauffer la buse.")
  239. #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Buse en chauffe")
  240. #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Patientez SVP...")
  241. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("attente de")
  242. #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("chargement filament")
  243. #define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("attente de")
  244. #define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("extrusion filament")
  245. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("attente impression")
  246. #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("pour reprendre")
  247. #else // LCD_HEIGHT < 4
  248. // Up to 2 lines allowed
  249. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Patientez...")
  250. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejection...")
  251. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insérer et clic")
  252. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Chargement...")
  253. #define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Extrusion...")
  254. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Reprise...")
  255. #endif // LCD_HEIGHT < 4
  256. #endif // LANGUAGE_FR_H