Browse Source

french update, g26, usb (#15229)

french update for G26 and USB.
Tanguy Pruvot 4 years ago
parent
commit
3eacc3bfce
1 changed files with 15 additions and 0 deletions
  1. 15
    0
      Marlin/src/lcd/language/language_fr.h

+ 15
- 0
Marlin/src/lcd/language/language_fr.h View File

@@ -36,9 +36,14 @@
36 36
 #define MSG_YES                             _UxGT("Oui")
37 37
 #define MSG_NO                              _UxGT("Non")
38 38
 #define MSG_BACK                            _UxGT("Retour")
39
+#define MSG_MEDIA_ABORTING                  _UxGT("Annulation...")
39 40
 #define MSG_MEDIA_INSERTED                  _UxGT("Média inséré")
40 41
 #define MSG_MEDIA_REMOVED                   _UxGT("Média retiré")
41 42
 #define MSG_MEDIA_RELEASED                  _UxGT("Média libéré")
43
+#define MSG_MEDIA_WAITING                   _UxGT("Attente média")
44
+#define MSG_MEDIA_READ_ERROR                _UxGT("Err lecture média")
45
+#define MSG_MEDIA_USB_REMOVED               _UxGT("USB débranché")
46
+#define MSG_MEDIA_USB_FAILED                _UxGT("Erreur média USB")
42 47
 #define MSG_LCD_ENDSTOPS                    _UxGT("Butées")
43 48
 #define MSG_LCD_SOFT_ENDSTOPS               _UxGT("Butées SW")
44 49
 #define MSG_MAIN                            _UxGT("Menu principal")
@@ -89,6 +94,7 @@
89 94
 #define MSG_LEVEL_BED                       _UxGT("Niveau du lit")
90 95
 #define MSG_LEVEL_CORNERS                   _UxGT("Niveau des coins")
91 96
 #define MSG_NEXT_CORNER                     _UxGT("Coin suivant")
97
+#define MSG_MESH_EDITOR                     _UxGT("Edition Maillage")
92 98
 #define MSG_EDIT_MESH                       _UxGT("Modifier maille")
93 99
 #define MSG_EDITING_STOPPED                 _UxGT("Arrêt édit. maillage")
94 100
 #define MSG_PROBING_MESH                    _UxGT("Mesure point")
@@ -110,6 +116,13 @@
110 116
 #define MSG_X_OFFSET                        _UxGT("Buse 2 X")
111 117
 #define MSG_Y_OFFSET                        _UxGT("Buse 2 Y")
112 118
 #define MSG_Z_OFFSET                        _UxGT("Buse 2 Z")
119
+#define MSG_G26_HEATING_BED                 _UxGT("G26 Chauffe lit")
120
+#define MSG_G26_HEATING_NOZZLE              _UxGT("G26 Chauffe buse")
121
+#define MSG_G26_MANUAL_PRIME                _UxGT("Amorce manuelle...")
122
+#define MSG_G26_FIXED_LENGTH                _UxGT("Amorce longueur fixe")
123
+#define MSG_G26_PRIME_DONE                  _UxGT("Amorce terminée")
124
+#define MSG_G26_CANCELED                    _UxGT("G26 annulé")
125
+#define MSG_G26_LEAVING                     _UxGT("Sortie G26")
113 126
 #define MSG_UBL_DOING_G29                   _UxGT("G29 en cours")
114 127
 #define MSG_UBL_UNHOMED                     _UxGT("Origine XYZ requise")
115 128
 #define MSG_UBL_TOOLS                       _UxGT("Outils UBL")
@@ -169,6 +182,7 @@
169 182
 #define MSG_UBL_NO_STORAGE                  _UxGT("Pas de mémoire")
170 183
 #define MSG_UBL_SAVE_ERROR                  _UxGT("Err: Enreg. UBL")
171 184
 #define MSG_UBL_RESTORE_ERROR               _UxGT("Err: Ouvrir UBL")
185
+#define MSG_UBL_Z_OFFSET                    _UxGT("Z-Offset: ")
172 186
 #define MSG_UBL_Z_OFFSET_STOPPED            _UxGT("Décal. Z arrêté")
173 187
 #define MSG_UBL_STEP_BY_STEP_MENU           _UxGT("UBL Pas à pas")
174 188
 
@@ -432,6 +446,7 @@
432 446
 #define MSG_DRIVE_STRENGTH                  _UxGT("Puiss. moteur ")
433 447
 #define MSG_DAC_PERCENT                     _UxGT("Driver %")
434 448
 #define MSG_DAC_EEPROM_WRITE                _UxGT("DAC EEPROM sauv.")
449
+#define MSG_ERROR_TMC                       _UxGT("ERREUR CONNEXION TMC")
435 450
 
436 451
 #define MSG_FILAMENT_CHANGE_HEADER_PAUSE    _UxGT("IMPR. PAUSE")
437 452
 #define MSG_FILAMENT_CHANGE_HEADER_LOAD     _UxGT("CHARGER FIL")

Loading…
Cancel
Save