Browse Source

French translation : Added missing strings as well as missing accents

Gege2B 7 years ago
parent
commit
22dfcc9a71
1 changed files with 67 additions and 63 deletions
  1. 67
    63
      Marlin/language_fr.h

+ 67
- 63
Marlin/language_fr.h View File

@@ -32,13 +32,15 @@
32 32
 
33 33
 #define DISPLAY_CHARSET_ISO10646_1
34 34
 
35
-#define WELCOME_MSG                         MACHINE_NAME _UxGT(" prete.")
36
-#define MSG_SD_INSERTED                     _UxGT("Carte inseree")
37
-#define MSG_SD_REMOVED                      _UxGT("Carte retiree")
35
+#define WELCOME_MSG                         MACHINE_NAME _UxGT(" prête.")
36
+#define MSG_SD_INSERTED                     _UxGT("Carte insérée")
37
+#define MSG_SD_REMOVED                      _UxGT("Carte retirée")
38 38
 #define MSG_LCD_ENDSTOPS                    _UxGT("Butées") // Max length 8 characters
39 39
 #define MSG_MAIN                            _UxGT("Menu principal")
40 40
 #define MSG_AUTOSTART                       _UxGT("Demarrage auto")
41
-#define MSG_DISABLE_STEPPERS                _UxGT("Arreter moteurs")
41
+#define MSG_DISABLE_STEPPERS                _UxGT("Arrêter moteurs")
42
+#define MSG_DEBUG_MENU                      _UxGT("Menu debug")
43
+#define MSG_PROGRESS_BAR_TEST               _UxGT("Test barre progression")
42 44
 #define MSG_AUTO_HOME                       _UxGT("Origine auto.")
43 45
 #define MSG_AUTO_HOME_X                     _UxGT("Origine X Auto.")
44 46
 #define MSG_AUTO_HOME_Y                     _UxGT("Origine Y Auto.")
@@ -46,54 +48,56 @@
46 48
 #define MSG_LEVEL_BED_HOMING                _UxGT("Origine XYZ")
47 49
 #define MSG_LEVEL_BED_WAITING               _UxGT("Clic pour commencer")
48 50
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Point suivant")
49
-#define MSG_LEVEL_BED_DONE                  _UxGT("Mise a niveau OK!")
51
+#define MSG_LEVEL_BED_DONE                  _UxGT("Mise à niveau OK!")
50 52
 #define MSG_LEVEL_BED_CANCEL                _UxGT("Annuler")
51
-#define MSG_SET_HOME_OFFSETS                _UxGT("Regl. decal. origine")
52
-#define MSG_HOME_OFFSETS_APPLIED            _UxGT("Decalages appliques")
53
-#define MSG_SET_ORIGIN                      _UxGT("Regler origine")
54
-#define MSG_PREHEAT_1                       _UxGT("Prechauffage PLA")
55
-#define MSG_PREHEAT_1_N                     _UxGT("Prechauff. PLA ")
56
-#define MSG_PREHEAT_1_ALL                   _UxGT("Prech. PLA Tout")
57
-#define MSG_PREHEAT_1_BEDONLY               _UxGT("Prech. PLA Plateau")
53
+#define MSG_SET_HOME_OFFSETS                _UxGT("Regl. décal. origine")
54
+#define MSG_HOME_OFFSETS_APPLIED            _UxGT("Décalages appliqués")
55
+#define MSG_SET_ORIGIN                      _UxGT("Régler origine")
56
+#define MSG_PREHEAT_1                       _UxGT("Préchauffage PLA")
57
+#define MSG_PREHEAT_1_N                     _UxGT("Préchauff. PLA ")
58
+#define MSG_PREHEAT_1_ALL                   _UxGT("Préch. PLA Tout")
59
+#define MSG_PREHEAT_1_BEDONLY               _UxGT("Préch. PLA lit")
58 60
 #define MSG_PREHEAT_1_SETTINGS              _UxGT("Regl. prech. PLA")
