Files
Upsilon/apps/probability/base.fr.i18n
Romain Goyet e6ed6c74a4 [apps] Split the i18n in multiple files
A Python script aggregates all i18n files and merges them.
We now can pick a list of locales to build in EPSILON_I18N_LANGUAGES
2017-09-29 17:08:46 +02:00

25 lines
828 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 = "μ : Moyenne"
DeviationDefinition = "σ : Ecart type"
LambdaPoissonDefinition = "λ : Parametre"
ComputeProbability = "Calculer les probabilites"
ForbiddenValue = "Valeur interdite"
UndefinedValue = "Valeur non definie"