Browse Source

Improve French language (#13851)

Tanguy Pruvot 6 years ago
parent
commit
cf3c746029
1 changed files with 45 additions and 45 deletions
  1. 45
    45
      Marlin/src/lcd/language/language_fr.h

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

47
 #define MSG_DISABLE_STEPPERS                _UxGT("Arrêter moteurs")
47
 #define MSG_DISABLE_STEPPERS                _UxGT("Arrêter moteurs")
48
 #define MSG_DEBUG_MENU                      _UxGT("Menu debug")
48
 #define MSG_DEBUG_MENU                      _UxGT("Menu debug")
49
 #define MSG_PROGRESS_BAR_TEST               _UxGT("Test barre progress.")
49
 #define MSG_PROGRESS_BAR_TEST               _UxGT("Test barre progress.")
50
-#define MSG_AUTO_HOME                       _UxGT("Origine auto.")
51
-#define MSG_AUTO_HOME_X                     _UxGT("Origine X auto.")
52
-#define MSG_AUTO_HOME_Y                     _UxGT("Origine Y auto.")
53
-#define MSG_AUTO_HOME_Z                     _UxGT("Origine Z auto.")
54
-#define MSG_AUTO_Z_ALIGN                    _UxGT("Align. Z auto.")
55
-#define MSG_LEVEL_BED_HOMING                _UxGT("Origine XYZ")
50
+#define MSG_AUTO_HOME                       _UxGT("Origine auto")
51
+#define MSG_AUTO_HOME_X                     _UxGT("Origine X auto")
52
+#define MSG_AUTO_HOME_Y                     _UxGT("Origine Y auto")
53
+#define MSG_AUTO_HOME_Z                     _UxGT("Origine Z auto")
54
+#define MSG_AUTO_Z_ALIGN                    _UxGT("Align. Z auto")
55
+#define MSG_LEVEL_BED_HOMING                _UxGT("Origine XYZ...")
56
 #define MSG_LEVEL_BED_WAITING               _UxGT("Clic pour commencer")
56
 #define MSG_LEVEL_BED_WAITING               _UxGT("Clic pour commencer")
57
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Point suivant")
57
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Point suivant")
58
 #define MSG_LEVEL_BED_DONE                  _UxGT("Mise à niveau OK!")
58
 #define MSG_LEVEL_BED_DONE                  _UxGT("Mise à niveau OK!")
59
 #define MSG_Z_FADE_HEIGHT                   _UxGT("Hauteur lissée")
59
 #define MSG_Z_FADE_HEIGHT                   _UxGT("Hauteur lissée")
60
-#define MSG_SET_HOME_OFFSETS                _UxGT("Régl. décal. origine")
60
+#define MSG_SET_HOME_OFFSETS                _UxGT("Régl. décal origine")
61
 #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Décalages appliqués")
61
 #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Décalages appliqués")
62
 #define MSG_SET_ORIGIN                      _UxGT("Régler origine")
62
 #define MSG_SET_ORIGIN                      _UxGT("Régler origine")
63
 #define MSG_PREHEAT_1                       _UxGT("Préchauffage " PREHEAT_1_LABEL)
63
 #define MSG_PREHEAT_1                       _UxGT("Préchauffage " PREHEAT_1_LABEL)
64
 #define MSG_PREHEAT_1_N                     _UxGT("Préchauff. " PREHEAT_1_LABEL " ")
64
 #define MSG_PREHEAT_1_N                     _UxGT("Préchauff. " PREHEAT_1_LABEL " ")
65
 #define MSG_PREHEAT_1_ALL                   _UxGT("Préch. " PREHEAT_1_LABEL " Tout")
65
 #define MSG_PREHEAT_1_ALL                   _UxGT("Préch. " PREHEAT_1_LABEL " Tout")
66
-#define MSG_PREHEAT_1_END                   MSG_PREHEAT_1 _UxGT(" buse")
66
+#define MSG_PREHEAT_1_END                   _UxGT("Préch. " PREHEAT_1_LABEL " buse")
67
 #define MSG_PREHEAT_1_BEDONLY               _UxGT("Préch. " PREHEAT_1_LABEL " lit")
67
 #define MSG_PREHEAT_1_BEDONLY               _UxGT("Préch. " PREHEAT_1_LABEL " lit")
68
-#define MSG_PREHEAT_1_SETTINGS              _UxGT("Régl. préch. " PREHEAT_1_LABEL)
68
+#define MSG_PREHEAT_1_SETTINGS              _UxGT("Régler préch. " PREHEAT_1_LABEL)
69
 #define MSG_PREHEAT_2                       _UxGT("Préchauffage " PREHEAT_2_LABEL)
69
 #define MSG_PREHEAT_2                       _UxGT("Préchauffage " PREHEAT_2_LABEL)
70
 #define MSG_PREHEAT_2_N                     _UxGT("Préchauff. " PREHEAT_2_LABEL " ")
70
 #define MSG_PREHEAT_2_N                     _UxGT("Préchauff. " PREHEAT_2_LABEL " ")
71
 #define MSG_PREHEAT_2_ALL                   _UxGT("Préch. " PREHEAT_2_LABEL " Tout")
71
 #define MSG_PREHEAT_2_ALL                   _UxGT("Préch. " PREHEAT_2_LABEL " Tout")
72
-#define MSG_PREHEAT_2_END                   MSG_PREHEAT_2 _UxGT(" buse")
72
+#define MSG_PREHEAT_2_END                   _UxGT("Préch. " PREHEAT_2_LABEL " buse")
73
 #define MSG_PREHEAT_2_BEDONLY               _UxGT("Préch. " PREHEAT_2_LABEL " lit")
73
 #define MSG_PREHEAT_2_BEDONLY               _UxGT("Préch. " PREHEAT_2_LABEL " lit")
74
-#define MSG_PREHEAT_2_SETTINGS              _UxGT("Régl. préch. " PREHEAT_2_LABEL)
75
-#define MSG_PREHEAT_CUSTOM                  _UxGT("Préchauff. perso.")
74
+#define MSG_PREHEAT_2_SETTINGS              _UxGT("Régler préch. " PREHEAT_2_LABEL)
75
+#define MSG_PREHEAT_CUSTOM                  _UxGT("Préchauffage perso")
76
 #define MSG_COOLDOWN                        _UxGT("Refroidir")
76
 #define MSG_COOLDOWN                        _UxGT("Refroidir")
77
 #define MSG_LASER_MENU                      _UxGT("Contrôle Laser")
77
 #define MSG_LASER_MENU                      _UxGT("Contrôle Laser")
78
 #define MSG_LASER_OFF                       _UxGT("Laser Off")
78
 #define MSG_LASER_OFF                       _UxGT("Laser Off")
84
 #define MSG_EXTRUDE                         _UxGT("Extrusion")
84
 #define MSG_EXTRUDE                         _UxGT("Extrusion")
85
 #define MSG_RETRACT                         _UxGT("Retrait")
85
 #define MSG_RETRACT                         _UxGT("Retrait")
86
 #define MSG_MOVE_AXIS                       _UxGT("Déplacer un axe")
86
 #define MSG_MOVE_AXIS                       _UxGT("Déplacer un axe")
87
-#define MSG_BED_LEVELING                    _UxGT("Régl. Niv. lit")
88
-#define MSG_LEVEL_BED                       _UxGT("Régl. Niv. lit")
87
+#define MSG_BED_LEVELING                    _UxGT("Régler Niv. lit")
88
+#define MSG_LEVEL_BED                       _UxGT("Niveau du lit")
89
 #define MSG_LEVEL_CORNERS                   _UxGT("Niveau coins")
89
 #define MSG_LEVEL_CORNERS                   _UxGT("Niveau coins")
90
 #define MSG_NEXT_CORNER                     _UxGT("Coin suivant")
90
 #define MSG_NEXT_CORNER                     _UxGT("Coin suivant")
91
 #define MSG_EDITING_STOPPED                 _UxGT("Arrêt édit. maillage")
91
 #define MSG_EDITING_STOPPED                 _UxGT("Arrêt édit. maillage")
92
 #define MSG_MESH_X                          _UxGT("Index X")
92
 #define MSG_MESH_X                          _UxGT("Index X")
93
 #define MSG_MESH_Y                          _UxGT("Index Y")
93
 #define MSG_MESH_Y                          _UxGT("Index Y")
94
 #define MSG_MESH_EDIT_Z                     _UxGT("Valeur Z")
94
 #define MSG_MESH_EDIT_Z                     _UxGT("Valeur Z")
95
-#define MSG_USER_MENU                       _UxGT("Commandes perso.")
95
+#define MSG_USER_MENU                       _UxGT("Commandes perso")
96
 
96
 
97
 #define MSG_UBL_DOING_G29                   _UxGT("G29 en cours")
97
 #define MSG_UBL_DOING_G29                   _UxGT("G29 en cours")
98
 #define MSG_UBL_UNHOMED                     _UxGT("Origine XYZ d'abord")
98
 #define MSG_UBL_UNHOMED                     _UxGT("Origine XYZ d'abord")
158
 #define MSG_UBL_STORAGE_SLOT                _UxGT("Slot mémoire")
158
 #define MSG_UBL_STORAGE_SLOT                _UxGT("Slot mémoire")
159
 #define MSG_UBL_LOAD_MESH                   _UxGT("Charger maille")
159
 #define MSG_UBL_LOAD_MESH                   _UxGT("Charger maille")
160
 #define MSG_UBL_SAVE_MESH                   _UxGT("Sauver maille")
160
 #define MSG_UBL_SAVE_MESH                   _UxGT("Sauver maille")
161
-#define MSG_MESH_LOADED                     _UxGT("Maille %i charg.")
161
+#define MSG_MESH_LOADED                     _UxGT("Maille %i chargée")
162
 #define MSG_MESH_SAVED                      _UxGT("Maille %i enreg.")
162
 #define MSG_MESH_SAVED                      _UxGT("Maille %i enreg.")
163
 #define MSG_NO_STORAGE                      _UxGT("Pas de mémoire")
163
 #define MSG_NO_STORAGE                      _UxGT("Pas de mémoire")
164
 #define MSG_UBL_SAVE_ERROR                  _UxGT("Err: Enreg. UBL")
164
 #define MSG_UBL_SAVE_ERROR                  _UxGT("Err: Enreg. UBL")
178
 #define MSG_SET_LEDS_VIOLET                 _UxGT("Violet")
178
 #define MSG_SET_LEDS_VIOLET                 _UxGT("Violet")
179
 #define MSG_SET_LEDS_WHITE                  _UxGT("Blanc")
179
 #define MSG_SET_LEDS_WHITE                  _UxGT("Blanc")
180
 #define MSG_SET_LEDS_DEFAULT                _UxGT("Defaut")
180
 #define MSG_SET_LEDS_DEFAULT                _UxGT("Defaut")
181
-#define MSG_CUSTOM_LEDS                     _UxGT("Lum. perso.")
181
+#define MSG_CUSTOM_LEDS                     _UxGT("LEDs perso.")
182
 #define MSG_INTENSITY_R                     _UxGT("Intensité rouge")
182
 #define MSG_INTENSITY_R                     _UxGT("Intensité rouge")
183
 #define MSG_INTENSITY_G                     _UxGT("Intensité vert")
183
 #define MSG_INTENSITY_G                     _UxGT("Intensité vert")
184
 #define MSG_INTENSITY_B                     _UxGT("Intensité bleu")
184
 #define MSG_INTENSITY_B                     _UxGT("Intensité bleu")
187
 
187
 
188
 #define MSG_MOVING                          _UxGT("Déplacement...")
188
 #define MSG_MOVING                          _UxGT("Déplacement...")
189
 #define MSG_FREE_XY                         _UxGT("Débloquer XY")
189
 #define MSG_FREE_XY                         _UxGT("Débloquer XY")
190
-#define MSG_MOVE_X                          _UxGT("Dépl. X")
191
-#define MSG_MOVE_Y                          _UxGT("Dépl. Y")
192
-#define MSG_MOVE_Z                          _UxGT("Dépl. Z")
190
+#define MSG_MOVE_X                          _UxGT("Déplacer X")
191
+#define MSG_MOVE_Y                          _UxGT("Déplacer Y")
192
+#define MSG_MOVE_Z                          _UxGT("Déplacer Z")
193
 #define MSG_MOVE_E                          _UxGT("Extrudeur")
193
 #define MSG_MOVE_E                          _UxGT("Extrudeur")
194
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Buse trop froide")
194
 #define MSG_HOTEND_TOO_COLD                 _UxGT("Buse trop froide")
195
-#define MSG_MOVE_01MM                       _UxGT("Dépl. 0.1mm")
196
-#define MSG_MOVE_1MM                        _UxGT("Dépl. 1mm")
197
-#define MSG_MOVE_10MM                       _UxGT("Dépl. 10mm")
195
+#define MSG_MOVE_01MM                       _UxGT("Déplacer 0.1mm")
196
+#define MSG_MOVE_1MM                        _UxGT("Déplacer 1mm")
197
+#define MSG_MOVE_10MM                       _UxGT("Déplacer 10mm")
198
 #define MSG_SPEED                           _UxGT("Vitesse")
198
 #define MSG_SPEED                           _UxGT("Vitesse")
199
 #define MSG_BED_Z                           _UxGT("Lit Z")
199
 #define MSG_BED_Z                           _UxGT("Lit Z")
200
 #define MSG_NOZZLE                          _UxGT("Buse")
200
 #define MSG_NOZZLE                          _UxGT("Buse")
258
 #define MSG_MOTION                          _UxGT("Mouvement")
258
 #define MSG_MOTION                          _UxGT("Mouvement")
259
 #define MSG_FILAMENT                        _UxGT("Filament")
259
 #define MSG_FILAMENT                        _UxGT("Filament")
260
 #define MSG_VOLUMETRIC_ENABLED              _UxGT("E en mm3")
260
 #define MSG_VOLUMETRIC_ENABLED              _UxGT("E en mm3")
261
-#define MSG_FILAMENT_DIAM                   _UxGT("Diam. Fil.")
262
-#define MSG_FILAMENT_UNLOAD                 _UxGT("Décharger mm")
261
+#define MSG_FILAMENT_DIAM                   _UxGT("Diamètre fil.")
262
+#define MSG_FILAMENT_UNLOAD                 _UxGT("Retrait mm")
263
 #define MSG_FILAMENT_LOAD                   _UxGT("Charger mm")
263
 #define MSG_FILAMENT_LOAD                   _UxGT("Charger mm")
264
 #define MSG_ADVANCE_K                       _UxGT("Avance K")
264
 #define MSG_ADVANCE_K                       _UxGT("Avance K")
265
 #define MSG_CONTRAST                        _UxGT("Contraste LCD")
265
 #define MSG_CONTRAST                        _UxGT("Contraste LCD")
266
-#define MSG_STORE_EEPROM                    _UxGT("Sauver config")
267
-#define MSG_LOAD_EEPROM                     _UxGT("Lire config")
266
+#define MSG_STORE_EEPROM                    _UxGT("Enregistrer config.")
267
+#define MSG_LOAD_EEPROM                     _UxGT("Charger config.")
268
 #define MSG_RESTORE_FAILSAFE                _UxGT("Restaurer défauts")
268
 #define MSG_RESTORE_FAILSAFE                _UxGT("Restaurer défauts")
269
 #define MSG_INIT_EEPROM                     _UxGT("Initialiser EEPROM")
269
 #define MSG_INIT_EEPROM                     _UxGT("Initialiser EEPROM")
270
-#define MSG_SD_UPDATE                       _UxGT("MàJ. SD")
271
-#define MSG_RESET_PRINTER                   _UxGT("RàZ. imprimante")
270
+#define MSG_SD_UPDATE                       _UxGT("MaJ Firmware SD")
271
+#define MSG_RESET_PRINTER                   _UxGT("RaZ imprimante")
272
 #define MSG_REFRESH                         _UxGT("Actualiser")
272
 #define MSG_REFRESH                         _UxGT("Actualiser")
273
 #define MSG_WATCH                           _UxGT("Surveiller")
273
 #define MSG_WATCH                           _UxGT("Surveiller")
274
 #define MSG_PREPARE                         _UxGT("Préparer")
274
 #define MSG_PREPARE                         _UxGT("Préparer")
275
 #define MSG_TUNE                            _UxGT("Régler")
275
 #define MSG_TUNE                            _UxGT("Régler")
276
-#define MSG_START_PRINT                     _UxGT("Démarrer Impr.")
276
+#define MSG_START_PRINT                     _UxGT("Démarrer impression")
277
 #define MSG_BUTTON_PRINT                    _UxGT("Imprimer")
277
 #define MSG_BUTTON_PRINT                    _UxGT("Imprimer")
278
 #define MSG_BUTTON_CANCEL                   _UxGT("Annuler")
278
 #define MSG_BUTTON_CANCEL                   _UxGT("Annuler")
279
-#define MSG_PAUSE_PRINT                     _UxGT("Interrompre impr.")
279
+#define MSG_PAUSE_PRINT                     _UxGT("Pause impression")
280
 #define MSG_RESUME_PRINT                    _UxGT("Reprendre impr.")
280
 #define MSG_RESUME_PRINT                    _UxGT("Reprendre impr.")
281
 #define MSG_STOP_PRINT                      _UxGT("Arrêter impr.")
281
 #define MSG_STOP_PRINT                      _UxGT("Arrêter impr.")
282
 #define MSG_OUTAGE_RECOVERY                 _UxGT("Récupér. coupure")
282
 #define MSG_OUTAGE_RECOVERY                 _UxGT("Récupér. coupure")
283
-#define MSG_CARD_MENU                       _UxGT("Impr. depuis SD")
283
+#define MSG_CARD_MENU                       _UxGT("Impression SD")
284
 #define MSG_NO_CARD                         _UxGT("Pas de carte")
284
 #define MSG_NO_CARD                         _UxGT("Pas de carte")
285
 #define MSG_DWELL                           _UxGT("Repos...")
285
 #define MSG_DWELL                           _UxGT("Repos...")
286
 #define MSG_USERWAIT                        _UxGT("Attente utilis.")
286
 #define MSG_USERWAIT                        _UxGT("Attente utilis.")
287
 #define MSG_PRINT_PAUSED                    _UxGT("Impr. en pause")
287
 #define MSG_PRINT_PAUSED                    _UxGT("Impr. en pause")
288
 #define MSG_PRINTING                        _UxGT("Impression")
288
 #define MSG_PRINTING                        _UxGT("Impression")
289
 #define MSG_PRINT_ABORTED                   _UxGT("Impr. annulée")
289
 #define MSG_PRINT_ABORTED                   _UxGT("Impr. annulée")
290
-#define MSG_NO_MOVE                         _UxGT("Moteurs bloqués.")
291
-#define MSG_KILLED                          _UxGT("MORT.")
292
-#define MSG_STOPPED                         _UxGT("STOPPÉ.")
290
+#define MSG_NO_MOVE                         _UxGT("Moteurs bloqués")
291
+#define MSG_KILLED                          _UxGT("KILLED")
292
+#define MSG_STOPPED                         _UxGT("STOPPÉ")
293
 #define MSG_CONTROL_RETRACT                 _UxGT("Retrait mm")
293
 #define MSG_CONTROL_RETRACT                 _UxGT("Retrait mm")
294
 #define MSG_CONTROL_RETRACT_SWAP            _UxGT("Ech. Retr. mm")
294
 #define MSG_CONTROL_RETRACT_SWAP            _UxGT("Ech. Retr. mm")
295
 #define MSG_CONTROL_RETRACTF                _UxGT("Retrait V")
295
 #define MSG_CONTROL_RETRACTF                _UxGT("Retrait V")
298
 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    _UxGT("Ech. Rappel mm")
298
 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    _UxGT("Ech. Rappel mm")
299
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("Rappel V")
299
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("Rappel V")
300
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("Ech. Rappel V")
300
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("Ech. Rappel V")
301
-#define MSG_AUTORETRACT                     _UxGT("Retrait auto.")
301
+#define MSG_AUTORETRACT                     _UxGT("Retrait auto")
302
 #define MSG_TOOL_CHANGE                     _UxGT("Changement outil")
302
 #define MSG_TOOL_CHANGE                     _UxGT("Changement outil")
303
 #define MSG_TOOL_CHANGE_ZLIFT               _UxGT("Augmenter Z")
303
 #define MSG_TOOL_CHANGE_ZLIFT               _UxGT("Augmenter Z")
304
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Vitesse primaire")
304
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Vitesse primaire")
306
 #define MSG_NOZZLE_STANDBY                  _UxGT("Attente buse")
306
 #define MSG_NOZZLE_STANDBY                  _UxGT("Attente buse")
307
 #define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Distance retrait")
307
 #define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Distance retrait")
308
 #define MSG_FILAMENTCHANGE                  _UxGT("Changer filament")
308
 #define MSG_FILAMENTCHANGE                  _UxGT("Changer filament")
309
-#define MSG_FILAMENTLOAD                    _UxGT("Charger fil.")
310
-#define MSG_FILAMENTUNLOAD                  _UxGT("Décharger fil.")
309
+#define MSG_FILAMENTLOAD                    _UxGT("Charger filament")
310
+#define MSG_FILAMENTUNLOAD                  _UxGT("Retrait filament")
311
 #define MSG_FILAMENTUNLOAD_ALL              _UxGT("Décharger tout")
311
 #define MSG_FILAMENTUNLOAD_ALL              _UxGT("Décharger tout")
312
 #define MSG_INIT_SDCARD                     _UxGT("Init. la carte SD")
312
 #define MSG_INIT_SDCARD                     _UxGT("Init. la carte SD")
313
-#define MSG_CHANGE_SDCARD                   _UxGT("Changer de carte")
313
+#define MSG_CHANGE_SDCARD                   _UxGT("Actualiser carte SD")
314
 #define MSG_ZPROBE_OUT                      _UxGT("Sonde Z hors lit")
314
 #define MSG_ZPROBE_OUT                      _UxGT("Sonde Z hors lit")
315
 #define MSG_SKEW_FACTOR                     _UxGT("Facteur écart")
315
 #define MSG_SKEW_FACTOR                     _UxGT("Facteur écart")
316
 #define MSG_BLTOUCH                         _UxGT("BLTouch")
316
 #define MSG_BLTOUCH                         _UxGT("BLTouch")
317
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Autotest BLTouch")
317
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Autotest BLTouch")
318
-#define MSG_BLTOUCH_RESET                   _UxGT("RaZ BLTouch")
319
-#define MSG_BLTOUCH_DEPLOY                  _UxGT("Déployer BLTouch")
318
+#define MSG_BLTOUCH_RESET                   _UxGT("RaZ BL-Touch")
319
+#define MSG_BLTOUCH_DEPLOY                  _UxGT("Déployer BL-Touch")
320
 #define MSG_BLTOUCH_SW_MODE                 _UxGT("Mode BLTouch SW")
320
 #define MSG_BLTOUCH_SW_MODE                 _UxGT("Mode BLTouch SW")
321
 #define MSG_BLTOUCH_5V_MODE                 _UxGT("Mode BLTouch 5V")
321
 #define MSG_BLTOUCH_5V_MODE                 _UxGT("Mode BLTouch 5V")
322
 #define MSG_BLTOUCH_OD_MODE                 _UxGT("Mode BLTouch OD")
322
 #define MSG_BLTOUCH_OD_MODE                 _UxGT("Mode BLTouch OD")
323
-#define MSG_BLTOUCH_STOW                    _UxGT("Ranger BLTouch")
323
+#define MSG_BLTOUCH_STOW                    _UxGT("Ranger BL-Touch")
324
 #define MSG_MANUAL_DEPLOY                   _UxGT("Déployer Sonde Z")
324
 #define MSG_MANUAL_DEPLOY                   _UxGT("Déployer Sonde Z")
325
 #define MSG_MANUAL_STOW                     _UxGT("Ranger Sonde Z")
325
 #define MSG_MANUAL_STOW                     _UxGT("Ranger Sonde Z")
326
 #define MSG_HOME                            _UxGT("Origine")  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
326
 #define MSG_HOME                            _UxGT("Origine")  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
345
 #define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
345
 #define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
346
 
346
 
347
 #define MSG_HALTED                          _UxGT("IMPR. STOPPÉE")
347
 #define MSG_HALTED                          _UxGT("IMPR. STOPPÉE")
348
-#define MSG_PLEASE_RESET                    _UxGT("RàZ. SVP")
348
+#define MSG_PLEASE_RESET                    _UxGT("Redémarrer SVP")
349
 #define MSG_SHORT_DAY                       _UxGT("j") // One character only
349
 #define MSG_SHORT_DAY                       _UxGT("j") // One character only
350
 #define MSG_SHORT_HOUR                      _UxGT("h") // One character only
350
 #define MSG_SHORT_HOUR                      _UxGT("h") // One character only
351
 #define MSG_SHORT_MINUTE                    _UxGT("m") // One character only
351
 #define MSG_SHORT_MINUTE                    _UxGT("m") // One character only
411
 #define MSG_FILAMENT_CHANGE_OPTION_PURGE    _UxGT("Purger encore")
411
 #define MSG_FILAMENT_CHANGE_OPTION_PURGE    _UxGT("Purger encore")
412
 #define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("Reprendre impr.")
412
 #define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("Reprendre impr.")
413
 #define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Buse: ")
413
 #define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Buse: ")
414
-#define MSG_RUNOUT_SENSOR                   _UxGT("Capteur Fil.")
414
+#define MSG_RUNOUT_SENSOR                   _UxGT("Capteur fil.")
415
 #define MSG_ERR_HOMING_FAILED               _UxGT("Echec origine")
415
 #define MSG_ERR_HOMING_FAILED               _UxGT("Echec origine")
416
 #define MSG_ERR_PROBING_FAILED              _UxGT("Echec sonde")
416
 #define MSG_ERR_PROBING_FAILED              _UxGT("Echec sonde")
417
 #define MSG_M600_TOO_COLD                   _UxGT("M600: Trop froid")
417
 #define MSG_M600_TOO_COLD                   _UxGT("M600: Trop froid")
499
   #define MSG_FILAMENT_CHANGE_INSERT_1      _UxGT("Insérer fil.")
499
   #define MSG_FILAMENT_CHANGE_INSERT_1      _UxGT("Insérer fil.")
500
   #define MSG_FILAMENT_CHANGE_HEAT_1        _UxGT("Chauffer ?")
500
   #define MSG_FILAMENT_CHANGE_HEAT_1        _UxGT("Chauffer ?")
501
   #define MSG_FILAMENT_CHANGE_HEATING_1     _UxGT("Chauffage...")
501
   #define MSG_FILAMENT_CHANGE_HEATING_1     _UxGT("Chauffage...")
502
-  #define MSG_FILAMENT_CHANGE_UNLOAD_1      _UxGT("Ejecting...")
502
+  #define MSG_FILAMENT_CHANGE_UNLOAD_1      _UxGT("Retrait fil...")
503
   #define MSG_FILAMENT_CHANGE_LOAD_1        _UxGT("Chargement...")
503
   #define MSG_FILAMENT_CHANGE_LOAD_1        _UxGT("Chargement...")
504
   #define MSG_FILAMENT_CHANGE_PURGE_1       _UxGT("Purge...")
504
   #define MSG_FILAMENT_CHANGE_PURGE_1       _UxGT("Purge...")
505
   #define MSG_FILAMENT_CHANGE_CONT_PURGE_1  _UxGT("Terminer ?")
505
   #define MSG_FILAMENT_CHANGE_CONT_PURGE_1  _UxGT("Terminer ?")

Loading…
Cancel
Save