Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
3eacc3bf
Commit
3eacc3bf
authored
5 years ago
by
Tanguy Pruvot
Committed by
Roxy-3D
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
french update, g26, usb (#15229)
french update for G26 and USB.
parent
2b628553
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/lcd/language/language_fr.h
+15
-0
15 additions, 0 deletions
Marlin/src/lcd/language/language_fr.h
with
15 additions
and
0 deletions
Marlin/src/lcd/language/language_fr.h
+
15
−
0
View file @
3eacc3bf
...
@@ -36,9 +36,14 @@
...
@@ -36,9 +36,14 @@
#define MSG_YES _UxGT("Oui")
#define MSG_YES _UxGT("Oui")
#define MSG_NO _UxGT("Non")
#define MSG_NO _UxGT("Non")
#define MSG_BACK _UxGT("Retour")
#define MSG_BACK _UxGT("Retour")
#define MSG_MEDIA_ABORTING _UxGT("Annulation...")
#define MSG_MEDIA_INSERTED _UxGT("Média inséré")
#define MSG_MEDIA_INSERTED _UxGT("Média inséré")
#define MSG_MEDIA_REMOVED _UxGT("Média retiré")
#define MSG_MEDIA_REMOVED _UxGT("Média retiré")
#define MSG_MEDIA_RELEASED _UxGT("Média libéré")
#define MSG_MEDIA_RELEASED _UxGT("Média libéré")
#define MSG_MEDIA_WAITING _UxGT("Attente média")
#define MSG_MEDIA_READ_ERROR _UxGT("Err lecture média")
#define MSG_MEDIA_USB_REMOVED _UxGT("USB débranché")
#define MSG_MEDIA_USB_FAILED _UxGT("Erreur média USB")
#define MSG_LCD_ENDSTOPS _UxGT("Butées")
#define MSG_LCD_ENDSTOPS _UxGT("Butées")
#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Butées SW")
#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Butées SW")
#define MSG_MAIN _UxGT("Menu principal")
#define MSG_MAIN _UxGT("Menu principal")
...
@@ -89,6 +94,7 @@
...
@@ -89,6 +94,7 @@
#define MSG_LEVEL_BED _UxGT("Niveau du lit")
#define MSG_LEVEL_BED _UxGT("Niveau du lit")
#define MSG_LEVEL_CORNERS _UxGT("Niveau des coins")
#define MSG_LEVEL_CORNERS _UxGT("Niveau des coins")
#define MSG_NEXT_CORNER _UxGT("Coin suivant")
#define MSG_NEXT_CORNER _UxGT("Coin suivant")
#define MSG_MESH_EDITOR _UxGT("Edition Maillage")
#define MSG_EDIT_MESH _UxGT("Modifier maille")
#define MSG_EDIT_MESH _UxGT("Modifier maille")
#define MSG_EDITING_STOPPED _UxGT("Arrêt édit. maillage")
#define MSG_EDITING_STOPPED _UxGT("Arrêt édit. maillage")
#define MSG_PROBING_MESH _UxGT("Mesure point")
#define MSG_PROBING_MESH _UxGT("Mesure point")
...
@@ -110,6 +116,13 @@
...
@@ -110,6 +116,13 @@
#define MSG_X_OFFSET _UxGT("Buse 2 X")
#define MSG_X_OFFSET _UxGT("Buse 2 X")
#define MSG_Y_OFFSET _UxGT("Buse 2 Y")
#define MSG_Y_OFFSET _UxGT("Buse 2 Y")
#define MSG_Z_OFFSET _UxGT("Buse 2 Z")
#define MSG_Z_OFFSET _UxGT("Buse 2 Z")
#define MSG_G26_HEATING_BED _UxGT("G26 Chauffe lit")
#define MSG_G26_HEATING_NOZZLE _UxGT("G26 Chauffe buse")
#define MSG_G26_MANUAL_PRIME _UxGT("Amorce manuelle...")
#define MSG_G26_FIXED_LENGTH _UxGT("Amorce longueur fixe")
#define MSG_G26_PRIME_DONE _UxGT("Amorce terminée")
#define MSG_G26_CANCELED _UxGT("G26 annulé")
#define MSG_G26_LEAVING _UxGT("Sortie G26")
#define MSG_UBL_DOING_G29 _UxGT("G29 en cours")
#define MSG_UBL_DOING_G29 _UxGT("G29 en cours")
#define MSG_UBL_UNHOMED _UxGT("Origine XYZ requise")
#define MSG_UBL_UNHOMED _UxGT("Origine XYZ requise")
#define MSG_UBL_TOOLS _UxGT("Outils UBL")
#define MSG_UBL_TOOLS _UxGT("Outils UBL")
...
@@ -169,6 +182,7 @@
...
@@ -169,6 +182,7 @@
#define MSG_UBL_NO_STORAGE _UxGT("Pas de mémoire")
#define MSG_UBL_NO_STORAGE _UxGT("Pas de mémoire")
#define MSG_UBL_SAVE_ERROR _UxGT("Err: Enreg. UBL")
#define MSG_UBL_SAVE_ERROR _UxGT("Err: Enreg. UBL")
#define MSG_UBL_RESTORE_ERROR _UxGT("Err: Ouvrir UBL")
#define MSG_UBL_RESTORE_ERROR _UxGT("Err: Ouvrir UBL")
#define MSG_UBL_Z_OFFSET _UxGT("Z-Offset: ")
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Décal. Z arrêté")
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Décal. Z arrêté")
#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("UBL Pas à pas")
#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("UBL Pas à pas")
...
@@ -432,6 +446,7 @@
...
@@ -432,6 +446,7 @@
#define MSG_DRIVE_STRENGTH _UxGT("Puiss. moteur ")
#define MSG_DRIVE_STRENGTH _UxGT("Puiss. moteur ")
#define MSG_DAC_PERCENT _UxGT("Driver %")
#define MSG_DAC_PERCENT _UxGT("Driver %")
#define MSG_DAC_EEPROM_WRITE _UxGT("DAC EEPROM sauv.")
#define MSG_DAC_EEPROM_WRITE _UxGT("DAC EEPROM sauv.")
#define MSG_ERROR_TMC _UxGT("ERREUR CONNEXION TMC")
#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("IMPR. PAUSE")
#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("IMPR. PAUSE")
#define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("CHARGER FIL")
#define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("CHARGER FIL")
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment