|
@@ -30,17 +30,16 @@
|
30
|
30
|
#ifndef LANGUAGE_FR_H
|
31
|
31
|
#define LANGUAGE_FR_H
|
32
|
32
|
|
33
|
|
-#define MAPPER_C2C3
|
34
|
|
-#define DISPLAY_CHARSET_ISO10646_1
|
|
33
|
+#define MAPPER_NON
|
35
|
34
|
|
36
|
|
-#define WELCOME_MSG MACHINE_NAME _UxGT(" prête.")
|
|
35
|
+#define WELCOME_MSG MACHINE_NAME _UxGT(" prete.")
|
37
|
36
|
#define MSG_BACK _UxGT("Retour")
|
38
|
|
-#define MSG_SD_INSERTED _UxGT("Carte insérée")
|
39
|
|
-#define MSG_SD_REMOVED _UxGT("Carte retirée")
|
40
|
|
-#define MSG_LCD_ENDSTOPS _UxGT("Butées") // Max length 8 characters
|
|
37
|
+#define MSG_SD_INSERTED _UxGT("Carte inseree")
|
|
38
|
+#define MSG_SD_REMOVED _UxGT("Carte retiree")
|
|
39
|
+#define MSG_LCD_ENDSTOPS _UxGT("Butees") // Max length 8 characters
|
41
|
40
|
#define MSG_MAIN _UxGT("Menu principal")
|
42
|
41
|
#define MSG_AUTOSTART _UxGT("Demarrage auto")
|
43
|
|
-#define MSG_DISABLE_STEPPERS _UxGT("Arrêter moteurs")
|
|
42
|
+#define MSG_DISABLE_STEPPERS _UxGT("Arreter moteurs")
|
44
|
43
|
#define MSG_DEBUG_MENU _UxGT("Menu debug")
|
45
|
44
|
#define MSG_PROGRESS_BAR_TEST _UxGT("Test barre progress.")
|
46
|
45
|
#define MSG_AUTO_HOME _UxGT("Origine auto.")
|
|
@@ -50,57 +49,57 @@
|
50
|
49
|
#define MSG_LEVEL_BED_HOMING _UxGT("Origine XYZ")
|
51
|
50
|
#define MSG_LEVEL_BED_WAITING _UxGT("Clic pour commencer")
|
52
|
51
|
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Point suivant")
|
53
|
|
-#define MSG_LEVEL_BED_DONE _UxGT("Mise à niveau OK!")
|
|
52
|
+#define MSG_LEVEL_BED_DONE _UxGT("Mise a niveau OK!")
|
54
|
53
|
#define MSG_Z_FADE_HEIGHT _UxGT("Adoucir hauteur")
|
55
|
|
-#define MSG_SET_HOME_OFFSETS _UxGT("Regl. décal. origine")
|
56
|
|
-#define MSG_HOME_OFFSETS_APPLIED _UxGT("Décalages appliqués")
|
57
|
|
-#define MSG_SET_ORIGIN _UxGT("Régler origine")
|
58
|
|
-#define MSG_PREHEAT_1 _UxGT("Préchauffage PLA")
|
59
|
|
-#define MSG_PREHEAT_1_N _UxGT("Préchauff. PLA ")
|
60
|
|
-#define MSG_PREHEAT_1_ALL _UxGT("Préch. PLA Tout")
|
|
54
|
+#define MSG_SET_HOME_OFFSETS _UxGT("Regl. decal. origine")
|
|
55
|
+#define MSG_HOME_OFFSETS_APPLIED _UxGT("Decalages appliques")
|
|
56
|
+#define MSG_SET_ORIGIN _UxGT("Regler origine")
|
|
57
|
+#define MSG_PREHEAT_1 _UxGT("Prechauffage PLA")
|
|
58
|
+#define MSG_PREHEAT_1_N _UxGT("Prechauff. PLA ")
|
|
59
|
+#define MSG_PREHEAT_1_ALL _UxGT("Prech. PLA Tout")
|
61
|
60
|
#define MSG_PREHEAT_1_END MSG_PREHEAT_1 _UxGT(" fini")
|
62
|
|
-#define MSG_PREHEAT_1_BEDONLY _UxGT("Préch. PLA lit")
|
|
61
|
+#define MSG_PREHEAT_1_BEDONLY _UxGT("Prech. PLA lit")
|
63
|
62
|
#define MSG_PREHEAT_1_SETTINGS _UxGT("Regl. prech. PLA")
|
64
|
|
-#define MSG_PREHEAT_2 _UxGT("Préchauffage ABS")
|
65
|
|
-#define MSG_PREHEAT_2_N _UxGT("Préchauff. ABS ")
|
66
|
|
-#define MSG_PREHEAT_2_ALL _UxGT("Préch. ABS Tout")
|
|
63
|
+#define MSG_PREHEAT_2 _UxGT("Prechauffage ABS")
|
|
64
|
+#define MSG_PREHEAT_2_N _UxGT("Prechauff. ABS ")
|
|
65
|
+#define MSG_PREHEAT_2_ALL _UxGT("Prech. ABS Tout")
|
67
|
66
|
#define MSG_PREHEAT_2_END MSG_PREHEAT_2 _UxGT(" fini")
|
68
|
|
-#define MSG_PREHEAT_2_BEDONLY _UxGT("Préch. ABS lit")
|
|
67
|
+#define MSG_PREHEAT_2_BEDONLY _UxGT("Prech. ABS lit")
|
69
|
68
|
#define MSG_PREHEAT_2_SETTINGS _UxGT("Regl. prech. ABS")
|
70
|
69
|
#define MSG_COOLDOWN _UxGT("Refroidir")
|
71
|
70
|
#define MSG_SWITCH_PS_ON _UxGT("Allumer alim.")
|
72
|
|
-#define MSG_SWITCH_PS_OFF _UxGT("Éteindre alim.")
|
73
|
|
-#define MSG_EXTRUDE _UxGT("Éxtrusion")
|
74
|
|
-#define MSG_RETRACT _UxGT("Rétraction")
|
75
|
|
-#define MSG_MOVE_AXIS _UxGT("Déplacer un axe")
|
76
|
|
-#define MSG_BED_LEVELING _UxGT("Règl. Niv. lit")
|
77
|
|
-#define MSG_LEVEL_BED _UxGT("Règl. Niv. lit")
|
78
|
|
-#define MSG_EDITING_STOPPED _UxGT("Arrêt edit. maillage")
|
|
71
|
+#define MSG_SWITCH_PS_OFF _UxGT("eteindre alim.")
|
|
72
|
+#define MSG_EXTRUDE _UxGT("extrusion")
|
|
73
|
+#define MSG_RETRACT _UxGT("Retraction")
|
|
74
|
+#define MSG_MOVE_AXIS _UxGT("Deplacer un axe")
|
|
75
|
+#define MSG_BED_LEVELING _UxGT("Regl. Niv. lit")
|
|
76
|
+#define MSG_LEVEL_BED _UxGT("Regl. Niv. lit")
|
|
77
|
+#define MSG_EDITING_STOPPED _UxGT("Arret edit. maillage")
|
79
|
78
|
#define MSG_USER_MENU _UxGT("Commandes perso")
|
80
|
79
|
|
81
|
80
|
#define MSG_UBL_DOING_G29 _UxGT("G29 en cours")
|
82
|
81
|
#define MSG_UBL_UNHOMED _UxGT("Origine XYZ d'abord")
|
83
|
82
|
#define MSG_UBL_TOOLS _UxGT("Outils UBL")
|
84
|
|
-#define MSG_UBL_LEVEL_BED _UxGT("Niveau lit unifié")
|
|
83
|
+#define MSG_UBL_LEVEL_BED _UxGT("Niveau lit unifie")
|
85
|
84
|
#define MSG_UBL_MANUAL_MESH _UxGT("Maillage manuel")
|
86
|
|
-#define MSG_UBL_BC_INSERT _UxGT("Poser câle & mesurer")
|
|
85
|
+#define MSG_UBL_BC_INSERT _UxGT("Poser cale & mesurer")
|
87
|
86
|
#define MSG_UBL_BC_INSERT2 _UxGT("Mesure")
|
88
|
|
-#define MSG_UBL_BC_REMOVE _UxGT("ôter et mesurer lit")
|
|
87
|
+#define MSG_UBL_BC_REMOVE _UxGT("oter et mesurer lit")
|
89
|
88
|
#define MSG_UBL_MOVING_TO_NEXT _UxGT("Aller au suivant")
|
90
|
89
|
#define MSG_UBL_ACTIVATE_MESH _UxGT("Activer l'UBL")
|
91
|
|
-#define MSG_UBL_DEACTIVATE_MESH _UxGT("Désactiver l'UBL")
|
92
|
|
-#define MSG_UBL_SET_BED_TEMP _UxGT("Température lit")
|
|
90
|
+#define MSG_UBL_DEACTIVATE_MESH _UxGT("Desactiver l'UBL")
|
|
91
|
+#define MSG_UBL_SET_BED_TEMP _UxGT("Temperature lit")
|
93
|
92
|
#define MSG_UBL_CUSTOM_BED_TEMP MSG_UBL_SET_BED_TEMP
|
94
|
|
-#define MSG_UBL_SET_HOTEND_TEMP _UxGT("Température buse")
|
|
93
|
+#define MSG_UBL_SET_HOTEND_TEMP _UxGT("Temperature buse")
|
95
|
94
|
#define MSG_UBL_CUSTOM_HOTEND_TEMP MSG_UBL_SET_HOTEND_TEMP
|
96
|
95
|
#define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Editer maille perso")
|
97
|
|
-#define MSG_UBL_FINE_TUNE_MESH _UxGT("Réglage fin maille")
|
|
96
|
+#define MSG_UBL_FINE_TUNE_MESH _UxGT("Reglage fin maille")
|
98
|
97
|
#define MSG_UBL_DONE_EDITING_MESH _UxGT("Termier maille")
|
99
|
|
-#define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Créer maille perso")
|
100
|
|
-#define MSG_UBL_BUILD_MESH_MENU _UxGT("Créer maille")
|
101
|
|
-#define MSG_UBL_BUILD_PLA_MESH _UxGT("Créer maille PLA")
|
102
|
|
-#define MSG_UBL_BUILD_ABS_MESH _UxGT("Créer maille ABS")
|
103
|
|
-#define MSG_UBL_BUILD_COLD_MESH _UxGT("Créer maille froide")
|
|
98
|
+#define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Creer maille perso")
|
|
99
|
+#define MSG_UBL_BUILD_MESH_MENU _UxGT("Creer maille")
|
|
100
|
+#define MSG_UBL_BUILD_PLA_MESH _UxGT("Creer maille PLA")
|
|
101
|
+#define MSG_UBL_BUILD_ABS_MESH _UxGT("Creer maille ABS")
|
|
102
|
+#define MSG_UBL_BUILD_COLD_MESH _UxGT("Creer maille froide")
|
104
|
103
|
#define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Ajuster haut. maille")
|
105
|
104
|
#define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Hauteur")
|
106
|
105
|
#define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Valider maille")
|
|
@@ -109,13 +108,13 @@
|
109
|
108
|
#define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Valider maille perso")
|
110
|
109
|
#define MSG_UBL_CONTINUE_MESH _UxGT("Continuer maille")
|
111
|
110
|
#define MSG_UBL_MESH_LEVELING _UxGT("Niveau par maille")
|
112
|
|
-#define MSG_UBL_3POINT_MESH_LEVELING _UxGT("Niveau à 3 points")
|
|
111
|
+#define MSG_UBL_3POINT_MESH_LEVELING _UxGT("Niveau a 3 points")
|
113
|
112
|
#define MSG_UBL_GRID_MESH_LEVELING _UxGT("Niveau grille")
|
114
|
113
|
#define MSG_UBL_MESH_LEVEL _UxGT("Maille de niveau")
|
115
|
|
-#define MSG_UBL_SIDE_POINTS _UxGT("Point latéral")
|
|
114
|
+#define MSG_UBL_SIDE_POINTS _UxGT("Point lateral")
|
116
|
115
|
#define MSG_UBL_MAP_TYPE _UxGT("Type de carte")
|
117
|
116
|
#define MSG_UBL_OUTPUT_MAP _UxGT("Voir maille")
|
118
|
|
-#define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Voir pour hôte")
|
|
117
|
+#define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Voir pour hote")
|
119
|
118
|
#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Voir pour CSV")
|
120
|
119
|
#define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Off Printer Backup")
|
121
|
120
|
#define MSG_UBL_INFO_UBL _UxGT("Voir info UBL")
|
|
@@ -125,59 +124,59 @@
|
125
|
124
|
#define MSG_UBL_SMART_FILLIN _UxGT("Remplissage auto")
|
126
|
125
|
#define MSG_UBL_FILLIN_MESH _UxGT("Maille remplissage")
|
127
|
126
|
#define MSG_UBL_INVALIDATE_ALL _UxGT("Annuler tout")
|
128
|
|
-#define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Annuler le plus près")
|
129
|
|
-#define MSG_UBL_FINE_TUNE_ALL _UxGT("Réglage fin (tous)")
|
130
|
|
-#define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Réglage fin (proche)")
|
|
127
|
+#define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Annuler le plus pres")
|
|
128
|
+#define MSG_UBL_FINE_TUNE_ALL _UxGT("Reglage fin (tous)")
|
|
129
|
+#define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Reglage fin (proche)")
|
131
|
130
|
#define MSG_UBL_STORAGE_MESH_MENU _UxGT("Stockage maille")
|
132
|
|
-#define MSG_UBL_STORAGE_SLOT _UxGT("Slot mémoire")
|
|
131
|
+#define MSG_UBL_STORAGE_SLOT _UxGT("Slot memoire")
|
133
|
132
|
#define MSG_UBL_LOAD_MESH _UxGT("Charger maille")
|
134
|
133
|
#define MSG_UBL_SAVE_MESH _UxGT("Sauver maille")
|
135
|
134
|
#define MSG_UBL_SAVE_ERROR _UxGT("Err: Enreg. UBL")
|
136
|
135
|
#define MSG_UBL_RESTORE_ERROR _UxGT("Err: Ouvrir UBL")
|
137
|
|
-#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Offset Z arrêté")
|
|
136
|
+#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Offset Z arrete")
|
138
|
137
|
|
139
|
138
|
|
140
|
|
-#define MSG_MOVING _UxGT("Déplacement...")
|
141
|
|
-#define MSG_FREE_XY _UxGT("Débloquer XY")
|
142
|
|
-#define MSG_MOVE_X _UxGT("Dépl. X")
|
143
|
|
-#define MSG_MOVE_Y _UxGT("Dépl. Y")
|
144
|
|
-#define MSG_MOVE_Z _UxGT("Dépl. Z")
|
|
139
|
+#define MSG_MOVING _UxGT("Deplacement...")
|
|
140
|
+#define MSG_FREE_XY _UxGT("Debloquer XY")
|
|
141
|
+#define MSG_MOVE_X _UxGT("Depl. X")
|
|
142
|
+#define MSG_MOVE_Y _UxGT("Depl. Y")
|
|
143
|
+#define MSG_MOVE_Z _UxGT("Depl. Z")
|
145
|
144
|
#define MSG_MOVE_E _UxGT("Extruder")
|
146
|
|
-#define MSG_MOVE_01MM _UxGT("Dépl. 0.1mm")
|
147
|
|
-#define MSG_MOVE_1MM _UxGT("Dépl. 1mm")
|
148
|
|
-#define MSG_MOVE_10MM _UxGT("Dépl. 10mm")
|
|
145
|
+#define MSG_MOVE_01MM _UxGT("Depl. 0.1mm")
|
|
146
|
+#define MSG_MOVE_1MM _UxGT("Depl. 1mm")
|
|
147
|
+#define MSG_MOVE_10MM _UxGT("Depl. 10mm")
|
149
|
148
|
#define MSG_SPEED _UxGT(" Vitesse")
|
150
|
149
|
#define MSG_BED_Z _UxGT("Lit Z")
|
151
|
150
|
#define MSG_NOZZLE _UxGT("Buse")
|
152
|
151
|
#define MSG_BED _UxGT("Lit")
|
153
|
152
|
#define MSG_FAN_SPEED _UxGT("Vitesse ventil.")
|
154
|
153
|
#define MSG_FLOW _UxGT("Flux")
|
155
|
|
-#define MSG_CONTROL _UxGT("Contrôler")
|
|
154
|
+#define MSG_CONTROL _UxGT("Controler")
|
156
|
155
|
#define MSG_MIN LCD_STR_THERMOMETER _UxGT(" Min")
|
157
|
156
|
#define MSG_MAX LCD_STR_THERMOMETER _UxGT(" Max")
|
158
|
157
|
#define MSG_FACTOR LCD_STR_THERMOMETER _UxGT(" Facteur")
|
159
|
158
|
#define MSG_AUTOTEMP _UxGT("Temp. Auto.")
|
160
|
|
-#define MSG_ON _UxGT("Marche ")
|
161
|
|
-#define MSG_OFF _UxGT("Arrêt")
|
|
159
|
+#define MSG_ON _UxGT("Marche")
|
|
160
|
+#define MSG_OFF _UxGT("Arret")
|
162
|
161
|
#define MSG_PID_P _UxGT("PID-P")
|
163
|
162
|
#define MSG_PID_I _UxGT("PID-I")
|
164
|
163
|
#define MSG_PID_D _UxGT("PID-D")
|
165
|
164
|
#define MSG_PID_C _UxGT("PID-C")
|
166
|
|
-#define MSG_SELECT _UxGT("Sélectionner")
|
167
|
|
-#define MSG_ACC _UxGT("Accélération")
|
|
165
|
+#define MSG_SELECT _UxGT("Selectionner")
|
|
166
|
+#define MSG_ACC _UxGT("Acceleration")
|
168
|
167
|
#define MSG_JERK _UxGT("Jerk")
|
169
|
168
|
#define MSG_VX_JERK _UxGT("Vx-jerk")
|
170
|
169
|
#define MSG_VY_JERK _UxGT("Vy-jerk")
|
171
|
170
|
#define MSG_VZ_JERK _UxGT("Vz-jerk")
|
172
|
171
|
#define MSG_VE_JERK _UxGT("Ve-jerk")
|
173
|
|
-#define MSG_VELOCITY _UxGT("Vélocité")
|
|
172
|
+#define MSG_VELOCITY _UxGT("Velocite")
|
174
|
173
|
#define MSG_VMAX _UxGT("Vmax")
|
175
|
174
|
#define MSG_VMIN _UxGT("Vmin")
|
176
|
175
|
#define MSG_VTRAV_MIN _UxGT("Vdepl min")
|
177
|
|
-#define MSG_ACCELERATION _UxGT("Accélération")
|
|
176
|
+#define MSG_ACCELERATION _UxGT("Acceleration")
|
178
|
177
|
#define MSG_AMAX _UxGT("Amax ")
|
179
|
178
|
#define MSG_A_RETRACT _UxGT("A-retract")
|
180
|
|
-#define MSG_A_TRAVEL _UxGT("A-Dépl.")
|
|
179
|
+#define MSG_A_TRAVEL _UxGT("A-Depl.")
|
181
|
180
|
#define MSG_STEPS_PER_MM _UxGT("Pas/mm")
|
182
|
181
|
#define MSG_XSTEPS _UxGT("Xpas/mm")
|
183
|
182
|
#define MSG_YSTEPS _UxGT("Ypas/mm")
|
|
@@ -188,7 +187,7 @@
|
188
|
187
|
#define MSG_E3STEPS _UxGT("E3pas/mm")
|
189
|
188
|
#define MSG_E4STEPS _UxGT("E4pas/mm")
|
190
|
189
|
#define MSG_E5STEPS _UxGT("E5pas/mm")
|
191
|
|
-#define MSG_TEMPERATURE _UxGT("Température")
|
|
190
|
+#define MSG_TEMPERATURE _UxGT("Temperature")
|
192
|
191
|
#define MSG_MOTION _UxGT("Mouvement")
|
193
|
192
|
#define MSG_FILAMENT _UxGT("Filament")
|
194
|
193
|
#define MSG_VOLUMETRIC_ENABLED _UxGT("E en mm3")
|
|
@@ -197,49 +196,49 @@
|
197
|
196
|
#define MSG_CONTRAST _UxGT("Contraste LCD")
|
198
|
197
|
#define MSG_STORE_EEPROM _UxGT("Sauver config")
|
199
|
198
|
#define MSG_LOAD_EEPROM _UxGT("Lire config")
|
200
|
|
-#define MSG_RESTORE_FAILSAFE _UxGT("Restaurer défauts")
|
|
199
|
+#define MSG_RESTORE_FAILSAFE _UxGT("Restaurer defauts")
|
201
|
200
|
#define MSG_INIT_EEPROM _UxGT("Initialiser EEPROM")
|
202
|
201
|
#define MSG_REFRESH _UxGT("Actualiser")
|
203
|
202
|
#define MSG_WATCH _UxGT("Surveiller")
|
204
|
|
-#define MSG_PREPARE _UxGT("Préparer")
|
205
|
|
-#define MSG_TUNE _UxGT("Régler")
|
|
203
|
+#define MSG_PREPARE _UxGT("Preparer")
|
|
204
|
+#define MSG_TUNE _UxGT("Regler")
|
206
|
205
|
#define MSG_PAUSE_PRINT _UxGT("Interrompre impr.")
|
207
|
206
|
#define MSG_RESUME_PRINT _UxGT("Reprendre impr.")
|
208
|
|
-#define MSG_STOP_PRINT _UxGT("Arrêter impr.")
|
|
207
|
+#define MSG_STOP_PRINT _UxGT("Arreter impr.")
|
209
|
208
|
#define MSG_CARD_MENU _UxGT("Impr. depuis SD")
|
210
|
209
|
#define MSG_NO_CARD _UxGT("Pas de carte")
|
211
|
210
|
#define MSG_DWELL _UxGT("Repos...")
|
212
|
211
|
#define MSG_USERWAIT _UxGT("Atten. de l'util.")
|
213
|
212
|
#define MSG_PRINT_PAUSED _UxGT("Impr. en pause")
|
214
|
213
|
#define MSG_RESUMING _UxGT("Repri. de l'impr.")
|
215
|
|
-#define MSG_PRINT_ABORTED _UxGT("Impr. Annulée")
|
216
|
|
-#define MSG_NO_MOVE _UxGT("Moteurs bloqués.")
|
|
214
|
+#define MSG_PRINT_ABORTED _UxGT("Impr. Annulee")
|
|
215
|
+#define MSG_NO_MOVE _UxGT("Moteurs bloques.")
|
217
|
216
|
#define MSG_KILLED _UxGT("MORT.")
|
218
|
|
-#define MSG_STOPPED _UxGT("STOPPÉ.")
|
|
217
|
+#define MSG_STOPPED _UxGT("STOPPe.")
|
219
|
218
|
#define MSG_CONTROL_RETRACT _UxGT("Retraction mm")
|
220
|
219
|
#define MSG_CONTROL_RETRACT_SWAP _UxGT("Ech. Retr. mm")
|
221
|
|
-#define MSG_CONTROL_RETRACTF _UxGT("Rétraction V")
|
|
220
|
+#define MSG_CONTROL_RETRACTF _UxGT("Retraction V")
|
222
|
221
|
#define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Saut Z mm")
|
223
|
222
|
#define MSG_CONTROL_RETRACT_RECOVER _UxGT("UnRet mm")
|
224
|
223
|
#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Ech. UnRet mm")
|
225
|
224
|
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet V")
|
226
|
|
-#define MSG_AUTORETRACT _UxGT("Rétract. Auto.")
|
|
225
|
+#define MSG_AUTORETRACT _UxGT("Retract. Auto.")
|
227
|
226
|
#define MSG_FILAMENTCHANGE _UxGT("Changer filament")
|
228
|
227
|
#define MSG_INIT_SDCARD _UxGT("Init. la carte SD")
|
229
|
228
|
#define MSG_CNG_SDCARD _UxGT("Changer de carte")
|
230
|
|
-#define MSG_ZPROBE_OUT _UxGT("Z sonde extè. lit")
|
|
229
|
+#define MSG_ZPROBE_OUT _UxGT("Z sonde exte. lit")
|
231
|
230
|
#define MSG_BLTOUCH _UxGT("BLTouch")
|
232
|
231
|
#define MSG_BLTOUCH_SELFTEST _UxGT("Autotest BLTouch")
|
233
|
232
|
#define MSG_BLTOUCH_RESET _UxGT("RaZ BLTouch")
|
234
|
|
-#define MSG_BLTOUCH_DEPLOY _UxGT("Déployer BLTouch")
|
|
233
|
+#define MSG_BLTOUCH_DEPLOY _UxGT("Deployer BLTouch")
|
235
|
234
|
#define MSG_BLTOUCH_STOW _UxGT("Ranger BLTouch")
|
236
|
235
|
#define MSG_HOME _UxGT("Origine") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
237
|
236
|
#define MSG_FIRST _UxGT("Premier")
|
238
|
|
-#define MSG_ZPROBE_ZOFFSET _UxGT("Décalage Z")
|
|
237
|
+#define MSG_ZPROBE_ZOFFSET _UxGT("Decalage Z")
|
239
|
238
|
#define MSG_BABYSTEP_X _UxGT("Babystep X")
|
240
|
239
|
#define MSG_BABYSTEP_Y _UxGT("Babystep Y")
|
241
|
240
|
#define MSG_BABYSTEP_Z _UxGT("Babystep Z")
|
242
|
|
-#define MSG_ENDSTOP_ABORT _UxGT("Butée abandon")
|
|
241
|
+#define MSG_ENDSTOP_ABORT _UxGT("Butee abandon")
|
243
|
242
|
#define MSG_HEATING_FAILED_LCD _UxGT("Erreur de chauffe")
|
244
|
243
|
#define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: TEMP. REDONDANT")
|
245
|
244
|
#define MSG_THERMAL_RUNAWAY _UxGT("EMBALLEMENT THERM.")
|
|
@@ -249,16 +248,16 @@
|
249
|
248
|
#define MSG_ERR_MINTEMP_BED _UxGT("Err: TEMP. MIN LIT")
|
250
|
249
|
#define MSG_ERR_Z_HOMING _UxGT("G28 Z interdit")
|
251
|
250
|
|
252
|
|
-#define MSG_HALTED _UxGT("IMPR. STOPPÉE")
|
|
251
|
+#define MSG_HALTED _UxGT("IMPR. STOPPeE")
|
253
|
252
|
#define MSG_PLEASE_RESET _UxGT("RaZ. SVP")
|
254
|
253
|
#define MSG_SHORT_DAY _UxGT("j") // One character only
|
255
|
254
|
#define MSG_SHORT_HOUR _UxGT("h") // One character only
|
256
|
255
|
#define MSG_SHORT_MINUTE _UxGT("m") // One character only
|
257
|
256
|
|
258
|
257
|
#define MSG_HEATING _UxGT("En chauffe...")
|
259
|
|
-#define MSG_HEATING_COMPLETE _UxGT("Chauffe terminée")
|
|
258
|
+#define MSG_HEATING_COMPLETE _UxGT("Chauffe terminee")
|
260
|
259
|
#define MSG_BED_HEATING _UxGT("Lit en chauffe..")
|
261
|
|
-#define MSG_BED_DONE _UxGT("Chauffe lit terminée")
|
|
260
|
+#define MSG_BED_DONE _UxGT("Chauffe lit terminee")
|
262
|
261
|
#define MSG_DELTA_CALIBRATE _UxGT("Calibration Delta")
|
263
|
262
|
#define MSG_DELTA_CALIBRATE_X _UxGT("Calibrer X")
|
264
|
263
|
#define MSG_DELTA_CALIBRATE_Y _UxGT("Calibrer Y")
|
|
@@ -269,10 +268,10 @@
|
269
|
268
|
|
270
|
269
|
#define MSG_INFO_MENU _UxGT("Infos imprimante")
|
271
|
270
|
#define MSG_INFO_PRINTER_MENU _UxGT("Infos imprimante")
|
272
|
|
-#define MSG_3POINT_LEVELING _UxGT("Niveau à 3 points")
|
273
|
|
-#define MSG_LINEAR_LEVELING _UxGT("Niveau linéaire")
|
274
|
|
-#define MSG_BILINEAR_LEVELING _UxGT("Niveau bilinéaire")
|
275
|
|
-#define MSG_UBL_LEVELING _UxGT("Niveau lit unifié")
|
|
271
|
+#define MSG_3POINT_LEVELING _UxGT("Niveau a 3 points")
|
|
272
|
+#define MSG_LINEAR_LEVELING _UxGT("Niveau lineaire")
|
|
273
|
+#define MSG_BILINEAR_LEVELING _UxGT("Niveau bilineaire")
|
|
274
|
+#define MSG_UBL_LEVELING _UxGT("Niveau lit unifie")
|
276
|
275
|
#define MSG_MESH_LEVELING _UxGT("Niveau maillage")
|
277
|
276
|
#define MSG_INFO_STATS_MENU _UxGT("Stats. imprimante")
|
278
|
277
|
#define MSG_INFO_BOARD_MENU _UxGT("Infos carte")
|
|
@@ -280,18 +279,18 @@
|
280
|
279
|
#define MSG_INFO_EXTRUDERS _UxGT("Extrudeurs")
|
281
|
280
|
#define MSG_INFO_BAUDRATE _UxGT("Baud")
|
282
|
281
|
#define MSG_INFO_PROTOCOL _UxGT("Protocole")
|
283
|
|
-#define MSG_CASE_LIGHT _UxGT("Lumière caisson")
|
284
|
|
-#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Luminosité")
|
|
282
|
+#define MSG_CASE_LIGHT _UxGT("Lumiere caisson")
|
|
283
|
+#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Luminosite")
|
285
|
284
|
|
286
|
285
|
#if LCD_WIDTH >= 20
|
287
|
286
|
#define MSG_INFO_PRINT_COUNT _UxGT("Nbre impressions")
|
288
|
|
- #define MSG_INFO_COMPLETED_PRINTS _UxGT("Terminées")
|
|
287
|
+ #define MSG_INFO_COMPLETED_PRINTS _UxGT("Terminees")
|
289
|
288
|
#define MSG_INFO_PRINT_TIME _UxGT("Tps impr. total")
|
290
|
289
|
#define MSG_INFO_PRINT_LONGEST _UxGT("Impr. la + longue")
|
291
|
290
|
#define MSG_INFO_PRINT_FILAMENT _UxGT("Total filament")
|
292
|
291
|
#else
|
293
|
292
|
#define MSG_INFO_PRINT_COUNT _UxGT("Impressions")
|
294
|
|
- #define MSG_INFO_COMPLETED_PRINTS _UxGT("Terminées")
|
|
293
|
+ #define MSG_INFO_COMPLETED_PRINTS _UxGT("Terminees")
|
295
|
294
|
#define MSG_INFO_PRINT_TIME _UxGT("Total")
|
296
|
295
|
#define MSG_INFO_PRINT_LONGEST _UxGT("+ long")
|
297
|
296
|
#define MSG_INFO_PRINT_FILAMENT _UxGT("Filament")
|
|
@@ -313,12 +312,12 @@
|
313
|
312
|
|
314
|
313
|
#if LCD_HEIGHT >= 4
|
315
|
314
|
// Up to 3 lines allowed
|
316
|
|
- #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Attente Démarrage")
|
|
315
|
+ #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Attente Demarrage")
|
317
|
316
|
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("du filament")
|
318
|
317
|
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("changer")
|
319
|
318
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("attente de")
|
320
|
|
- #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("décharger filament")
|
321
|
|
- #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("insérer filament")
|
|
319
|
+ #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("decharger filament")
|
|
320
|
+ #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("inserer filament")
|
322
|
321
|
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("et app. bouton")
|
323
|
322
|
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("pour continuer...")
|
324
|
323
|
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Presser le bouton...")
|
|
@@ -335,7 +334,7 @@
|
335
|
334
|
// Up to 2 lines allowed
|
336
|
335
|
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Patientez...")
|
337
|
336
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejection...")
|
338
|
|
- #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insérer et clic")
|
|
337
|
+ #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserer et clic")
|
339
|
338
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Chargement...")
|
340
|
339
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Extrusion...")
|
341
|
340
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Reprise...")
|