From: bdureau Date: Wed, 22 Aug 2012 05:42:44 +0000 (+0000) Subject: updated french translation X-Git-Tag: upstream/12.09^2~47 X-Git-Url: https://git.gag.com/?p=debian%2Fopenrocket;a=commitdiff_plain;h=af54a5d8a41477bff8a2c1353a138bc445f04cc7 updated french translation git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@977 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/core/resources/l10n/messages_fr.properties b/core/resources/l10n/messages_fr.properties index ebf11a19..fc8f00ff 100644 --- a/core/resources/l10n/messages_fr.properties +++ b/core/resources/l10n/messages_fr.properties @@ -169,6 +169,9 @@ debuglogdlg.lbl.Logmessage = Texte du message: debuglogdlg.lbl.Stacktrace = Stack trace: +! MotorChooserDialog +MotorChooserDialog.title = Selectionnez un moteur fusée + ! Edit Motor configuration dialog edtmotorconfdlg.but.removemotor = Enlever le moteur edtmotorconfdlg.but.Selectmotor = Choisir le moteur @@ -454,6 +457,9 @@ customExpression.Description = Description ! Custom expression panel customExpressionPanel.but.NewExpression = Nouvelle expression +customExpressionPanel.but.ttip.NewExpression = Add a new custom expression +customExpressionPanel.but.Import = Import +customExpressionPanel.but.ttip.Import = Import custom expressions from another .ork file customExpressionPanel.lbl.UpdateNote = Vous devez faire tourner la simulation avant de pouvoir disposer de données à tracer. customExpressionPanel.lbl.CalcNote = Les "Expressions" seront calculées dans l'ordre montré. customExpressionPanel.lbl.CustomExpressions = Expressions personalisées : @@ -462,6 +468,7 @@ customExpression.Units.but.ttip.Edit = Modifier cette expression customExpression.Units.but.ttip.MoveUp = Move expression up in calculation order customExpression.Units.but.ttip.MoveDown = Move expression down in calculation order + ! Custom expression builder window ExpressionBuilderDialog.title = Constructeur d'Expression ExpressionBuilderDialog.InsertVariable = Ajouter une Variable @@ -501,6 +508,21 @@ Operator.atan = Arc tangente Operator.hsin = Sinus Hyerbolic Operator.hcos = Cosinus Hyperbolic Operator.htan = Tangente Hyperbolic +Operator.log10 = Base 10 logarithm +Operator.round = Round to nearest integer value +Operator.random = Random number between zero and given value +Operator.expm1 = The same as exp(x)-1, but more accurate for small x +Operator.mean = The arithmetic mean of a given range +Operator.min = The minimum value in a given range +Operator.max = The maximum value in a given range +Operator.var = The variance of a given range +Operator.stdev = The standard deviation of a given range +Operator.rms = The root-mean-squared value of a given range +Operator.lclip = Clips a value (1st parameter) to be no less than a given value (2nd parameter) +Operator.uclip = Clips a value (1st parameter) to be no greater than a given value (2nd parameter) +Operator.binf = Gives the fraction of values in a given range (1st parameter) inside a bin with given lower (2nd parameter) and upper (3rd parameter) bounds +Operator.trapz = Integrates the given range using trapezoidal integration +Operator.tnear = Find the time corresponding to the point in a range (1st parameter) nearest to a given value (2nd parameter) ! MotorPlot MotorPlot.title.Motorplot = Courbe du moteur @@ -1068,6 +1090,8 @@ main.menu.analyze.componentAnalysis = Analyse des Pi main.menu.analyze.componentAnalysis.desc = Analyse séparée des pièces de la fusée main.menu.analyze.optimization = Optimisation de la fusée main.menu.analyze.optimization.desc = Optimisation generale de la fusée +main.menu.analyze.customExpressions = Expressions personalisées +main.menu.analyze.customExpressions.desc = Define new flight data types by writing custom mathematical expressions main.menu.help = Aide main.menu.help.desc = Information à propos d'OpenRocket @@ -1090,7 +1114,13 @@ main.menu.debug.createtestrocket = Cr ! Translate here all material database ! +Material.CUSTOM = Pérsonalisé + ! Material database +Databases.materials.types.Bulk = Bulk +Databases.materials.types.Line = Ligne +Databases.materials.types.Surface = Surface + ! BULK_MATERIAL Databases.materials.Acrylic = Acrylique Databases.materials.Aluminum = Aluminum @@ -1216,6 +1246,14 @@ Parachute.Parachute = Parachute ShockCord.ShockCord = Cordon amortisseur ! Bulkhead Bulkhead.Bulkhead = Cloison +! CenteringRing +CenteringRing.CenteringRing = Anneau de centrage +! EngineBlock +EngineBlock.EngineBlock = Engine block +! Streamer +Streamer.Streamer = Streamer +! Sleeve +Sleeve.Sleeve = Sleeve !Rocket Rocket.motorCount.Nomotor = [aucun moteurs] @@ -1232,9 +1270,9 @@ MotorMount.IgnitionEvent.NEVER = Jamais ComponentIcons.Nosecone = Ogive ComponentIcons.Bodytube = Tube ComponentIcons.Transition = Transition -ComponentIcons.Trapezoidalfinset = Jeu d'ailerons de forme trapézoïdale -ComponentIcons.Ellipticalfinset = Jeu d'ailerons de forme elliptique -ComponentIcons.Freeformfinset = Jeu d'ailerons de forme personnalisé +ComponentIcons.Trapezoidalfinset = Jeux d'ailerons de forme trapézoïdale +ComponentIcons.Ellipticalfinset = Jeux d'ailerons de forme elliptique +ComponentIcons.Freeformfinset = Jeux d'ailerons de forme personnalisé ComponentIcons.Launchlug = Tube de guidage ComponentIcons.Innertube = Tube interne ComponentIcons.Tubecoupler = Coupleur de tube @@ -1468,7 +1506,7 @@ optimization.modifier.ellipticalfinset.height = Hauteur optimization.modifier.ellipticalfinset.height.desc = Optimizer la hauteur (semi-span) du jeux d'ailerons. optimization.modifier.finset.cant = Cant angle -optimization.modifier.finset.cant.desc = Optimize the cant angle of the fin set. +optimization.modifier.finset.cant.desc = Optimize le "cant angle" du jeux d'ailerons. optimization.modifier.finset.position = Position optimization.modifier.finset.position.desc = Optimisation de la position du jeux d'ailerons sur le corps de la fusée.