|
@@ -38,6 +38,7 @@
|
38
|
38
|
#define MSG_BACK _UxGT("Retour")
|
39
|
39
|
#define MSG_SD_INSERTED _UxGT("Carte insérée")
|
40
|
40
|
#define MSG_SD_REMOVED _UxGT("Carte retirée")
|
|
41
|
+#define MSG_SD_RELEASED _UxGT("Carte libérée")
|
41
|
42
|
#define MSG_LCD_ENDSTOPS _UxGT("Butées")
|
42
|
43
|
#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Butées SW")
|
43
|
44
|
#define MSG_MAIN _UxGT("Menu principal")
|
|
@@ -274,8 +275,13 @@
|
274
|
275
|
#define MSG_PREPARE _UxGT("Préparer")
|
275
|
276
|
#define MSG_TUNE _UxGT("Régler")
|
276
|
277
|
#define MSG_START_PRINT _UxGT("Démarrer impression")
|
|
278
|
+#define MSG_BUTTON_NEXT _UxGT("Suivant")
|
|
279
|
+#define MSG_BUTTON_INIT _UxGT("Init.")
|
|
280
|
+#define MSG_BUTTON_STOP _UxGT("Stop")
|
277
|
281
|
#define MSG_BUTTON_PRINT _UxGT("Imprimer")
|
|
282
|
+#define MSG_BUTTON_RESET _UxGT("Reset")
|
278
|
283
|
#define MSG_BUTTON_CANCEL _UxGT("Annuler")
|
|
284
|
+#define MSG_BUTTON_DONE _UxGT("Terminé")
|
279
|
285
|
#define MSG_PAUSE_PRINT _UxGT("Pause impression")
|
280
|
286
|
#define MSG_RESUME_PRINT _UxGT("Reprendre impr.")
|
281
|
287
|
#define MSG_STOP_PRINT _UxGT("Arrêter impr.")
|
|
@@ -311,6 +317,7 @@
|
311
|
317
|
#define MSG_FILAMENTUNLOAD_ALL _UxGT("Décharger tout")
|
312
|
318
|
#define MSG_INIT_SDCARD _UxGT("Init. la carte SD")
|
313
|
319
|
#define MSG_CHANGE_SDCARD _UxGT("Actualiser carte SD")
|
|
320
|
+#define MSG_RELEASE_SDCARD _UxGT("Retirer carte SD")
|
314
|
321
|
#define MSG_ZPROBE_OUT _UxGT("Sonde Z hors lit")
|
315
|
322
|
#define MSG_SKEW_FACTOR _UxGT("Facteur écart")
|
316
|
323
|
#define MSG_BLTOUCH _UxGT("BLTouch")
|
|
@@ -331,17 +338,19 @@
|
331
|
338
|
#define MSG_BABYSTEP_Z _UxGT("Babystep Z")
|
332
|
339
|
#define MSG_BABYSTEP_TOTAL _UxGT("Total")
|
333
|
340
|
#define MSG_ENDSTOP_ABORT _UxGT("Butée abandon")
|
334
|
|
-#define MSG_HEATING_FAILED_LCD _UxGT("Erreur de chauffe")
|
335
|
|
-#define MSG_HEATING_FAILED_LCD_BED _UxGT("Erreur de chauffe lit")
|
336
|
|
-#define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: TEMP. REDONDANTE")
|
337
|
|
-#define MSG_THERMAL_RUNAWAY _UxGT("EMBALLEMENT THERM.")
|
338
|
|
-#define MSG_THERMAL_RUNAWAY_BED _UxGT("ERREUR THERMIQUE LIT")
|
339
|
|
-#define MSG_ERR_MAXTEMP _UxGT("Err: TEMP. MAX")
|
340
|
|
-#define MSG_ERR_MINTEMP _UxGT("Err: TEMP. MIN")
|
341
|
|
-#define MSG_ERR_MAXTEMP_BED _UxGT("Err: TEMP. MAX LIT")
|
342
|
|
-#define MSG_ERR_MINTEMP_BED _UxGT("Err: TEMP. MIN LIT")
|
343
|
|
-#define MSG_ERR_MAXTEMP_CHAMBER _UxGT("Err: MAXTEMP CAISSON")
|
344
|
|
-#define MSG_ERR_MINTEMP_CHAMBER _UxGT("Err: MINTEMP CAISSON")
|
|
341
|
+#define MSG_HEATING_FAILED_LCD _UxGT("Err de chauffe")
|
|
342
|
+#define MSG_HEATING_FAILED_LCD_BED _UxGT("Err de chauffe lit")
|
|
343
|
+#define MSG_HEATING_FAILED_LCD_CHAMBER _UxGT("Err chauffe caisson")
|
|
344
|
+#define MSG_ERR_REDUNDANT_TEMP _UxGT("Err TEMP. REDONDANTE")
|
|
345
|
+#define MSG_THERMAL_RUNAWAY _UxGT("Err THERMIQUE")
|
|
346
|
+#define MSG_THERMAL_RUNAWAY_BED _UxGT("Err THERMIQUE LIT")
|
|
347
|
+#define MSG_THERMAL_RUNAWAY_CHAMBER _UxGT("Err THERMIQUE CAISSON")
|
|
348
|
+#define MSG_ERR_MAXTEMP _UxGT("Err TEMP. MAX")
|
|
349
|
+#define MSG_ERR_MINTEMP _UxGT("Err TEMP. MIN")
|
|
350
|
+#define MSG_ERR_MAXTEMP_BED _UxGT("Err TEMP. MAX LIT")
|
|
351
|
+#define MSG_ERR_MINTEMP_BED _UxGT("Err TEMP. MIN LIT")
|
|
352
|
+#define MSG_ERR_MAXTEMP_CHAMBER _UxGT("Err MAXTEMP CAISSON")
|
|
353
|
+#define MSG_ERR_MINTEMP_CHAMBER _UxGT("Err MINTEMP CAISSON")
|
345
|
354
|
#define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
|
346
|
355
|
|
347
|
356
|
#define MSG_HALTED _UxGT("IMPR. STOPPÉE")
|