language_fr.h 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  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 http://marlinfw.org/docs/development/lcd_language.html
  27. *
  28. */
  29. #ifndef LANGUAGE_FR_H
  30. #define LANGUAGE_FR_H
  31. #define MAPPER_NON
  32. #define NOT_EXTENDED_ISO10646_1_5X7
  33. #define WELCOME_MSG MACHINE_NAME _UxGT(" prete.")
  34. #define MSG_BACK _UxGT("Retour")
  35. #define MSG_SD_INSERTED _UxGT("Carte inseree")
  36. #define MSG_SD_REMOVED _UxGT("Carte retiree")
  37. #define MSG_LCD_ENDSTOPS _UxGT("Butees") // Max length 8 characters
  38. #define MSG_MAIN _UxGT("Menu principal")
  39. #define MSG_AUTOSTART _UxGT("Demarrage auto")
  40. #define MSG_DISABLE_STEPPERS _UxGT("Arreter moteurs")
  41. #define MSG_DEBUG_MENU _UxGT("Menu debug")
  42. #define MSG_PROGRESS_BAR_TEST _UxGT("Test barre progress.")
  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_TMC_Z_CALIBRATION _UxGT("Calibrer Z")
  48. #define MSG_LEVEL_BED_HOMING _UxGT("Origine XYZ")
  49. #define MSG_LEVEL_BED_WAITING _UxGT("Clic pour commencer")
  50. #define MSG_LEVEL_BED_NEXT_POINT _UxGT("Point suivant")
  51. #define MSG_LEVEL_BED_DONE _UxGT("Mise a niveau OK!")
  52. #define MSG_Z_FADE_HEIGHT _UxGT("Hauteur lissee")
  53. #define MSG_SET_HOME_OFFSETS _UxGT("Regl. decal. origine")
  54. #define MSG_HOME_OFFSETS_APPLIED _UxGT("Decalages appliques")
  55. #define MSG_SET_ORIGIN _UxGT("Regler origine")
  56. #define MSG_PREHEAT_1 _UxGT("Prechauffage PLA")
  57. #define MSG_PREHEAT_1_N _UxGT("Prechauff. PLA ")
  58. #define MSG_PREHEAT_1_ALL _UxGT("Prech. PLA Tout")
  59. #define MSG_PREHEAT_1_END MSG_PREHEAT_1 _UxGT(" buse")
  60. #define MSG_PREHEAT_1_BEDONLY _UxGT("Prech. PLA lit")
  61. #define MSG_PREHEAT_1_SETTINGS _UxGT("Regl. prech. PLA")
  62. #define MSG_PREHEAT_2 _UxGT("Prechauffage ABS")
  63. #define MSG_PREHEAT_2_N _UxGT("Prechauff. ABS ")
  64. #define MSG_PREHEAT_2_ALL _UxGT("Prech. ABS Tout")
  65. #define MSG_PREHEAT_2_END MSG_PREHEAT_2 _UxGT(" buse")
  66. #define MSG_PREHEAT_2_BEDONLY _UxGT("Prech. ABS lit")
  67. #define MSG_PREHEAT_2_SETTINGS _UxGT("Regl. prech. ABS")
  68. #define MSG_COOLDOWN _UxGT("Refroidir")
  69. #define MSG_SWITCH_PS_ON _UxGT("Allumer alim.")
  70. #define MSG_SWITCH_PS_OFF _UxGT("Eteindre alim.")
  71. #define MSG_EXTRUDE _UxGT("Extrusion")
  72. #define MSG_RETRACT _UxGT("Retrait")
  73. #define MSG_MOVE_AXIS _UxGT("Deplacer un axe")
  74. #define MSG_BED_LEVELING _UxGT("Regl. Niv. lit")
  75. #define MSG_LEVEL_BED _UxGT("Regl. Niv. lit")
  76. #define MSG_LEVEL_CORNERS _UxGT("Niveau coins")
  77. #define MSG_NEXT_CORNER _UxGT("Coin suivant")
  78. #define MSG_EDITING_STOPPED _UxGT("Arret edit. maillage")
  79. #define MSG_USER_MENU _UxGT("Commandes perso")
  80. #define MSG_UBL_DOING_G29 _UxGT("G29 en cours")
  81. #define MSG_UBL_UNHOMED _UxGT("Origine XYZ d'abord")
  82. #define MSG_UBL_TOOLS _UxGT("Outils UBL")
  83. #define MSG_UBL_LEVEL_BED _UxGT("Niveau lit unifie")
  84. #define MSG_UBL_MANUAL_MESH _UxGT("Maillage manuel")
  85. #define MSG_UBL_BC_INSERT _UxGT("Poser cale & mesurer")
  86. #define MSG_UBL_BC_INSERT2 _UxGT("Mesure")
  87. #define MSG_UBL_BC_REMOVE _UxGT("Oter et mesurer lit")
  88. #define MSG_UBL_MOVING_TO_NEXT _UxGT("Aller au suivant")
  89. #define MSG_UBL_ACTIVATE_MESH _UxGT("Activer l'UBL")
  90. #define MSG_UBL_DEACTIVATE_MESH _UxGT("Desactiver l'UBL")
  91. #define MSG_UBL_SET_BED_TEMP _UxGT("Temperature lit")
  92. #define MSG_UBL_CUSTOM_BED_TEMP MSG_UBL_SET_BED_TEMP
  93. #define MSG_UBL_SET_HOTEND_TEMP _UxGT("Temperature buse")
  94. #define MSG_UBL_CUSTOM_HOTEND_TEMP MSG_UBL_SET_HOTEND_TEMP
  95. #define MSG_UBL_MESH_EDIT _UxGT("Editer maille")
  96. #define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Editer maille perso")
  97. #define MSG_UBL_FINE_TUNE_MESH _UxGT("Reglage fin maille")
  98. #define MSG_UBL_DONE_EDITING_MESH _UxGT("Terminer maille")
  99. #define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Creer maille perso")
  100. #define MSG_UBL_BUILD_MESH_MENU _UxGT("Creer maille")
  101. #define MSG_UBL_BUILD_PLA_MESH _UxGT("Creer maille PLA")
  102. #define MSG_UBL_BUILD_ABS_MESH _UxGT("Creer maille ABS")
  103. #define MSG_UBL_BUILD_COLD_MESH _UxGT("Creer maille froide")
  104. #define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Ajuster haut. maille")
  105. #define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Hauteur")
  106. #define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Valider maille")
  107. #define MSG_UBL_VALIDATE_PLA_MESH _UxGT("Valider maille PLA")
  108. #define MSG_UBL_VALIDATE_ABS_MESH _UxGT("Valider maille ABS")
  109. #define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Valider maille perso")
  110. #define MSG_UBL_CONTINUE_MESH _UxGT("Continuer maille")
  111. #define MSG_UBL_MESH_LEVELING _UxGT("Niveau par maille")
  112. #define MSG_UBL_3POINT_MESH_LEVELING _UxGT("Niveau a 3 points")
  113. #define MSG_UBL_GRID_MESH_LEVELING _UxGT("Niveau grille")
  114. #define MSG_UBL_MESH_LEVEL _UxGT("Maille de niveau")
  115. #define MSG_UBL_SIDE_POINTS _UxGT("Point lateral")
  116. #define MSG_UBL_MAP_TYPE _UxGT("Type de carte")
  117. #define MSG_UBL_OUTPUT_MAP _UxGT("Voir maille")
  118. #define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Voir pour hote")
  119. #define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Voir pour CSV")
  120. #define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Voir pour sauveg.")
  121. #define MSG_UBL_INFO_UBL _UxGT("Voir info UBL")
  122. #define MSG_UBL_EDIT_MESH_MENU _UxGT("Modifier maille")
  123. #define MSG_UBL_FILLIN_AMOUNT _UxGT("Taux de remplissage")
  124. #define MSG_UBL_MANUAL_FILLIN _UxGT("Remplissage manuel")
  125. #define MSG_UBL_SMART_FILLIN _UxGT("Remplissage auto")
  126. #define MSG_UBL_FILLIN_MESH _UxGT("Maille remplissage")
  127. #define MSG_UBL_INVALIDATE_ALL _UxGT("Tout annuler")
  128. #define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Annuler le plus pres")
  129. #define MSG_UBL_FINE_TUNE_ALL _UxGT("Reglage fin (tous)")
  130. #define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Reglage fin (proche)")
  131. #define MSG_UBL_STORAGE_MESH_MENU _UxGT("Stockage maille")
  132. #define MSG_UBL_STORAGE_SLOT _UxGT("Slot memoire")
  133. #define MSG_UBL_LOAD_MESH _UxGT("Charger maille")
  134. #define MSG_UBL_SAVE_MESH _UxGT("Sauver maille")
  135. #define MSG_MESH_LOADED _UxGT("Maille %i charg.")
  136. #define MSG_MESH_SAVED _UxGT("Maille %i enreg.")
  137. #define MSG_NO_STORAGE _UxGT("Pas de memoire")
  138. #define MSG_UBL_SAVE_ERROR _UxGT("Err: Enreg. UBL")
  139. #define MSG_UBL_RESTORE_ERROR _UxGT("Err: Ouvrir UBL")
  140. #define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Decal. Z arrete")
  141. #define MSG_UBL_STEP_BY_STEP_MENU _UxGT("UBL Pas a pas")
  142. #define MSG_LED_CONTROL _UxGT("Controle LED")
  143. #define MSG_LEDS _UxGT("Lumiere")
  144. #define MSG_LED_PRESETS _UxGT("Preregl. LED.")
  145. #define MSG_SET_LEDS_RED _UxGT("Rouge")
  146. #define MSG_SET_LEDS_ORANGE _UxGT("Orange")
  147. #define MSG_SET_LEDS_YELLOW _UxGT("Jaune")
  148. #define MSG_SET_LEDS_GREEN _UxGT("Vert")
  149. #define MSG_SET_LEDS_BLUE _UxGT("Bleu")
  150. #define MSG_SET_LEDS_INDIGO _UxGT("Indigo")
  151. #define MSG_SET_LEDS_VIOLET _UxGT("Violet")
  152. #define MSG_SET_LEDS_WHITE _UxGT("Blanc")
  153. #define MSG_SET_LEDS_DEFAULT _UxGT("Defaut")
  154. #define MSG_CUSTOM_LEDS _UxGT("Lum. perso.")
  155. #define MSG_INTENSITY_R _UxGT("Intensite rouge")
  156. #define MSG_INTENSITY_G _UxGT("Intensite vert")
  157. #define MSG_INTENSITY_B _UxGT("Intensite bleu")
  158. #define MSG_INTENSITY_W _UxGT("Intensite blanc")
  159. #define MSG_LED_BRIGHTNESS _UxGT("Luminosite")
  160. #define MSG_MOVING _UxGT("Deplacement...")
  161. #define MSG_FREE_XY _UxGT("Debloquer XY")
  162. #define MSG_MOVE_X _UxGT("Depl. X")
  163. #define MSG_MOVE_Y _UxGT("Depl. Y")
  164. #define MSG_MOVE_Z _UxGT("Depl. Z")
  165. #define MSG_MOVE_E _UxGT("Extrudeur")
  166. #define MSG_MOVE_01MM _UxGT("Depl. 0.1mm")
  167. #define MSG_MOVE_1MM _UxGT("Depl. 1mm")
  168. #define MSG_MOVE_10MM _UxGT("Depl. 10mm")
  169. #define MSG_SPEED _UxGT("Vitesse")
  170. #define MSG_BED_Z _UxGT("Lit Z")
  171. #define MSG_NOZZLE _UxGT("Buse")
  172. #define MSG_BED _UxGT("Lit")
  173. #define MSG_FAN_SPEED _UxGT("Vitesse ventil.")
  174. #define MSG_EXTRA_FAN_SPEED _UxGT("Extra V ventil.")
  175. #define MSG_FLOW _UxGT("Flux")
  176. #define MSG_CONTROL _UxGT("Controler")
  177. #define MSG_MIN LCD_STR_THERMOMETER _UxGT(" Min")
  178. #define MSG_MAX LCD_STR_THERMOMETER _UxGT(" Max")
  179. #define MSG_FACTOR LCD_STR_THERMOMETER _UxGT(" Facteur")
  180. #define MSG_AUTOTEMP _UxGT("Temp. Auto.")
  181. #define MSG_ON _UxGT("Marche")
  182. #define MSG_OFF _UxGT("Arret")
  183. #define MSG_PID_P _UxGT("PID-P")
  184. #define MSG_PID_I _UxGT("PID-I")
  185. #define MSG_PID_D _UxGT("PID-D")
  186. #define MSG_PID_C _UxGT("PID-C")
  187. #define MSG_SELECT _UxGT("Selectionner")
  188. #define MSG_ACC _UxGT("Acceleration")
  189. #define MSG_JERK _UxGT("Jerk")
  190. #if IS_KINEMATIC
  191. #define MSG_VA_JERK _UxGT("Va jerk")
  192. #define MSG_VB_JERK _UxGT("Vb jerk")
  193. #define MSG_VC_JERK _UxGT("Vc jerk")
  194. #else
  195. #define MSG_VA_JERK _UxGT("Vx jerk")
  196. #define MSG_VB_JERK _UxGT("Vy jerk")
  197. #define MSG_VC_JERK _UxGT("Vz jerk")
  198. #endif
  199. #define MSG_VE_JERK _UxGT("Ve jerk")
  200. #define MSG_VELOCITY _UxGT("Velocite")
  201. #define MSG_VMAX _UxGT("Vmax ")
  202. #define MSG_VMIN _UxGT("Vmin ")
  203. #define MSG_VTRAV_MIN _UxGT("V depl. min")
  204. #define MSG_ACCELERATION _UxGT("Acceleration")
  205. #define MSG_AMAX _UxGT("Amax ")
  206. #define MSG_A_RETRACT _UxGT("A retrait")
  207. #define MSG_A_TRAVEL _UxGT("A Depl.")
  208. #define MSG_STEPS_PER_MM _UxGT("Pas/mm")
  209. #if IS_KINEMATIC
  210. #define MSG_ASTEPS _UxGT("A pas/mm")
  211. #define MSG_BSTEPS _UxGT("B pas/mm")
  212. #define MSG_CSTEPS _UxGT("C pas/mm")
  213. #else
  214. #define MSG_ASTEPS _UxGT("X pas/mm")
  215. #define MSG_BSTEPS _UxGT("Y pas/mm")
  216. #define MSG_CSTEPS _UxGT("Z pas/mm")
  217. #endif
  218. #define MSG_ESTEPS _UxGT("E pas/mm")
  219. #define MSG_E1STEPS _UxGT("E1 pas/mm")
  220. #define MSG_E2STEPS _UxGT("E2 pas/mm")
  221. #define MSG_E3STEPS _UxGT("E3 pas/mm")
  222. #define MSG_E4STEPS _UxGT("E4 pas/mm")
  223. #define MSG_E5STEPS _UxGT("E5 pas/mm")
  224. #define MSG_TEMPERATURE _UxGT("Temperature")
  225. #define MSG_MOTION _UxGT("Mouvement")
  226. #define MSG_FILAMENT _UxGT("Filament")
  227. #define MSG_VOLUMETRIC_ENABLED _UxGT("E en mm3")
  228. #define MSG_FILAMENT_DIAM _UxGT("Diam. Fil.")
  229. #define MSG_FILAMENT_UNLOAD _UxGT("Decharger mm")
  230. #define MSG_FILAMENT_LOAD _UxGT("Charger mm")
  231. #define MSG_ADVANCE_K _UxGT("Avance K")
  232. #define MSG_CONTRAST _UxGT("Contraste LCD")
  233. #define MSG_STORE_EEPROM _UxGT("Sauver config")
  234. #define MSG_LOAD_EEPROM _UxGT("Lire config")
  235. #define MSG_RESTORE_FAILSAFE _UxGT("Restaurer defauts")
  236. #define MSG_INIT_EEPROM _UxGT("Initialiser EEPROM")
  237. #define MSG_REFRESH _UxGT("Actualiser")
  238. #define MSG_WATCH _UxGT("Surveiller")
  239. #define MSG_PREPARE _UxGT("Preparer")
  240. #define MSG_TUNE _UxGT("Regler")
  241. #define MSG_PAUSE_PRINT _UxGT("Interrompre impr.")
  242. #define MSG_RESUME_PRINT _UxGT("Reprendre impr.")
  243. #define MSG_STOP_PRINT _UxGT("Arreter impr.")
  244. #define MSG_CARD_MENU _UxGT("Impr. depuis SD")
  245. #define MSG_NO_CARD _UxGT("Pas de carte")
  246. #define MSG_DWELL _UxGT("Repos...")
  247. #define MSG_USERWAIT _UxGT("Atten. de l'util.")
  248. #define MSG_PRINT_PAUSED _UxGT("Impr. en pause")
  249. #define MSG_PRINT_ABORTED _UxGT("Impr. Annulee")
  250. #define MSG_NO_MOVE _UxGT("Moteurs bloques.")
  251. #define MSG_KILLED _UxGT("MORT.")
  252. #define MSG_STOPPED _UxGT("STOPPE.")
  253. #define MSG_CONTROL_RETRACT _UxGT("Retrait mm")
  254. #define MSG_CONTROL_RETRACT_SWAP _UxGT("Ech. Retr. mm")
  255. #define MSG_CONTROL_RETRACTF _UxGT("Retrait V")
  256. #define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Saut Z mm")
  257. #define MSG_CONTROL_RETRACT_RECOVER _UxGT("Rappel mm")
  258. #define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Ech. Rapp. mm")
  259. #define MSG_CONTROL_RETRACT_RECOVERF _UxGT("Rappel V")
  260. #define MSG_CONTROL_RETRACT_RECOVER_SWAPF _UxGT("Ech. Rappel V")
  261. #define MSG_AUTORETRACT _UxGT("Retrait. Auto.")
  262. #define MSG_FILAMENTCHANGE _UxGT("Changer filament")
  263. #define MSG_FILAMENTLOAD _UxGT("Charger fil.")
  264. #define MSG_FILAMENTUNLOAD _UxGT("Decharger fil.")
  265. #define MSG_FILAMENTUNLOAD_ALL _UxGT("Decharger tout")
  266. #define MSG_INIT_SDCARD _UxGT("Init. la carte SD")
  267. #define MSG_CNG_SDCARD _UxGT("Changer de carte")
  268. #define MSG_ZPROBE_OUT _UxGT("Z sonde hors lit")
  269. #define MSG_SKEW_FACTOR _UxGT("Facteur ecart")
  270. #define MSG_BLTOUCH _UxGT("BLTouch")
  271. #define MSG_BLTOUCH_SELFTEST _UxGT("Autotest BLTouch")
  272. #define MSG_BLTOUCH_RESET _UxGT("RaZ BLTouch")
  273. #define MSG_BLTOUCH_DEPLOY _UxGT("Deployer BLTouch")
  274. #define MSG_BLTOUCH_STOW _UxGT("Ranger BLTouch")
  275. #define MSG_TOUCHMI _UxGT("TouchMI")
  276. #define MSG_TOUCHMI_INIT _UxGT("1-Init TouchMI")
  277. #define MSG_TOUCHMI_ZOFFSET _UxGT("2-Z-Offset")
  278. #define MSG_TOUCHMI_SAVE _UxGT("3-Save TouchMI")
  279. #define MSG_TOUCHMI_TEST _UxGT("Test TouchMI")
  280. #define MSG_HOME _UxGT("Origine") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  281. #define MSG_FIRST _UxGT("Premier")
  282. #define MSG_ZPROBE_ZOFFSET _UxGT("Decalage Z")
  283. #define MSG_BABYSTEP_X _UxGT("Babystep X")
  284. #define MSG_BABYSTEP_Y _UxGT("Babystep Y")
  285. #define MSG_BABYSTEP_Z _UxGT("Babystep Z")
  286. #define MSG_ENDSTOP_ABORT _UxGT("Butee abandon")
  287. #define MSG_HEATING_FAILED_LCD _UxGT("Erreur de chauffe")
  288. #define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: TEMP. REDONDANTE")
  289. #define MSG_THERMAL_RUNAWAY _UxGT("EMBALLEMENT THERM.")
  290. #define MSG_ERR_MAXTEMP _UxGT("Err: TEMP. MAX")
  291. #define MSG_ERR_MINTEMP _UxGT("Err: TEMP. MIN")
  292. #define MSG_ERR_MAXTEMP_BED _UxGT("Err: TEMP. MAX LIT")
  293. #define MSG_ERR_MINTEMP_BED _UxGT("Err: TEMP. MIN LIT")
  294. #define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
  295. #define MSG_HALTED _UxGT("IMPR. STOPPEE")
  296. #define MSG_PLEASE_RESET _UxGT("RaZ. SVP")
  297. #define MSG_SHORT_DAY _UxGT("j") // One character only
  298. #define MSG_SHORT_HOUR _UxGT("h") // One character only
  299. #define MSG_SHORT_MINUTE _UxGT("m") // One character only
  300. #define MSG_HEATING _UxGT("En chauffe...")
  301. #define MSG_BED_HEATING _UxGT("Lit en chauffe...")
  302. #define MSG_DELTA_CALIBRATE _UxGT("Calibration Delta")
  303. #define MSG_DELTA_CALIBRATE_X _UxGT("Calibrer X")
  304. #define MSG_DELTA_CALIBRATE_Y _UxGT("Calibrer Y")
  305. #define MSG_DELTA_CALIBRATE_Z _UxGT("Calibrer Z")
  306. #define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibrer centre")
  307. #define MSG_DELTA_SETTINGS _UxGT("Reglages Delta")
  308. #define MSG_DELTA_AUTO_CALIBRATE _UxGT("Calibration Auto")
  309. #define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Hauteur Delta")
  310. #define MSG_DELTA_DIAG_ROD _UxGT("Diagonale")
  311. #define MSG_DELTA_HEIGHT _UxGT("Hauteur")
  312. #define MSG_DELTA_RADIUS _UxGT("Rayon")
  313. #define MSG_INFO_MENU _UxGT("Infos imprimante")
  314. #define MSG_INFO_PRINTER_MENU _UxGT("Infos imprimante")
  315. #define MSG_3POINT_LEVELING _UxGT("Niveau a 3 points")
  316. #define MSG_LINEAR_LEVELING _UxGT("Niveau lineaire")
  317. #define MSG_BILINEAR_LEVELING _UxGT("Niveau bilineaire")
  318. #define MSG_UBL_LEVELING _UxGT("Niveau lit unifie")
  319. #define MSG_MESH_LEVELING _UxGT("Niveau maillage")
  320. #define MSG_INFO_STATS_MENU _UxGT("Stats. imprimante")
  321. #define MSG_INFO_BOARD_MENU _UxGT("Infos carte")
  322. #define MSG_INFO_THERMISTOR_MENU _UxGT("Thermistors")
  323. #define MSG_INFO_EXTRUDERS _UxGT("Extrudeurs")
  324. #define MSG_INFO_BAUDRATE _UxGT("Baud")
  325. #define MSG_INFO_PROTOCOL _UxGT("Protocole")
  326. #define MSG_CASE_LIGHT _UxGT("Lumiere caisson")
  327. #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Luminosite")
  328. #if LCD_WIDTH >= 20
  329. #define MSG_INFO_PRINT_COUNT _UxGT("Nbre impressions")
  330. #define MSG_INFO_COMPLETED_PRINTS _UxGT("Terminees")
  331. #define MSG_INFO_PRINT_TIME _UxGT("Tps impr. total")
  332. #define MSG_INFO_PRINT_LONGEST _UxGT("Impr. la + longue")
  333. #define MSG_INFO_PRINT_FILAMENT _UxGT("Total filament")
  334. #else
  335. #define MSG_INFO_PRINT_COUNT _UxGT("Impressions")
  336. #define MSG_INFO_COMPLETED_PRINTS _UxGT("Terminees")
  337. #define MSG_INFO_PRINT_TIME _UxGT("Total")
  338. #define MSG_INFO_PRINT_LONGEST _UxGT("+ long")
  339. #define MSG_INFO_PRINT_FILAMENT _UxGT("Filament")
  340. #endif
  341. #define MSG_INFO_MIN_TEMP _UxGT("Temp Min")
  342. #define MSG_INFO_MAX_TEMP _UxGT("Temp Max")
  343. #define MSG_INFO_PSU _UxGT("Alimentation")
  344. #define MSG_DRIVE_STRENGTH _UxGT("Puiss. moteur ")
  345. #define MSG_DAC_PERCENT _UxGT("Driver %")
  346. #define MSG_DAC_EEPROM_WRITE _UxGT("DAC EEPROM sauv.")
  347. #define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("IMPR. PAUSE")
  348. #define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("CHARGER FIL")
  349. #define MSG_FILAMENT_CHANGE_HEADER_UNLOAD _UxGT("DECHARGER FIL")
  350. #define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("OPTIONS REPRISE:")
  351. #define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Purger encore")
  352. #define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Reprendre impr.")
  353. #define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Buse: ")
  354. #define MSG_ERR_HOMING_FAILED _UxGT("Echec origine")
  355. #define MSG_ERR_PROBING_FAILED _UxGT("Echec sonde")
  356. #define MSG_M600_TOO_COLD _UxGT("M600: Trop froid")
  357. #if LCD_HEIGHT >= 4
  358. // Up to 3 lines allowed
  359. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Attente Demarrage")
  360. #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("du filament")
  361. #define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("changer")
  362. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Attente de")
  363. #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("decharger filament")
  364. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserer filament")
  365. #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("et app. bouton")
  366. #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("pour continuer...")
  367. #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Presser le bouton...")
  368. #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("Pr chauffer la buse")
  369. #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Buse en chauffe")
  370. #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Patientez SVP...")
  371. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Attente de")
  372. #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("chargement filament")
  373. #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Attente")
  374. #define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("Purger filament")
  375. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Attente impression")
  376. #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("pour reprendre")
  377. #else // LCD_HEIGHT < 4
  378. // Up to 2 lines allowed
  379. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Patientez...")
  380. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejection...")
  381. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserer et clic")
  382. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Chargement...")
  383. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Reprise...")
  384. #endif // LCD_HEIGHT < 4
  385. #endif // LANGUAGE_FR_H