59
-#define MSG_PREHEAT_2                       _UxGT("Prechauffage ABS")
60
-#define MSG_PREHEAT_2_N                     _UxGT("Prechauff. ABS ")
61
-#define MSG_PREHEAT_2_ALL                   _UxGT("Prech. ABS Tout")
62
-#define MSG_PREHEAT_2_BEDONLY               _UxGT("Prech. ABS Plateau")
61
+#define MSG_PREHEAT_2                       _UxGT("Préchauffage ABS")
62
+#define MSG_PREHEAT_2_N                     _UxGT("Préchauff. ABS ")
63
+#define MSG_PREHEAT_2_ALL                   _UxGT("Préch. ABS Tout")
64
+#define MSG_PREHEAT_2_BEDONLY               _UxGT("Préch. ABS lit")
63 65
 #define MSG_PREHEAT_2_SETTINGS              _UxGT("Regl. prech. ABS")
64 66
 #define MSG_COOLDOWN                        _UxGT("Refroidir")
65 67
 #define MSG_SWITCH_PS_ON                    _UxGT("Allumer alim.")
66
-#define MSG_SWITCH_PS_OFF                   _UxGT("Eteindre alim.")
67
-#define MSG_EXTRUDE                         _UxGT("Extrusion")
68
-#define MSG_RETRACT                         _UxGT("Retraction")
69
-#define MSG_MOVE_AXIS                       _UxGT("Deplacer un axe")
70
-#define MSG_LEVEL_BED                       _UxGT("Regl. Niv. Plateau")
71
-#define MSG_MOVE_X                          _UxGT("Depl. X")
72
-#define MSG_MOVE_Y                          _UxGT("Depl. Y")
73
-#define MSG_MOVE_Z                          _UxGT("Depl. Z")
68
+#define MSG_SWITCH_PS_OFF                   _UxGT("Éteindre alim.")
69
+#define MSG_EXTRUDE                         _UxGT("Éxtrusion")
70
+#define MSG_RETRACT                         _UxGT("Rétraction")
71
+#define MSG_MOVE_AXIS                       _UxGT("Déplacer un axe")
72
+#define MSG_LEVEL_BED                       _UxGT("Règl. Niv. lit")
73
+#define MSG_MOVING                          _UxGT("Déplacement...")
74
+#define MSG_FREE_XY                         _UxGT("Débloquer XY")
75
+#define MSG_MOVE_X                          _UxGT("Dépl. X")
76
+#define MSG_MOVE_Y                          _UxGT("Dépl. Y")
77
+#define MSG_MOVE_Z                          _UxGT("Dépl. Z")
74 78
 #define MSG_MOVE_E                          _UxGT("Extruder")
75
-#define MSG_MOVE_01MM                       _UxGT("Depl. 0.1mm")
76
-#define MSG_MOVE_1MM                        _UxGT("Depl. 1mm")
77
-#define MSG_MOVE_10MM                       _UxGT("Depl. 10mm")
79
+#define MSG_MOVE_01MM                       _UxGT("Dépl. 0.1mm")
80
+#define MSG_MOVE_1MM                        _UxGT("Dépl. 1mm")
81
+#define MSG_MOVE_10MM                       _UxGT("Dépl. 10mm")
78 82
 #define MSG_SPEED                           _UxGT(" Vitesse")
79
-#define MSG_BED_Z                           _UxGT("Plateau Z")
83
+#define MSG_BED_Z                           _UxGT("Lit Z")
80 84
 #define MSG_NOZZLE                          _UxGT("Buse")
81
-#define MSG_BED                             _UxGT("Plateau")
85
+#define MSG_BED                             _UxGT("Lit")
82 86
 #define MSG_FAN_SPEED                       _UxGT("Vitesse ventil.")
83 87
 #define MSG_FLOW                            _UxGT("Flux")
84
-#define MSG_CONTROL                         _UxGT("Controler")
88
+#define MSG_CONTROL                         _UxGT("Contrôler")
85 89
 #define MSG_MIN                             LCD_STR_THERMOMETER _UxGT(" Min")
86 90
 #define MSG_MAX                             LCD_STR_THERMOMETER _UxGT(" Max")
87 91
 #define MSG_FACTOR                          LCD_STR_THERMOMETER _UxGT(" Facteur")
88 92
 #define MSG_AUTOTEMP                        _UxGT("Temp. Auto.")
89 93
 #define MSG_ON                              _UxGT("Marche ")
90
-#define MSG_OFF                             _UxGT("Arret")
94
+#define MSG_OFF                             _UxGT("Arrêt")
91 95
 #define MSG_PID_P                           _UxGT("PID-P")
92 96
 #define MSG_PID_I                           _UxGT("PID-I")
