Browse Source

Merge pull request #5066 from thinkyhead/rc_french_update

Updated french translation
Scott Lahteine 7 years ago
parent
commit
f0744fc815
1 changed files with 7 additions and 3 deletions
  1. 7
    3
      Marlin/language_fr.h

+ 7
- 3
Marlin/language_fr.h View File

@@ -130,7 +130,7 @@
130 130
 #define MSG_USERWAIT                        "Atten. de l'util."
131 131
 #define MSG_RESUMING                        "Repri. de l'impr."
132 132
 #define MSG_PRINT_ABORTED                   "Impr. Annulee"
133
-#define MSG_NO_MOVE                         "Aucun mouvement."
133
+#define MSG_NO_MOVE                         "Moteurs bloques."
134 134
 #define MSG_KILLED                          "MORT."
135 135
 #define MSG_STOPPED                         "STOPPE."
136 136
 #define MSG_CONTROL_RETRACT                 "Retraction mm"
@@ -145,6 +145,8 @@
145 145
 #define MSG_INIT_SDCARD                     "Init. la carte SD"
146 146
 #define MSG_CNG_SDCARD                      "Changer de carte"
147 147
 #define MSG_ZPROBE_OUT                      "Z sonde exte. lit"
148
+#define MSG_BLTOUCH_SELFTEST                "Autotest BLTouch"
149
+#define MSG_BLTOUCH_RESET                   "RaZ BLTouch"
148 150
 #define MSG_HOME                            "Origine"  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
149 151
 #define MSG_FIRST                           "Premier"
150 152
 #define MSG_ZPROBE_ZOFFSET                  "Decalage Z"
@@ -159,6 +161,7 @@
159 161
 #define MSG_ERR_MINTEMP                     "Err: TEMP. MIN"
160 162
 #define MSG_ERR_MAXTEMP_BED                 "Err: TEMP. MAX LIT"
161 163
 #define MSG_ERR_MINTEMP_BED                 "Err: TEMP. MIN LIT"
164
+#define MSG_ERR_Z_HOMING                    "G28 Z interdit"
162 165
 
163 166
 #define MSG_HALTED                          "IMPR. STOPPEE"
164 167
 #define MSG_PLEASE_RESET                    "RaZ. SVP"
@@ -189,7 +192,6 @@
189 192
 #if LCD_WIDTH > 19
190 193
   #define MSG_INFO_PRINT_COUNT              "Nbre impressions"
191 194
   #define MSG_INFO_COMPLETED_PRINTS         "Terminees"
192
-  #define MSG_INFO_PRINT_TIME               "Tps impr. total"
193 195
   #define MSG_INFO_PRINT_LONGEST            "Impr. la + longue"
194 196
   #define MSG_INFO_PRINT_FILAMENT           "Total filament"
195 197
 #else
@@ -203,7 +205,9 @@
203 205
 #define MSG_INFO_MIN_TEMP                   "Temp Min"
204 206
 #define MSG_INFO_MAX_TEMP                   "Temp Max"
205 207
 #define MSG_INFO_PSU                        "Alimentation"
206
-
208
+#define MSG_DRIVE_STRENGTH                  "Puiss. moteur "
209
+#define MSG_DAC_PERCENT                     "Driver %"
210
+#define MSG_DAC_EEPROM_WRITE                "DAC EEPROM sauv."
207 211
 #define MSG_FILAMENT_CHANGE_HEADER          "CHANGER FILAMENT"
208 212
 #define MSG_FILAMENT_CHANGE_OPTION_HEADER   "CHANGER OPTIONS:"
209 213
 #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE  "+ extrusion"

Loading…
Cancel
Save