Browse Source

French translation

Gege2B 8 years ago
parent
commit
34bf9530c0
1 changed files with 14 additions and 4 deletions
  1. 14
    4
      Marlin/language_fr.h

+ 14
- 4
Marlin/language_fr.h View File

@@ -44,11 +44,7 @@
44 44
 #define MSG_DISABLE_STEPPERS                "Arreter moteurs"
45 45
 #define MSG_AUTO_HOME                       "Home auto."
46 46
 #define MSG_LEVEL_BED_HOMING                "Homing XYZ"
47
-#define MSG_LEVEL_BED_WAITING               "Click to Begin"
48
-#define MSG_LEVEL_BED_DONE                  "Leveling Done!"
49
-#define MSG_LEVEL_BED_CANCEL                "Cancel"
50 47
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
51
-#define MSG_HOME_OFFSETS_APPLIED            "Offsets applied"
52 48
 #define MSG_SET_ORIGIN                      "Regler origine"
53 49
 #define MSG_PREHEAT_PLA                     "Prechauffage PLA"
54 50
 #define MSG_PREHEAT_PLA_N                   "Prechauff. PLA "
@@ -152,6 +148,20 @@
152 148
 #define MSG_ENDSTOP_ABORT                   "Butee abandon"
153 149
 #define MSG_END_HOUR                        "heures"
154 150
 #define MSG_END_MINUTE                      "minutes"
151
+#define MSG_BED_Z                           "Plateau Z"
152
+#define MSG_A_TRAVEL                        "A-Depl."
153
+#define MSG_HEATING_FAILED_LCD              "Erreur de chauffe"
154
+#define MSG_ERR_REDUNDANT_TEMP              "Err: ERREUR TEMP. REDONDANTE"
155
+#define MSG_THERMAL_RUNAWAY                 "EMBALLEMENT THERMIQUE"
156
+#define MSG_ERR_MAXTEMP                     "Err: TEMP. MAX"
157
+#define MSG_ERR_MINTEMP                     "Err: TEMP. MIN"
158
+#define MSG_ERR_MAXTEMP_BED                 "Err: TEMP. MAX PLATEAU"
159
+#define MSG_ERR_MINTEMP_BED                 "Err: TEMP. MIN PLATEAU"
160
+#define MSG_HEATING                         "En chauffe..."
161
+#define MSG_HEATING_COMPLETE                "Chauffe terminee"
162
+#define MSG_BED_HEATING                     "Plateau en chauffe..."
163
+#define MSG_BED_DONE                        "Chauffe plateau terminee"
164
+
155 165
 
156 166
 #if ENABLED(DELTA_CALIBRATION_MENU)
157 167
   #define MSG_DELTA_CALIBRATE               "Delta Calibration"

Loading…
Cancel
Save