93 97
 #define MSG_PID_D                           _UxGT("PID-D")
94 98
 #define MSG_PID_C                           _UxGT("PID-C")
95
-#define MSG_SELECT                          _UxGT("Selectionner")
96
-#define MSG_ACC                             _UxGT("Acceleration")
99
+#define MSG_SELECT                          _UxGT("Sélectionner")
100
+#define MSG_ACC                             _UxGT("Accélération")
97 101
 #define MSG_VX_JERK                         _UxGT("Vx-jerk")
98 102
 #define MSG_VY_JERK                         _UxGT("Vy-jerk")
99 103
 #define MSG_VZ_JERK                         _UxGT("Vz-jerk")
@@ -103,7 +107,7 @@
103 107
 #define MSG_VTRAV_MIN                       _UxGT("Vdepl min")
104 108
 #define MSG_AMAX                            _UxGT("Amax ")
105 109
 #define MSG_A_RETRACT                       _UxGT("A-retract")
106
-#define MSG_A_TRAVEL                        _UxGT("A-Depl.")
110
+#define MSG_A_TRAVEL                        _UxGT("A-Dépl.")
107 111
 #define MSG_XSTEPS                          _UxGT("Xpas/mm")
108 112
 #define MSG_YSTEPS                          _UxGT("Ypas/mm")
109 113
 #define MSG_ZSTEPS                          _UxGT("Zpas/mm")
@@ -112,7 +116,7 @@
112 116
 #define MSG_E2STEPS                         _UxGT("E2pas/mm")
113 117
 #define MSG_E3STEPS                         _UxGT("E3pas/mm")
114 118
 #define MSG_E4STEPS                         _UxGT("E4pas/mm")
115
-#define MSG_TEMPERATURE                     _UxGT("Temperature")
119
+#define MSG_TEMPERATURE                     _UxGT("Tempzrature")
116 120
 #define MSG_MOTION                          _UxGT("Mouvement")
117 121
 #define MSG_VOLUMETRIC                      _UxGT("Filament")
118 122
 #define MSG_VOLUMETRIC_ENABLED              _UxGT("E en mm3")
@@ -120,44 +124,44 @@
120 124
 #define MSG_CONTRAST                        _UxGT("Contraste LCD")
121 125
 #define MSG_STORE_EPROM                     _UxGT("Sauver config")
122 126
 #define MSG_LOAD_EPROM                      _UxGT("Lire config")
123
-#define MSG_RESTORE_FAILSAFE                _UxGT("Restaurer defauts")
127
+#define MSG_RESTORE_FAILSAFE                _UxGT("Restaurer défauts")
124 128
 #define MSG_REFRESH                         _UxGT("Actualiser")
125 129
 #define MSG_WATCH                           _UxGT("Surveiller")
126
-#define MSG_PREPARE                         _UxGT("Preparer")
127
-#define MSG_TUNE                            _UxGT("Regler")
130
+#define MSG_PREPARE                         _UxGT("Préparer")
131
+#define MSG_TUNE                            _UxGT("Régler")
128 132
 #define MSG_PAUSE_PRINT                     _UxGT("Interrompre impr.")
129 133
 #define MSG_RESUME_PRINT                    _UxGT("Reprendre impr.")
130
-#define MSG_STOP_PRINT                      _UxGT("Arreter impr.")
134
+#define MSG_STOP_PRINT                      _UxGT("Arrêter impr.")
131 135
 #define MSG_CARD_MENU                       _UxGT("Impr. depuis SD")
132 136
 #define MSG_NO_CARD                         _UxGT("Pas de carte")
133 137
 #define MSG_DWELL                           _UxGT("Repos...")
134 138
 #define MSG_USERWAIT                        _UxGT("Atten. de l'util.")
135 139
 #define MSG_RESUMING                        _UxGT("Repri. de l'impr.")
136
-#define MSG_PRINT_ABORTED                   _UxGT("Impr. Annulee")
137
-#define MSG_NO_MOVE                         _UxGT("Moteurs bloques.")
140
+#define MSG_PRINT_ABORTED                   _UxGT("Impr. Annulée")
141
+#define MSG_NO_MOVE                         _UxGT("Moteurs bloqués.")
138 142
 #define MSG_KILLED                          _UxGT("MORT.")
