Browse Source

Updated french translation (#9556)

gege2b 7 years ago
parent
commit
5785bbb491
2 changed files with 107 additions and 10 deletions
  1. 53
    6
      Marlin/src/lcd/language/language_fr.h
  2. 54
    4
      Marlin/src/lcd/language/language_fr_utf8.h

+ 53
- 6
Marlin/src/lcd/language/language_fr.h View File

32
 
32
 
33
 #define MAPPER_NON
33
 #define MAPPER_NON
34
 #define NOT_EXTENDED_ISO10646_1_5X7
34
 #define NOT_EXTENDED_ISO10646_1_5X7
35
-#define CHARSIZE 2
36
 
35
 
37
 #define WELCOME_MSG                         MACHINE_NAME _UxGT(" prete.")
36
 #define WELCOME_MSG                         MACHINE_NAME _UxGT(" prete.")
38
 #define MSG_BACK                            _UxGT("Retour")
37
 #define MSG_BACK                            _UxGT("Retour")
76
 #define MSG_MOVE_AXIS                       _UxGT("Deplacer un axe")
75
 #define MSG_MOVE_AXIS                       _UxGT("Deplacer un axe")
77
 #define MSG_BED_LEVELING                    _UxGT("Regl. Niv. lit")
76
 #define MSG_BED_LEVELING                    _UxGT("Regl. Niv. lit")
78
 #define MSG_LEVEL_BED                       _UxGT("Regl. Niv. lit")
77
 #define MSG_LEVEL_BED                       _UxGT("Regl. Niv. lit")
78
+#define MSG_LEVEL_CORNERS                   _UxGT("Niveau coins")
79
+#define MSG_NEXT_CORNER                     _UxGT("Coin suivant")
79
 #define MSG_EDITING_STOPPED                 _UxGT("Arret edit. maillage")
80
 #define MSG_EDITING_STOPPED                 _UxGT("Arret edit. maillage")
80
 #define MSG_USER_MENU                       _UxGT("Commandes perso")
81
 #define MSG_USER_MENU                       _UxGT("Commandes perso")
81
 
82
 
94
 #define MSG_UBL_CUSTOM_BED_TEMP             MSG_UBL_SET_BED_TEMP
95
 #define MSG_UBL_CUSTOM_BED_TEMP             MSG_UBL_SET_BED_TEMP
95
 #define MSG_UBL_SET_HOTEND_TEMP             _UxGT("Temperature buse")
96
 #define MSG_UBL_SET_HOTEND_TEMP             _UxGT("Temperature buse")
96
 #define MSG_UBL_CUSTOM_HOTEND_TEMP          MSG_UBL_SET_HOTEND_TEMP
97
 #define MSG_UBL_CUSTOM_HOTEND_TEMP          MSG_UBL_SET_HOTEND_TEMP
98
+#define MSG_UBL_MESH_EDIT                   _UxGT("Editer maille")
97
 #define MSG_UBL_EDIT_CUSTOM_MESH            _UxGT("Editer maille perso")
99
 #define MSG_UBL_EDIT_CUSTOM_MESH            _UxGT("Editer maille perso")
98
 #define MSG_UBL_FINE_TUNE_MESH              _UxGT("Reglage fin maille")
100
 #define MSG_UBL_FINE_TUNE_MESH              _UxGT("Reglage fin maille")
99
 #define MSG_UBL_DONE_EDITING_MESH           _UxGT("Terminer maille")
101
 #define MSG_UBL_DONE_EDITING_MESH           _UxGT("Terminer maille")
133
 #define MSG_UBL_STORAGE_SLOT                _UxGT("Slot memoire")
135
 #define MSG_UBL_STORAGE_SLOT                _UxGT("Slot memoire")
134
 #define MSG_UBL_LOAD_MESH                   _UxGT("Charger maille")
136
 #define MSG_UBL_LOAD_MESH                   _UxGT("Charger maille")
135
 #define MSG_UBL_SAVE_MESH                   _UxGT("Sauver maille")
137
 #define MSG_UBL_SAVE_MESH                   _UxGT("Sauver maille")
138
+#define MSG_MESH_LOADED                     _UxGT("Maille %i charg.")
139
+#define MSG_MESH_SAVED                      _UxGT("Maille %i enreg.")
140
+#define MSG_NO_STORAGE                      _UxGT("Pas de memoire")
136
 #define MSG_UBL_SAVE_ERROR                  _UxGT("Err: Enreg. UBL")
141
 #define MSG_UBL_SAVE_ERROR                  _UxGT("Err: Enreg. UBL")
137
 #define MSG_UBL_RESTORE_ERROR               _UxGT("Err: Ouvrir UBL")
142
 #define MSG_UBL_RESTORE_ERROR               _UxGT("Err: Ouvrir UBL")
138
-#define MSG_UBL_Z_OFFSET_STOPPED            _UxGT("Offset Z arrete")
143
+#define MSG_UBL_Z_OFFSET_STOPPED            _UxGT("Offset Z stoppe")
144
+#define MSG_UBL_STEP_BY_STEP_MENU           _UxGT("UBL Pas-a-pas")
139
 
145
 
146
+#define MSG_LED_CONTROL                     _UxGT("Control LED")
147
+#define MSG_LEDS_ON                         _UxGT("Lumieres ON")
148
+#define MSG_LEDS_OFF                        _UxGT("Lumiere OFF")
149
+#define MSG_LED_PRESETS                     _UxGT("Preregl. LED.")
150
+#define MSG_SET_LEDS_RED                    _UxGT("Rouge")
151
+#define MSG_SET_LEDS_ORANGE                 _UxGT("Orange")
152
+#define MSG_SET_LEDS_YELLOW                 _UxGT("Jaune")
153
+#define MSG_SET_LEDS_GREEN                  _UxGT("Vert")
154
+#define MSG_SET_LEDS_BLUE                   _UxGT("Bleu")
155
+#define MSG_SET_LEDS_INDIGO                 _UxGT("Indigo")
156
+#define MSG_SET_LEDS_VIOLET                 _UxGT("Violet")
157
+#define MSG_SET_LEDS_WHITE                  _UxGT("Blanc")
158
+#define MSG_SET_LEDS_DEFAULT                _UxGT("Defaut")
159
+#define MSG_CUSTOM_LEDS                     _UxGT("Lum. perso.")
160
+#define MSG_INTENSITY_R                     _UxGT("Intensite rouge")
161
+#define MSG_INTENSITY_G                     _UxGT("Intensite vert")
162
+#define MSG_INTENSITY_B                     _UxGT("Intensite bleu")
163
+#define MSG_INTENSITY_W                     _UxGT("Intensite blanc")
164
+#define MSG_LED_BRIGHTNESS                  _UxGT("Luminosite")
140
 
165
 
141
 #define MSG_MOVING                          _UxGT("Deplacement...")
166
 #define MSG_MOVING                          _UxGT("Deplacement...")
142
 #define MSG_FREE_XY                         _UxGT("Debloquer XY")
167
 #define MSG_FREE_XY                         _UxGT("Debloquer XY")
152
 #define MSG_NOZZLE                          _UxGT("Buse")
177
 #define MSG_NOZZLE                          _UxGT("Buse")
153
 #define MSG_BED                             _UxGT("Lit")
178
 #define MSG_BED                             _UxGT("Lit")
154
 #define MSG_FAN_SPEED                       _UxGT("Vitesse ventil.")
179
 #define MSG_FAN_SPEED                       _UxGT("Vitesse ventil.")
180
+#define MSG_EXTRA_FAN_SPEED                 _UxGT("+Vitesse ventil.")
181
+
155
 #define MSG_FLOW                            _UxGT("Flux")
182
 #define MSG_FLOW                            _UxGT("Flux")
156
 #define MSG_CONTROL                         _UxGT("Controler")
183
 #define MSG_CONTROL                         _UxGT("Controler")
157
 #define MSG_MIN                             LCD_STR_THERMOMETER _UxGT(" Min")
184
 #define MSG_MIN                             LCD_STR_THERMOMETER _UxGT(" Min")
206
 #define MSG_FILAMENT                        _UxGT("Filament")
233
 #define MSG_FILAMENT                        _UxGT("Filament")
207
 #define MSG_VOLUMETRIC_ENABLED              _UxGT("E en mm3")
234
 #define MSG_VOLUMETRIC_ENABLED              _UxGT("E en mm3")
208
 #define MSG_FILAMENT_DIAM                   _UxGT("Diam. Fil.")
235
 #define MSG_FILAMENT_DIAM                   _UxGT("Diam. Fil.")
236
+#define MSG_FILAMENT_UNLOAD                 _UxGT("Decharger mm")
237
+#define MSG_FILAMENT_LOAD                   _UxGT("Charger mm")
209
 #define MSG_ADVANCE_K                       _UxGT("Advance K")
238
 #define MSG_ADVANCE_K                       _UxGT("Advance K")
210
 #define MSG_CONTRAST                        _UxGT("Contraste LCD")
239
 #define MSG_CONTRAST                        _UxGT("Contraste LCD")
211
 #define MSG_STORE_EEPROM                    _UxGT("Sauver config")
240
 #define MSG_STORE_EEPROM                    _UxGT("Sauver config")
239
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("Ech. UnRet V")
268
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("Ech. UnRet V")
240
 #define MSG_AUTORETRACT                     _UxGT("Retract. Auto.")
269
 #define MSG_AUTORETRACT                     _UxGT("Retract. Auto.")
241
 #define MSG_FILAMENTCHANGE                  _UxGT("Changer filament")
270
 #define MSG_FILAMENTCHANGE                  _UxGT("Changer filament")
271
+#define MSG_FILAMENTLOAD                    _UxGT("Charger fil.")
272
+#define MSG_FILAMENTUNLOAD                  _UxGT("Decharger fil.")
273
+#define MSG_FILAMENTUNLOAD_ALL              _UxGT("Decharger tout")
242
 #define MSG_INIT_SDCARD                     _UxGT("Init. la carte SD")
274
 #define MSG_INIT_SDCARD                     _UxGT("Init. la carte SD")
243
 #define MSG_CNG_SDCARD                      _UxGT("Changer de carte")
275
 #define MSG_CNG_SDCARD                      _UxGT("Changer de carte")
244
 #define MSG_ZPROBE_OUT                      _UxGT("Z sonde exte. lit")
276
 #define MSG_ZPROBE_OUT                      _UxGT("Z sonde exte. lit")
277
+#define MSG_SKEW_FACTOR                     _UxGT("Facteur ecart")
245
 #define MSG_BLTOUCH                         _UxGT("BLTouch")
278
 #define MSG_BLTOUCH                         _UxGT("BLTouch")
246
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Autotest BLTouch")
279
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Autotest BLTouch")
247
 #define MSG_BLTOUCH_RESET                   _UxGT("RaZ BLTouch")
280
 #define MSG_BLTOUCH_RESET                   _UxGT("RaZ BLTouch")
278
 #define MSG_DELTA_CALIBRATE_Y               _UxGT("Calibrer Y")
311
 #define MSG_DELTA_CALIBRATE_Y               _UxGT("Calibrer Y")
279
 #define MSG_DELTA_CALIBRATE_Z               _UxGT("Calibrer Z")
312
 #define MSG_DELTA_CALIBRATE_Z               _UxGT("Calibrer Z")
280
 #define MSG_DELTA_CALIBRATE_CENTER          _UxGT("Calibrer centre")
313
 #define MSG_DELTA_CALIBRATE_CENTER          _UxGT("Calibrer centre")
314
+#define MSG_DELTA_SETTINGS                  _UxGT("Reglages Delta")
281
 #define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Calibration Auto")
315
 #define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Calibration Auto")
282
 #define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Hauteur Delta")
316
 #define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Hauteur Delta")
317
+#define MSG_DELTA_DIAG_ROD                  _UxGT("Diagonale")
318
+#define MSG_DELTA_HEIGHT                    _UxGT("Hauteur")
319
+#define MSG_DELTA_RADIUS                    _UxGT("Rayon")
283
 
320
 
284
 #define MSG_INFO_MENU                       _UxGT("Infos imprimante")
321
 #define MSG_INFO_MENU                       _UxGT("Infos imprimante")
285
 #define MSG_INFO_PRINTER_MENU               _UxGT("Infos imprimante")
322
 #define MSG_INFO_PRINTER_MENU               _UxGT("Infos imprimante")
318
 #define MSG_DAC_PERCENT                     _UxGT("Driver %")
355
 #define MSG_DAC_PERCENT                     _UxGT("Driver %")
319
 #define MSG_DAC_EEPROM_WRITE                _UxGT("DAC EEPROM sauv.")
356
 #define MSG_DAC_EEPROM_WRITE                _UxGT("DAC EEPROM sauv.")
320
 
357
 
358
+#define MSG_FILAMENT_CHANGE_HEADER_PAUSE    _UxGT("IMPR. PAUSE")
359
+#define MSG_FILAMENT_CHANGE_HEADER_LOAD     _UxGT("CHARGER FIL")
360
+#define MSG_FILAMENT_CHANGE_HEADER_UNLOAD   _UxGT("DECHARGER FIL")
361
+#define MSG_FILAMENT_CHANGE_OPTION_HEADER   _UxGT("OPTIONS REPRISE:")
362
+#define MSG_FILAMENT_CHANGE_OPTION_PURGE    _UxGT("Purger encore")
321
 #define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("Reprendre impr.")
363
 #define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("Reprendre impr.")
322
 #define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Buse: ")
364
 #define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Buse: ")
365
+#define MSG_ERR_HOMING_FAILED               _UxGT("Echec origine")
366
+#define MSG_ERR_PROBING_FAILED              _UxGT("Echec sonde")
367
+#define MSG_M600_TOO_COLD                   _UxGT("M600: Trop froid")
323
 
368
 
324
 #if LCD_HEIGHT >= 4
369
 #if LCD_HEIGHT >= 4
325
   // Up to 3 lines allowed
370
   // Up to 3 lines allowed
326
   #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Attente Demarrage")
371
   #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Attente Demarrage")
327
   #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("du filament")
372
   #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("du filament")
328
   #define MSG_FILAMENT_CHANGE_INIT_3        _UxGT("changer")
373
   #define MSG_FILAMENT_CHANGE_INIT_3        _UxGT("changer")
329
-  #define MSG_FILAMENT_CHANGE_UNLOAD_1      _UxGT("attente de")
374
+  #define MSG_FILAMENT_CHANGE_UNLOAD_1      _UxGT("Attente de")
330
   #define MSG_FILAMENT_CHANGE_UNLOAD_2      _UxGT("decharger filament")
375
   #define MSG_FILAMENT_CHANGE_UNLOAD_2      _UxGT("decharger filament")
331
-  #define MSG_FILAMENT_CHANGE_INSERT_1      _UxGT("inserer filament")
376
+  #define MSG_FILAMENT_CHANGE_INSERT_1      _UxGT("Inserer filament")
332
   #define MSG_FILAMENT_CHANGE_INSERT_2      _UxGT("et app. bouton")
377
   #define MSG_FILAMENT_CHANGE_INSERT_2      _UxGT("et app. bouton")
333
   #define MSG_FILAMENT_CHANGE_INSERT_3      _UxGT("pour continuer...")
378
   #define MSG_FILAMENT_CHANGE_INSERT_3      _UxGT("pour continuer...")
334
   #define MSG_FILAMENT_CHANGE_HEAT_1        _UxGT("Presser le bouton...")
379
   #define MSG_FILAMENT_CHANGE_HEAT_1        _UxGT("Presser le bouton...")
335
   #define MSG_FILAMENT_CHANGE_HEAT_2        _UxGT("Pr chauffer la buse")
380
   #define MSG_FILAMENT_CHANGE_HEAT_2        _UxGT("Pr chauffer la buse")
336
   #define MSG_FILAMENT_CHANGE_HEATING_1     _UxGT("Buse en chauffe")
381
   #define MSG_FILAMENT_CHANGE_HEATING_1     _UxGT("Buse en chauffe")
337
   #define MSG_FILAMENT_CHANGE_HEATING_2     _UxGT("Patientez SVP...")
382
   #define MSG_FILAMENT_CHANGE_HEATING_2     _UxGT("Patientez SVP...")
338
-  #define MSG_FILAMENT_CHANGE_LOAD_1        _UxGT("attente de")
383
+  #define MSG_FILAMENT_CHANGE_LOAD_1        _UxGT("Attente de")
339
   #define MSG_FILAMENT_CHANGE_LOAD_2        _UxGT("chargement filament")
384
   #define MSG_FILAMENT_CHANGE_LOAD_2        _UxGT("chargement filament")
340
-  #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("attente impression")
385
+  #define MSG_FILAMENT_CHANGE_PURGE_1       _UxGT("Attente")
386
+  #define MSG_FILAMENT_CHANGE_PURGE_2       _UxGT("Purger filament")
387
+  #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("Attente impression")
341
   #define MSG_FILAMENT_CHANGE_RESUME_2      _UxGT("pour reprendre")
388
   #define MSG_FILAMENT_CHANGE_RESUME_2      _UxGT("pour reprendre")
342
 #else // LCD_HEIGHT < 4
389
 #else // LCD_HEIGHT < 4
343
   // Up to 2 lines allowed
390
   // Up to 2 lines allowed

+ 54
- 4
Marlin/src/lcd/language/language_fr_utf8.h View File

32
 
32
 
33
 #define MAPPER_C2C3
33
 #define MAPPER_C2C3
34
 #define DISPLAY_CHARSET_ISO10646_1
34
 #define DISPLAY_CHARSET_ISO10646_1
35
+#define CHARSIZE 2
35
 
36
 
36
 #define WELCOME_MSG                         MACHINE_NAME _UxGT(" prête.")
37
 #define WELCOME_MSG                         MACHINE_NAME _UxGT(" prête.")
37
 #define MSG_BACK                            _UxGT("Retour")
38
 #define MSG_BACK                            _UxGT("Retour")
75
 #define MSG_MOVE_AXIS                       _UxGT("Déplacer un axe")
76
 #define MSG_MOVE_AXIS                       _UxGT("Déplacer un axe")
76
 #define MSG_BED_LEVELING                    _UxGT("Règl. Niv. lit")
77
 #define MSG_BED_LEVELING                    _UxGT("Règl. Niv. lit")
77
 #define MSG_LEVEL_BED                       _UxGT("Règl. Niv. lit")
78
 #define MSG_LEVEL_BED                       _UxGT("Règl. Niv. lit")
79
+#define MSG_LEVEL_CORNERS                   _UxGT("Niveau coins")
80
+#define MSG_NEXT_CORNER                     _UxGT("Coin suivant")
78
 #define MSG_EDITING_STOPPED                 _UxGT("Arrêt edit. maillage")
81
 #define MSG_EDITING_STOPPED                 _UxGT("Arrêt edit. maillage")
79
 #define MSG_USER_MENU                       _UxGT("Commandes perso")
82
 #define MSG_USER_MENU                       _UxGT("Commandes perso")
80
 
83
 
93
 #define MSG_UBL_CUSTOM_BED_TEMP             MSG_UBL_SET_BED_TEMP
96
 #define MSG_UBL_CUSTOM_BED_TEMP             MSG_UBL_SET_BED_TEMP
94
 #define MSG_UBL_SET_HOTEND_TEMP             _UxGT("Température buse")
97
 #define MSG_UBL_SET_HOTEND_TEMP             _UxGT("Température buse")
95
 #define MSG_UBL_CUSTOM_HOTEND_TEMP          MSG_UBL_SET_HOTEND_TEMP
98
 #define MSG_UBL_CUSTOM_HOTEND_TEMP          MSG_UBL_SET_HOTEND_TEMP
99
+#define MSG_UBL_MESH_EDIT                   _UxGT("Éditer maille")
96
 #define MSG_UBL_EDIT_CUSTOM_MESH            _UxGT("Editer maille perso")
100
 #define MSG_UBL_EDIT_CUSTOM_MESH            _UxGT("Editer maille perso")
97
 #define MSG_UBL_FINE_TUNE_MESH              _UxGT("Réglage fin maille")
101
 #define MSG_UBL_FINE_TUNE_MESH              _UxGT("Réglage fin maille")
98
 #define MSG_UBL_DONE_EDITING_MESH           _UxGT("Terminer maille")
102
 #define MSG_UBL_DONE_EDITING_MESH           _UxGT("Terminer maille")
132
 #define MSG_UBL_STORAGE_SLOT                _UxGT("Slot mémoire")
136
 #define MSG_UBL_STORAGE_SLOT                _UxGT("Slot mémoire")
133
 #define MSG_UBL_LOAD_MESH                   _UxGT("Charger maille")
137
 #define MSG_UBL_LOAD_MESH                   _UxGT("Charger maille")
134
 #define MSG_UBL_SAVE_MESH                   _UxGT("Sauver maille")
138
 #define MSG_UBL_SAVE_MESH                   _UxGT("Sauver maille")
139
+#define MSG_MESH_LOADED                     _UxGT("Maille %i charg.")
140
+#define MSG_MESH_SAVED                      _UxGT("Maille %i enreg.")
141
+#define MSG_NO_STORAGE                      _UxGT("Pas de mémoire")
135
 #define MSG_UBL_SAVE_ERROR                  _UxGT("Err: Enreg. UBL")
142
 #define MSG_UBL_SAVE_ERROR                  _UxGT("Err: Enreg. UBL")
136
 #define MSG_UBL_RESTORE_ERROR               _UxGT("Err: Ouvrir UBL")
143
 #define MSG_UBL_RESTORE_ERROR               _UxGT("Err: Ouvrir UBL")
137
 #define MSG_UBL_Z_OFFSET_STOPPED            _UxGT("Offset Z arrêté")
144
 #define MSG_UBL_Z_OFFSET_STOPPED            _UxGT("Offset Z arrêté")
145
+#define MSG_UBL_STEP_BY_STEP_MENU           _UxGT("UBL Pas-à-pas")
138
 
146
 
147
+#define MSG_LED_CONTROL                     _UxGT("Control LED")
148
+#define MSG_LEDS_ON                         _UxGT("Lumières ON")
149
+#define MSG_LEDS_OFF                        _UxGT("Lumière OFF")
150
+#define MSG_LED_PRESETS                     _UxGT("Preregl. LED.")
151
+#define MSG_SET_LEDS_RED                    _UxGT("Rouge")
152
+#define MSG_SET_LEDS_ORANGE                 _UxGT("Orange")
153
+#define MSG_SET_LEDS_YELLOW                 _UxGT("Jaune")
154
+#define MSG_SET_LEDS_GREEN                  _UxGT("Vert")
155
+#define MSG_SET_LEDS_BLUE                   _UxGT("Bleu")
156
+#define MSG_SET_LEDS_INDIGO                 _UxGT("Indigo")
157
+#define MSG_SET_LEDS_VIOLET                 _UxGT("Violet")
158
+#define MSG_SET_LEDS_WHITE                  _UxGT("Blanc")
159
+#define MSG_SET_LEDS_DEFAULT                _UxGT("Defaut")
160
+#define MSG_CUSTOM_LEDS                     _UxGT("Lum. perso.")
161
+#define MSG_INTENSITY_R                     _UxGT("Intensité rouge")
162
+#define MSG_INTENSITY_G                     _UxGT("Intensité vert")
163
+#define MSG_INTENSITY_B                     _UxGT("Intensité bleu")
164
+#define MSG_INTENSITY_W                     _UxGT("Intensité blanc")
165
+#define MSG_LED_BRIGHTNESS                  _UxGT("Luminosité")
139
 
166
 
140
 #define MSG_MOVING                          _UxGT("Déplacement...")
167
 #define MSG_MOVING                          _UxGT("Déplacement...")
141
 #define MSG_FREE_XY                         _UxGT("Débloquer XY")
168
 #define MSG_FREE_XY                         _UxGT("Débloquer XY")
151
 #define MSG_NOZZLE                          _UxGT("Buse")
178
 #define MSG_NOZZLE                          _UxGT("Buse")
152
 #define MSG_BED                             _UxGT("Lit")
179
 #define MSG_BED                             _UxGT("Lit")
153
 #define MSG_FAN_SPEED                       _UxGT("Vitesse ventil.")
180
 #define MSG_FAN_SPEED                       _UxGT("Vitesse ventil.")
181
+#define MSG_EXTRA_FAN_SPEED                 _UxGT("+Vitesse ventil.")
182
+
154
 #define MSG_FLOW                            _UxGT("Flux")
183
 #define MSG_FLOW                            _UxGT("Flux")
155
 #define MSG_CONTROL                         _UxGT("Contrôler")
184
 #define MSG_CONTROL                         _UxGT("Contrôler")
156
 #define MSG_MIN                             LCD_STR_THERMOMETER _UxGT(" Min")
185
 #define MSG_MIN                             LCD_STR_THERMOMETER _UxGT(" Min")
205
 #define MSG_FILAMENT                        _UxGT("Filament")
234
 #define MSG_FILAMENT                        _UxGT("Filament")
206
 #define MSG_VOLUMETRIC_ENABLED              _UxGT("E en mm3")
235
 #define MSG_VOLUMETRIC_ENABLED              _UxGT("E en mm3")
207
 #define MSG_FILAMENT_DIAM                   _UxGT("Diam. Fil.")
236
 #define MSG_FILAMENT_DIAM                   _UxGT("Diam. Fil.")
237
+#define MSG_FILAMENT_UNLOAD                 _UxGT("Decharger mm")
238
+#define MSG_FILAMENT_LOAD                   _UxGT("Charger mm")
208
 #define MSG_ADVANCE_K                       _UxGT("Advance K")
239
 #define MSG_ADVANCE_K                       _UxGT("Advance K")
209
 #define MSG_CONTRAST                        _UxGT("Contraste LCD")
240
 #define MSG_CONTRAST                        _UxGT("Contraste LCD")
210
 #define MSG_STORE_EEPROM                    _UxGT("Sauver config")
241
 #define MSG_STORE_EEPROM                    _UxGT("Sauver config")
235
 #define MSG_CONTROL_RETRACT_RECOVER         _UxGT("UnRet mm")
266
 #define MSG_CONTROL_RETRACT_RECOVER         _UxGT("UnRet mm")
236
 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    _UxGT("Ech. UnRet mm")
267
 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    _UxGT("Ech. UnRet mm")
237
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("UnRet V")
268
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("UnRet V")
269
+#define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("Ech. UnRet V")
238
 #define MSG_AUTORETRACT                     _UxGT("Rétract. Auto.")
270
 #define MSG_AUTORETRACT                     _UxGT("Rétract. Auto.")
239
 #define MSG_FILAMENTCHANGE                  _UxGT("Changer filament")
271
 #define MSG_FILAMENTCHANGE                  _UxGT("Changer filament")
272
+#define MSG_FILAMENTLOAD                    _UxGT("Charger fil.")
273
+#define MSG_FILAMENTUNLOAD                  _UxGT("Decharger fil.")
274
+#define MSG_FILAMENTUNLOAD_ALL              _UxGT("Decharger tout")
240
 #define MSG_INIT_SDCARD                     _UxGT("Init. la carte SD")
275
 #define MSG_INIT_SDCARD                     _UxGT("Init. la carte SD")
241
 #define MSG_CNG_SDCARD                      _UxGT("Changer de carte")
276
 #define MSG_CNG_SDCARD                      _UxGT("Changer de carte")
242
 #define MSG_ZPROBE_OUT                      _UxGT("Z sonde extè. lit")
277
 #define MSG_ZPROBE_OUT                      _UxGT("Z sonde extè. lit")
278
+#define MSG_SKEW_FACTOR                     _UxGT("Facteur ecart")
243
 #define MSG_BLTOUCH                         _UxGT("BLTouch")
279
 #define MSG_BLTOUCH                         _UxGT("BLTouch")
244
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Autotest BLTouch")
280
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Autotest BLTouch")
245
 #define MSG_BLTOUCH_RESET                   _UxGT("RaZ BLTouch")
281
 #define MSG_BLTOUCH_RESET                   _UxGT("RaZ BLTouch")
276
 #define MSG_DELTA_CALIBRATE_Y               _UxGT("Calibrer Y")
312
 #define MSG_DELTA_CALIBRATE_Y               _UxGT("Calibrer Y")
277
 #define MSG_DELTA_CALIBRATE_Z               _UxGT("Calibrer Z")
313
 #define MSG_DELTA_CALIBRATE_Z               _UxGT("Calibrer Z")
278
 #define MSG_DELTA_CALIBRATE_CENTER          _UxGT("Calibrer centre")
314
 #define MSG_DELTA_CALIBRATE_CENTER          _UxGT("Calibrer centre")
315
+#define MSG_DELTA_SETTINGS                  _UxGT("Réglages Delta")
279
 #define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Calibration Auto")
316
 #define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Calibration Auto")
280
 #define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Hauteur Delta")
317
 #define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Hauteur Delta")
318
+#define MSG_DELTA_DIAG_ROD                  _UxGT("Diagonale")
319
+#define MSG_DELTA_HEIGHT                    _UxGT("Hauteur")
320
+#define MSG_DELTA_RADIUS                    _UxGT("Rayon")
281
 
321
 
282
 #define MSG_INFO_MENU                       _UxGT("Infos imprimante")
322
 #define MSG_INFO_MENU                       _UxGT("Infos imprimante")
283
 #define MSG_INFO_PRINTER_MENU               _UxGT("Infos imprimante")
323
 #define MSG_INFO_PRINTER_MENU               _UxGT("Infos imprimante")
316
 #define MSG_DAC_PERCENT                     _UxGT("Driver %")
356
 #define MSG_DAC_PERCENT                     _UxGT("Driver %")
317
 #define MSG_DAC_EEPROM_WRITE                _UxGT("DAC EEPROM sauv.")
357
 #define MSG_DAC_EEPROM_WRITE                _UxGT("DAC EEPROM sauv.")
318
 
358
 
359
+#define MSG_FILAMENT_CHANGE_HEADER_PAUSE    _UxGT("IMPR. PAUSE")
360
+#define MSG_FILAMENT_CHANGE_HEADER_LOAD     _UxGT("CHARGER FIL")
361
+#define MSG_FILAMENT_CHANGE_HEADER_UNLOAD   _UxGT("DECHARGER FIL")
362
+#define MSG_FILAMENT_CHANGE_OPTION_HEADER   _UxGT("OPTIONS REPRISE:")
363
+#define MSG_FILAMENT_CHANGE_OPTION_PURGE    _UxGT("Purger encore")
319
 #define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("Reprendre impr.")
364
 #define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("Reprendre impr.")
320
 #define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Buse: ")
365
 #define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Buse: ")
366
+#define MSG_ERR_HOMING_FAILED               _UxGT("Echec origine")
367
+#define MSG_ERR_PROBING_FAILED              _UxGT("Echec sonde")
368
+#define MSG_M600_TOO_COLD                   _UxGT("M600: Trop froid")
321
 
369
 
322
 #if LCD_HEIGHT >= 4
370
 #if LCD_HEIGHT >= 4
323
   // Up to 3 lines allowed
371
   // Up to 3 lines allowed
324
   #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Attente Démarrage")
372
   #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Attente Démarrage")
325
   #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("du filament")
373
   #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("du filament")
326
   #define MSG_FILAMENT_CHANGE_INIT_3        _UxGT("changer")
374
   #define MSG_FILAMENT_CHANGE_INIT_3        _UxGT("changer")
327
-  #define MSG_FILAMENT_CHANGE_UNLOAD_1      _UxGT("attente de")
375
+  #define MSG_FILAMENT_CHANGE_UNLOAD_1      _UxGT("Attente de")
328
   #define MSG_FILAMENT_CHANGE_UNLOAD_2      _UxGT("décharger filament")
376
   #define MSG_FILAMENT_CHANGE_UNLOAD_2      _UxGT("décharger filament")
329
-  #define MSG_FILAMENT_CHANGE_INSERT_1      _UxGT("insérer filament")
377
+  #define MSG_FILAMENT_CHANGE_INSERT_1      _UxGT("Insérer filament")
330
   #define MSG_FILAMENT_CHANGE_INSERT_2      _UxGT("et app. bouton")
378
   #define MSG_FILAMENT_CHANGE_INSERT_2      _UxGT("et app. bouton")
331
   #define MSG_FILAMENT_CHANGE_INSERT_3      _UxGT("pour continuer...")
379
   #define MSG_FILAMENT_CHANGE_INSERT_3      _UxGT("pour continuer...")
332
   #define MSG_FILAMENT_CHANGE_HEAT_1        _UxGT("Presser le bouton...")
380
   #define MSG_FILAMENT_CHANGE_HEAT_1        _UxGT("Presser le bouton...")
333
   #define MSG_FILAMENT_CHANGE_HEAT_2        _UxGT("Pr chauffer la buse")
381
   #define MSG_FILAMENT_CHANGE_HEAT_2        _UxGT("Pr chauffer la buse")
334
   #define MSG_FILAMENT_CHANGE_HEATING_1     _UxGT("Buse en chauffe")
382
   #define MSG_FILAMENT_CHANGE_HEATING_1     _UxGT("Buse en chauffe")
335
   #define MSG_FILAMENT_CHANGE_HEATING_2     _UxGT("Patientez SVP...")
383
   #define MSG_FILAMENT_CHANGE_HEATING_2     _UxGT("Patientez SVP...")
336
-  #define MSG_FILAMENT_CHANGE_LOAD_1        _UxGT("attente de")
384
+  #define MSG_FILAMENT_CHANGE_LOAD_1        _UxGT("Attente de")
337
   #define MSG_FILAMENT_CHANGE_LOAD_2        _UxGT("chargement filament")
385
   #define MSG_FILAMENT_CHANGE_LOAD_2        _UxGT("chargement filament")
338
-  #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("attente impression")
386
+  #define MSG_FILAMENT_CHANGE_PURGE_1       _UxGT("Attente")
387
+  #define MSG_FILAMENT_CHANGE_PURGE_2       _UxGT("Purger filament")
388
+  #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("Attente impression")
339
   #define MSG_FILAMENT_CHANGE_RESUME_2      _UxGT("pour reprendre")
389
   #define MSG_FILAMENT_CHANGE_RESUME_2      _UxGT("pour reprendre")
340
 #else // LCD_HEIGHT < 4
390
 #else // LCD_HEIGHT < 4
341
   // Up to 2 lines allowed
391
   // Up to 2 lines allowed

Loading…
Cancel
Save