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 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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 DISPLAY_CHARSET_ISO10646_1
  32. #define WELCOME_MSG MACHINE_NAME " prete."
  33. #define MSG_SD_INSERTED "Carte inseree"
  34. #define MSG_SD_REMOVED "Carte retiree"
  35. #define MSG_LCD_ENDSTOPS "Butées" // Max length 8 characters
  36. #define MSG_MAIN "Menu principal"
  37. #define MSG_AUTOSTART "Demarrage auto"
  38. #define MSG_DISABLE_STEPPERS "Arreter moteurs"
  39. #define MSG_AUTO_HOME "Origine auto."
  40. #define MSG_AUTO_HOME_X "Origine X Auto."
  41. #define MSG_AUTO_HOME_Y "Origine Y Auto."
  42. #define MSG_AUTO_HOME_Z "Origine Z Auto."
  43. #define MSG_LEVEL_BED_HOMING "Origine XYZ"
  44. #define MSG_LEVEL_BED_WAITING "Clic pour commencer"
  45. #define MSG_LEVEL_BED_NEXT_POINT "Point suivant"
  46. #define MSG_LEVEL_BED_DONE "Mise a niveau OK!"
  47. #define MSG_LEVEL_BED_CANCEL "Annuler"
  48. #define MSG_SET_HOME_OFFSETS "Regl. decal. origine"
  49. #define MSG_HOME_OFFSETS_APPLIED "Decalages appliques"
  50. #define MSG_SET_ORIGIN "Regler origine"
  51. #define MSG_PREHEAT_1 "Prechauffage PLA"
  52. #define MSG_PREHEAT_1_N "Prechauff. PLA "
  53. #define MSG_PREHEAT_1_ALL "Prech. PLA Tout"
  54. #define MSG_PREHEAT_1_BEDONLY "Prech. PLA Plateau"
  55. #define MSG_PREHEAT_1_SETTINGS "Regl. prech. PLA"
  56. #define MSG_PREHEAT_2 "Prechauffage ABS"
  57. #define MSG_PREHEAT_2_N "Prechauff. ABS "
  58. #define MSG_PREHEAT_2_ALL "Prech. ABS Tout"
  59. #define MSG_PREHEAT_2_BEDONLY "Prech. ABS Plateau"
  60. #define MSG_PREHEAT_2_SETTINGS "Regl. prech. ABS"
  61. #define MSG_COOLDOWN "Refroidir"
  62. #define MSG_SWITCH_PS_ON "Allumer alim."
  63. #define MSG_SWITCH_PS_OFF "Eteindre alim."
  64. #define MSG_EXTRUDE "Extrusion"
  65. #define MSG_RETRACT "Retraction"
  66. #define MSG_MOVE_AXIS "Deplacer un axe"
  67. #define MSG_LEVEL_BED "Regl. Niv. Plateau"
  68. #define MSG_MOVE_X "Depl. X"
  69. #define MSG_MOVE_Y "Depl. Y"
  70. #define MSG_MOVE_Z "Depl. Z"
  71. #define MSG_MOVE_E "Extruder"
  72. #define MSG_MOVE_01MM "Depl. 0.1mm"
  73. #define MSG_MOVE_1MM "Depl. 1mm"
  74. #define MSG_MOVE_10MM "Depl. 10mm"
  75. #define MSG_SPEED " Vitesse"
  76. #define MSG_BED_Z "Plateau Z"
  77. #define MSG_NOZZLE "Buse"
  78. #define MSG_BED "Plateau"
  79. #define MSG_FAN_SPEED "Vitesse ventil."
  80. #define MSG_FLOW "Flux"
  81. #define MSG_CONTROL "Controler"
  82. #define MSG_MIN LCD_STR_THERMOMETER " Min"
  83. #define MSG_MAX LCD_STR_THERMOMETER " Max"
  84. #define MSG_FACTOR LCD_STR_THERMOMETER " Facteur"
  85. #define MSG_AUTOTEMP "Temp. Auto."
  86. #define MSG_ON "Marche "
  87. #define MSG_OFF "Arret"
  88. #define MSG_PID_P "PID-P"
  89. #define MSG_PID_I "PID-I"
  90. #define MSG_PID_D "PID-D"
  91. #define MSG_PID_C "PID-C"
  92. #define MSG_SELECT "Selectionner"
  93. #define MSG_ACC "Acceleration"
  94. #define MSG_VX_JERK "Vx-jerk"
  95. #define MSG_VY_JERK "Vy-jerk"
  96. #define MSG_VZ_JERK "Vz-jerk"
  97. #define MSG_VE_JERK "Ve-jerk"
  98. #define MSG_VMAX "Vmax"
  99. #define MSG_VMIN "Vmin"
  100. #define MSG_VTRAV_MIN "Vdepl min"
  101. #define MSG_AMAX "Amax "
  102. #define MSG_A_RETRACT "A-retract"
  103. #define MSG_A_TRAVEL "A-Depl."
  104. #define MSG_XSTEPS "Xpas/mm"
  105. #define MSG_YSTEPS "Ypas/mm"
  106. #define MSG_ZSTEPS "Zpas/mm"
  107. #define MSG_ESTEPS "Epas/mm"
  108. #define MSG_TEMPERATURE "Temperature"
  109. #define MSG_MOTION "Mouvement"
  110. #define MSG_VOLUMETRIC "Filament"
  111. #define MSG_VOLUMETRIC_ENABLED "E en mm3"
  112. #define MSG_FILAMENT_DIAM "Diam. Fil."
  113. #define MSG_CONTRAST "Contraste LCD"
  114. #define MSG_STORE_EPROM "Sauver config"
  115. #define MSG_LOAD_EPROM "Lire config"
  116. #define MSG_RESTORE_FAILSAFE "Restaurer defauts"
  117. #define MSG_REFRESH "Actualiser"
  118. #define MSG_WATCH "Surveiller"
  119. #define MSG_PREPARE "Preparer"
  120. #define MSG_TUNE "Regler"
  121. #define MSG_PAUSE_PRINT "Interrompre impr."
  122. #define MSG_RESUME_PRINT "Reprendre impr."
  123. #define MSG_STOP_PRINT "Arreter impr."
  124. #define MSG_CARD_MENU "Impr. depuis SD"
  125. #define MSG_NO_CARD "Pas de carte"
  126. #define MSG_DWELL "Repos..."
  127. #define MSG_USERWAIT "Atten. de l'util."
  128. #define MSG_RESUMING "Repri. de l'impr."
  129. #define MSG_PRINT_ABORTED "Impr. Annulee"
  130. #define MSG_NO_MOVE "Aucun mouvement."
  131. #define MSG_KILLED "MORT."
  132. #define MSG_STOPPED "STOPPE."
  133. #define MSG_CONTROL_RETRACT "Retraction mm"
  134. #define MSG_CONTROL_RETRACT_SWAP "Ech. Retr. mm"
  135. #define MSG_CONTROL_RETRACTF "Retraction V"
  136. #define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
  137. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  138. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Ech. UnRet +mm"
  139. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  140. #define MSG_AUTORETRACT "Retract. Auto."
  141. #define MSG_FILAMENTCHANGE "Changer filament"
  142. #define MSG_INIT_SDCARD "Init. la carte SD"
  143. #define MSG_CNG_SDCARD "Changer de carte"
  144. #define MSG_ZPROBE_OUT "Z sonde exte. lit"
  145. #define MSG_HOME "Origine" // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  146. #define MSG_FIRST "Premier"
  147. #define MSG_ZPROBE_ZOFFSET "Decalage Z"
  148. #define MSG_BABYSTEP_X "Babystep X"
  149. #define MSG_BABYSTEP_Y "Babystep Y"
  150. #define MSG_BABYSTEP_Z "Babystep Z"
  151. #define MSG_ENDSTOP_ABORT "Butee abandon"
  152. #define MSG_HEATING_FAILED_LCD "Erreur de chauffe"
  153. #define MSG_ERR_REDUNDANT_TEMP "Err: TEMP. REDONDANT"
  154. #define MSG_THERMAL_RUNAWAY "EMBALLEMENT THERM."
  155. #define MSG_ERR_MAXTEMP "Err: TEMP. MAX"
  156. #define MSG_ERR_MINTEMP "Err: TEMP. MIN"
  157. #define MSG_ERR_MAXTEMP_BED "Err: TEMP. MAX LIT"
  158. #define MSG_ERR_MINTEMP_BED "Err: TEMP. MIN LIT"
  159. #define MSG_HALTED "IMPR. STOPPEE"
  160. #define MSG_PLEASE_RESET "RaZ. SVP"
  161. #define MSG_SHORT_DAY "j" // One character only
  162. #define MSG_SHORT_HOUR "h" // One character only
  163. #define MSG_SHORT_MINUTE "m" // One character only
  164. #define MSG_HEATING "En chauffe..."
  165. #define MSG_HEATING_COMPLETE "Chauffe terminee"
  166. #define MSG_BED_HEATING "Plateau en chauffe.."
  167. #define MSG_BED_DONE "Chauffe lit terminee"
  168. #define MSG_DELTA_CALIBRATE "Calibration Delta"
  169. #define MSG_DELTA_CALIBRATE_X "Calibrer X"
  170. #define MSG_DELTA_CALIBRATE_Y "Calibrer Y"
  171. #define MSG_DELTA_CALIBRATE_Z "Calibrer Z"
  172. #define MSG_DELTA_CALIBRATE_CENTER "Calibrer centre"
  173. #define MSG_INFO_MENU "Infos imprimante"
  174. #define MSG_INFO_PRINTER_MENU "Infos imprimante"
  175. #define MSG_INFO_STATS_MENU "Stats. imprimante"
  176. #define MSG_INFO_BOARD_MENU "Infos carte"
  177. #define MSG_INFO_THERMISTOR_MENU "Thermistors"
  178. #define MSG_INFO_EXTRUDERS "Extruders"
  179. #define MSG_INFO_BAUDRATE "Baud"
  180. #define MSG_INFO_PROTOCOL "Protocole"
  181. #if LCD_WIDTH > 19
  182. #define MSG_INFO_PRINT_COUNT "Nbre impressions"
  183. #define MSG_INFO_COMPLETED_PRINTS "Terminees"
  184. #define MSG_INFO_PRINT_TIME "Tps impr. total"
  185. #define MSG_INFO_PRINT_LONGEST "Impr. la + longue"
  186. #define MSG_INFO_PRINT_FILAMENT "Total filament"
  187. #else
  188. #define MSG_INFO_PRINT_COUNT "Impressions"
  189. #define MSG_INFO_COMPLETED_PRINTS "Terminees"
  190. #define MSG_INFO_PRINT_TIME "Total"
  191. #define MSG_INFO_PRINT_LONGEST "+ long"
  192. #define MSG_INFO_PRINT_FILAMENT "Filament"
  193. #endif
  194. #define MSG_INFO_MIN_TEMP "Temp Min"
  195. #define MSG_INFO_MAX_TEMP "Temp Max"
  196. #define MSG_INFO_PSU "Alimentation"
  197. #define MSG_FILAMENT_CHANGE_HEADER "CHANGER FILAMENT"
  198. #define MSG_FILAMENT_CHANGE_OPTION_HEADER "CHANGER OPTIONS:"
  199. #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE "+ extrusion"
  200. #define MSG_FILAMENT_CHANGE_OPTION_RESUME "Reprendre impr."
  201. #if LCD_HEIGHT >= 4
  202. #define MSG_FILAMENT_CHANGE_INIT_1 "Attente Demarrage"
  203. #define MSG_FILAMENT_CHANGE_INIT_2 "du filament"
  204. #define MSG_FILAMENT_CHANGE_INIT_3 "changer"
  205. #define MSG_FILAMENT_CHANGE_UNLOAD_1 "attente de"
  206. #define MSG_FILAMENT_CHANGE_UNLOAD_2 "decharger filament"
  207. #define MSG_FILAMENT_CHANGE_UNLOAD_3 ""
  208. #define MSG_FILAMENT_CHANGE_INSERT_1 "inserer filament"
  209. #define MSG_FILAMENT_CHANGE_INSERT_2 "et app. bouton"
  210. #define MSG_FILAMENT_CHANGE_INSERT_3 "pour continuer..."
  211. #define MSG_FILAMENT_CHANGE_LOAD_1 "attente de"
  212. #define MSG_FILAMENT_CHANGE_LOAD_2 "charger filament"
  213. #define MSG_FILAMENT_CHANGE_LOAD_3 ""
  214. #define MSG_FILAMENT_CHANGE_EXTRUDE_1 "attente de"
  215. #define MSG_FILAMENT_CHANGE_EXTRUDE_2 "extrusion fil."
  216. #define MSG_FILAMENT_CHANGE_EXTRUDE_3 ""
  217. #define MSG_FILAMENT_CHANGE_RESUME_1 "attente impression"
  218. #define MSG_FILAMENT_CHANGE_RESUME_2 "pour reprendre"
  219. #define MSG_FILAMENT_CHANGE_RESUME_3 ""
  220. #else // LCD_HEIGHT < 4
  221. #define MSG_FILAMENT_CHANGE_INIT_1 "Patientez..."
  222. #define MSG_FILAMENT_CHANGE_UNLOAD_1 "Ejection..."
  223. #define MSG_FILAMENT_CHANGE_INSERT_1 "Inserer et click"
  224. #define MSG_FILAMENT_CHANGE_LOAD_1 "Chargement..."
  225. #define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Extrusion..."
  226. #define MSG_FILAMENT_CHANGE_RESUME_1 "Reprise..."
  227. #endif // LCD_HEIGHT < 4
  228. #endif // LANGUAGE_FR_H