139
-#define MSG_STOPPED                         _UxGT("STOPPE.")
143
+#define MSG_STOPPED                         _UxGT("STOPPÉ.")
140 144
 #define MSG_CONTROL_RETRACT                 _UxGT("Retraction mm")
141 145
 #define MSG_CONTROL_RETRACT_SWAP            _UxGT("Ech. Retr. mm")
142
-#define MSG_CONTROL_RETRACTF                _UxGT("Retraction V")
143
-#define MSG_CONTROL_RETRACT_ZLIFT           _UxGT("Hop mm")
146
+#define MSG_CONTROL_RETRACTF                _UxGT("Rétraction V")
147
+#define MSG_CONTROL_RETRACT_ZLIFT           _UxGT("Saut Z mm")
144 148
 #define MSG_CONTROL_RETRACT_RECOVER         _UxGT("UnRet mm")
145 149
 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    _UxGT("Ech. UnRet mm")
146 150
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("UnRet V")
147
-#define MSG_AUTORETRACT                     _UxGT("Retract. Auto.")
151
+#define MSG_AUTORETRACT                     _UxGT("Rétract. Auto.")
148 152
 #define MSG_FILAMENTCHANGE                  _UxGT("Changer filament")
149 153
 #define MSG_INIT_SDCARD                     _UxGT("Init. la carte SD")
150 154
 #define MSG_CNG_SDCARD                      _UxGT("Changer de carte")
151
-#define MSG_ZPROBE_OUT                      _UxGT("Z sonde exte. lit")
155
+#define MSG_ZPROBE_OUT                      _UxGT("Z sonde extè. lit")
152 156
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Autotest BLTouch")
153 157
 #define MSG_BLTOUCH_RESET                   _UxGT("RaZ BLTouch")
154 158
 #define MSG_HOME                            _UxGT("Origine")  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
155 159
 #define MSG_FIRST                           _UxGT("Premier")
156
-#define MSG_ZPROBE_ZOFFSET                  _UxGT("Decalage Z")
160
+#define MSG_ZPROBE_ZOFFSET                  _UxGT("Décalage Z")
157 161
 #define MSG_BABYSTEP_X                      _UxGT("Babystep X")
158 162
 #define MSG_BABYSTEP_Y                      _UxGT("Babystep Y")
159 163
 #define MSG_BABYSTEP_Z                      _UxGT("Babystep Z")
160
-#define MSG_ENDSTOP_ABORT                   _UxGT("Butee abandon")
164
+#define MSG_ENDSTOP_ABORT                   _UxGT("Butée abandon")
161 165
 #define MSG_HEATING_FAILED_LCD              _UxGT("Erreur de chauffe")
162 166
 #define MSG_ERR_REDUNDANT_TEMP              _UxGT("Err: TEMP. REDONDANT")
163 167
 #define MSG_THERMAL_RUNAWAY                 _UxGT("EMBALLEMENT THERM.")
@@ -167,16 +171,16 @@
167 171
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: TEMP. MIN LIT")
168 172
 #define MSG_ERR_Z_HOMING                    _UxGT("G28 Z interdit")
169 173
 
170
-#define MSG_HALTED                          _UxGT("IMPR. STOPPEE")
174
+#define MSG_HALTED                          _UxGT("IMPR. STOPPÉE")
171 175
 #define MSG_PLEASE_RESET                    _UxGT("RaZ. SVP")
172 176
 #define MSG_SHORT_DAY                       _UxGT("j") // One character only
173 177
 #define MSG_SHORT_HOUR                      _UxGT("h") // One character only
174 178
 #define MSG_SHORT_MINUTE                    _UxGT("m") // One character only
175 179
 
176 180
 #define MSG_HEATING                         _UxGT("En chauffe...")
177
-#define MSG_HEATING_COMPLETE                _UxGT("Chauffe terminee")
178
-#define MSG_BED_HEATING                     _UxGT("Plateau en chauffe..")
179
-#define MSG_BED_DONE                        _UxGT("Chauffe lit terminee")
181
+#define MSG_HEATING_COMPLETE                _UxGT("Chauffe terminée")
182
+#define MSG_BED_HEATING                     _UxGT("Lit en chauffe..")
183
+#define MSG_BED_DONE                        _UxGT("Chauffe lit terminée")
180 184
 #define MSG_DELTA_CALIBRATE                 _UxGT("Calibration Delta")
181 185
 #define MSG_DELTA_CALIBRATE_X               _UxGT("Calibrer X")
