浏览代码

Correction traductions

Laurent DELAGE 10 年前
父节点
当前提交
e70e6e2b48
共有 1 个文件被更改,包括 8 次插入7 次删除
  1. 8
    7
      Marlin/language_fr.h

+ 8
- 7
Marlin/language_fr.h 查看文件

39
 #define MSG_EXTRUDE                         "Extrusion"
39
 #define MSG_EXTRUDE                         "Extrusion"
40
 #define MSG_RETRACT                         "Retraction"
40
 #define MSG_RETRACT                         "Retraction"
41
 #define MSG_MOVE_AXIS                       "Deplacer un axe"
41
 #define MSG_MOVE_AXIS                       "Deplacer un axe"
42
-#define MSG_MOVE_X                          "Move X"
43
-#define MSG_MOVE_Y                          "Move Y"
44
-#define MSG_MOVE_Z                          "Move Z"
42
+#define MSG_MOVE_X                          "Depl. X"
43
+#define MSG_MOVE_Y                          "Depl. Y"
44
+#define MSG_MOVE_Z                          "Depl. Z"
45
 #define MSG_MOVE_E                          "Extruder"
45
 #define MSG_MOVE_E                          "Extruder"
46
-#define MSG_MOVE_01MM                       "Move 0.1mm"
47
-#define MSG_MOVE_1MM                        "Move 1mm"
48
-#define MSG_MOVE_10MM                       "Move 10mm"
46
+#define MSG_MOVE_01MM                       "Depl. 0.1mm"
47
+#define MSG_MOVE_1MM                        "Depl. 1mm"
48
+#define MSG_MOVE_10MM                       "Depl. 10mm"
49
 #define MSG_SPEED                           " Vitesse"
49
 #define MSG_SPEED                           " Vitesse"
50
 #define MSG_NOZZLE                          "Buse"
50
 #define MSG_NOZZLE                          "Buse"
51
 #define MSG_BED                             "Plateau"
51
 #define MSG_BED                             "Plateau"
52
+#define MSG_LEVEL_BED                       "Regl. Niv. Plateau"
52
 #define MSG_FAN_SPEED                       "Vite. ventilateur"
53
 #define MSG_FAN_SPEED                       "Vite. ventilateur"
53
 #define MSG_FLOW                            "Flux"
54
 #define MSG_FLOW                            "Flux"
54
 #define MSG_CONTROL                         "Controler"
55
 #define MSG_CONTROL                         "Controler"
102
 #define MSG_DWELL                           "Repos..."
103
 #define MSG_DWELL                           "Repos..."
103
 #define MSG_USERWAIT                        "Atten. de l'util."
104
 #define MSG_USERWAIT                        "Atten. de l'util."
104
 #define MSG_RESUMING                        "Repri. de l'impr."
105
 #define MSG_RESUMING                        "Repri. de l'impr."
105
-#define MSG_PRINT_ABORTED                   "Print aborted"
106
+#define MSG_PRINT_ABORTED                   "Impr. Annulee"
106
 #define MSG_NO_MOVE                         "Aucun mouvement."
107
 #define MSG_NO_MOVE                         "Aucun mouvement."
107
 #define MSG_KILLED                          "MORT."
108
 #define MSG_KILLED                          "MORT."
108
 #define MSG_STOPPED                         "STOPPE."
109
 #define MSG_STOPPED                         "STOPPE."

正在加载...
取消
保存