Files
Upsilon/apps/probability/base.fr.i18n

23 lines
768 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
ProbaApp = "Probabilites"
ProbaAppCapital = "PROBABILITES"
ChooseLaw = "Choisir le type de loi"
Binomial = "Binomiale"
Uniforme = "Uniforme"
Exponential = "Exponentielle"
Normal = "Normale"
Poisson = "Poisson"
BinomialLaw = "Loi binomiale"
UniformLaw = "Loi uniforme"
ExponentialLaw = "Loi exponentielle"
NormalLaw = "Loi normale"
PoissonLaw = "Loi de Poisson"
ChooseParameters = "Choisir les parametres"
RepetitionNumber = "n : Nombre de repetitions"
SuccessProbability = "p : Probabilite de succes"
IntervalDefinition = "[a,b] : Intervalle"
LambdaExponentialDefinition = "λ : Parametre"
MeanDefinition = "μ : Espérance ou moyenne"
DeviationDefinition = "σ : Ecart type"
LambdaPoissonDefinition = "λ : Parametre"
ComputeProbability = "Calculer les probabilites"