Browse Source

Fix for the PR #5066 (Updated french translation)

MSG_INFO_PRINT_TIME is still being used
esenapaj 7 years ago
parent
commit
e50992694f
1 changed files with 6 additions and 5 deletions
  1. 6
    5
      Marlin/language_fr.h

+ 6
- 5
Marlin/language_fr.h View File

@@ -192,14 +192,15 @@
192 192
 #if LCD_WIDTH > 19
193 193
   #define MSG_INFO_PRINT_COUNT              "Nbre impressions"
194 194
   #define MSG_INFO_COMPLETED_PRINTS         "Terminees"
195
+  #define MSG_INFO_PRINT_TIME               "Tps impr. total"
195 196
   #define MSG_INFO_PRINT_LONGEST            "Impr. la + longue"
196 197
   #define MSG_INFO_PRINT_FILAMENT           "Total filament"
197 198
 #else
198
-    #define MSG_INFO_PRINT_COUNT              "Impressions"
199
-    #define MSG_INFO_COMPLETED_PRINTS         "Terminees"
200
-    #define MSG_INFO_PRINT_TIME               "Total"
201
-    #define MSG_INFO_PRINT_LONGEST            "+ long"
202
-    #define MSG_INFO_PRINT_FILAMENT           "Filament"
199
+  #define MSG_INFO_PRINT_COUNT              "Impressions"
200
+  #define MSG_INFO_COMPLETED_PRINTS         "Terminees"
201
+  #define MSG_INFO_PRINT_TIME               "Total"
202
+  #define MSG_INFO_PRINT_LONGEST            "+ long"
203
+  #define MSG_INFO_PRINT_FILAMENT           "Filament"
203 204
 #endif
204 205
 
205 206
 #define MSG_INFO_MIN_TEMP                   "Temp Min"

Loading…
Cancel
Save