Browse Source

Some omitted french translation

Gege2B 8 years ago
parent
commit
4ea45d5c56
1 changed files with 15 additions and 11 deletions
  1. 15
    11
      Marlin/language_fr.h

+ 15
- 11
Marlin/language_fr.h View File

42
 #define MSG_MAIN                            "Menu principal"
42
 #define MSG_MAIN                            "Menu principal"
43
 #define MSG_AUTOSTART                       "Demarrage auto"
43
 #define MSG_AUTOSTART                       "Demarrage auto"
44
 #define MSG_DISABLE_STEPPERS                "Arreter moteurs"
44
 #define MSG_DISABLE_STEPPERS                "Arreter moteurs"
45
-#define MSG_AUTO_HOME                       "Home auto."
46
-#define MSG_LEVEL_BED_HOMING                "Homing XYZ"
47
-#define MSG_SET_HOME_OFFSETS                "Set home offsets"
45
+#define MSG_AUTO_HOME                       "Origine auto."
46
+#define MSG_LEVEL_BED_HOMING                "Origine XYZ"
47
+#define MSG_LEVEL_BED_WAITING               "Cliquer pour commencer"
48
+#define MSG_LEVEL_BED_DONE                  "Mise a niveau OK!"
49
+#define MSG_LEVEL_BED_CANCEL                "Annuler"
50
+#define MSG_SET_HOME_OFFSETS                "Regler decal. origine"
51
+#define MSG_HOME_OFFSETS_APPLIED            "Decalages appliques"
48
 #define MSG_SET_ORIGIN                      "Regler origine"
52
 #define MSG_SET_ORIGIN                      "Regler origine"
49
 #define MSG_PREHEAT_PLA                     "Prechauffage PLA"
53
 #define MSG_PREHEAT_PLA                     "Prechauffage PLA"
50
 #define MSG_PREHEAT_PLA_N                   "Prechauff. PLA "
54
 #define MSG_PREHEAT_PLA_N                   "Prechauff. PLA "
106
 #define MSG_TEMPERATURE                     "Temperature"
110
 #define MSG_TEMPERATURE                     "Temperature"
107
 #define MSG_MOTION                          "Mouvement"
111
 #define MSG_MOTION                          "Mouvement"
108
 #define MSG_VOLUMETRIC                      "Filament"
112
 #define MSG_VOLUMETRIC                      "Filament"
109
-#define MSG_VOLUMETRIC_ENABLED              "E in mm3"
110
-#define MSG_FILAMENT_DIAM                   "Fil. Dia."
113
+#define MSG_VOLUMETRIC_ENABLED              "E en mm3"
114
+#define MSG_FILAMENT_DIAM                   "Diam. Fil."
111
 #define MSG_CONTRAST                        "Contraste LCD"
115
 #define MSG_CONTRAST                        "Contraste LCD"
112
 #define MSG_STORE_EPROM                     "Sauver config"
116
 #define MSG_STORE_EPROM                     "Sauver config"
113
 #define MSG_LOAD_EPROM                      "Lire config"
117
 #define MSG_LOAD_EPROM                      "Lire config"
141
 #define MSG_CNG_SDCARD                      "Changer de carte"
145
 #define MSG_CNG_SDCARD                      "Changer de carte"
142
 #define MSG_ZPROBE_OUT                      "Z sonde exte. lit"
146
 #define MSG_ZPROBE_OUT                      "Z sonde exte. lit"
143
 #define MSG_YX_UNHOMED                      "Rev. dans XY av.Z"
147
 #define MSG_YX_UNHOMED                      "Rev. dans XY av.Z"
144
-#define MSG_ZPROBE_ZOFFSET                  "Offset Z"
148
+#define MSG_ZPROBE_ZOFFSET                  "Decalage Z"
145
 #define MSG_BABYSTEP_X                      "Babystep X"
149
 #define MSG_BABYSTEP_X                      "Babystep X"
146
 #define MSG_BABYSTEP_Y                      "Babystep Y"
150
 #define MSG_BABYSTEP_Y                      "Babystep Y"
147
 #define MSG_BABYSTEP_Z                      "Babystep Z"
151
 #define MSG_BABYSTEP_Z                      "Babystep Z"
164
 
168
 
165
 
169
 
166
 #if ENABLED(DELTA_CALIBRATION_MENU)
170
 #if ENABLED(DELTA_CALIBRATION_MENU)
167
-  #define MSG_DELTA_CALIBRATE               "Delta Calibration"
168
-  #define MSG_DELTA_CALIBRATE_X             "Calibrate X"
169
-  #define MSG_DELTA_CALIBRATE_Y             "Calibrate Y"
170
-  #define MSG_DELTA_CALIBRATE_Z             "Calibrate Z"
171
-  #define MSG_DELTA_CALIBRATE_CENTER        "Calibrate Center"
171
+  #define MSG_DELTA_CALIBRATE               "Calibration Delta"
172
+  #define MSG_DELTA_CALIBRATE_X             "Calibrer X"
173
+  #define MSG_DELTA_CALIBRATE_Y             "Calibrer Y"
174
+  #define MSG_DELTA_CALIBRATE_Z             "Calibrer Z"
175
+  #define MSG_DELTA_CALIBRATE_CENTER        "Calibrer centre"
172
 #endif // DELTA_CALIBRATION_MENU
176
 #endif // DELTA_CALIBRATION_MENU
173
 
177
 
174
 #endif // LANGUAGE_FR_H
178
 #endif // LANGUAGE_FR_H

Loading…
Cancel
Save