182 186
 #define MSG_DELTA_CALIBRATE_Y               _UxGT("Calibrer Y")
@@ -188,21 +192,21 @@
188 192
 #define MSG_INFO_STATS_MENU                 _UxGT("Stats. imprimante")
189 193
 #define MSG_INFO_BOARD_MENU                 _UxGT("Infos carte")
190 194
 #define MSG_INFO_THERMISTOR_MENU            _UxGT("Thermistors")
191
-#define MSG_INFO_EXTRUDERS                  _UxGT("Extruders")
195
+#define MSG_INFO_EXTRUDERS                  _UxGT("Extrudeurs")
192 196
 #define MSG_INFO_BAUDRATE                   _UxGT("Baud")
193 197
 #define MSG_INFO_PROTOCOL                   _UxGT("Protocole")
194
-#define MSG_LIGHTS_ON                       _UxGT("Allumer boitier")
195
-#define MSG_LIGHTS_OFF                      _UxGT("Eteindre boitier")
198
+#define MSG_LIGHTS_ON                       _UxGT("Allumer boîtier")
199
+#define MSG_LIGHTS_OFF                      _UxGT("Eteindre boîtier")
196 200
 
197 201
 #if LCD_WIDTH >= 20
198 202
   #define MSG_INFO_PRINT_COUNT              _UxGT("Nbre impressions")
199
-  #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Terminees")
203
+  #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Terminées")
200 204
   #define MSG_INFO_PRINT_TIME               _UxGT("Tps impr. total")
201 205
   #define MSG_INFO_PRINT_LONGEST            _UxGT("Impr. la + longue")
202 206
   #define MSG_INFO_PRINT_FILAMENT           _UxGT("Total filament")
203 207
 #else
204 208
   #define MSG_INFO_PRINT_COUNT              _UxGT("Impressions")
205
-  #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Terminees")
209
+  #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Terminées")
206 210
   #define MSG_INFO_PRINT_TIME               _UxGT("Total")
207 211
   #define MSG_INFO_PRINT_LONGEST            _UxGT("+ long")
208 212
   #define MSG_INFO_PRINT_FILAMENT           _UxGT("Filament")
@@ -222,25 +226,25 @@
222 226
 
223 227
 #if LCD_HEIGHT >= 4
224 228
   // Up to 3 lines allowed
225
-  #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Attente Demarrage")
229
+  #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Attente Démarrage")
226 230
   #define MSG_FILAMENT_CHANGE_INIT_2          _UxGT("du filament")
227 231
   #define MSG_FILAMENT_CHANGE_INIT_3          _UxGT("changer")
228 232
   #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("attente de")
229
-  #define MSG_FILAMENT_CHANGE_UNLOAD_2        _UxGT("decharger filament")
230
-  #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("inserer filament")
233
+  #define MSG_FILAMENT_CHANGE_UNLOAD_2        _UxGT("décharger filament")
234
+  #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("insérer filament")
231 235
   #define MSG_FILAMENT_CHANGE_INSERT_2        _UxGT("et app. bouton")
232 236
   #define MSG_FILAMENT_CHANGE_INSERT_3        _UxGT("pour continuer...")
233 237
   #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("attente de")
234
-  #define MSG_FILAMENT_CHANGE_LOAD_2          _UxGT("charger filament")
238
+  #define MSG_FILAMENT_CHANGE_LOAD_2          _UxGT("chargement filament")
235 239
   #define MSG_FILAMENT_CHANGE_EXTRUDE_1       _UxGT("attente de")
236
-  #define MSG_FILAMENT_CHANGE_EXTRUDE_2       _UxGT("extrusion fil.")
240
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_2       _UxGT("extrusion filament")
237 241
   #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("attente impression")
238 242
   #define MSG_FILAMENT_CHANGE_RESUME_2        _UxGT("pour reprendre")
239 243
 #else // LCD_HEIGHT < 4
240 244
   // Up to 2 lines allowed
241 245
   #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Patientez...")
242 246
   #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Ejection...")
243
-  #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Inserer et click")
247
+  #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Insérer et clic")
244 248
   #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Chargement...")
245 249
   #define MSG_FILAMENT_CHANGE_EXTRUDE_1       _UxGT("Extrusion...")
246 250
   #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("Reprise...")

Loading…
Cancel
Save