Files
Upsilon/apps/statistics/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

31 lines
903 B
Plaintext

StatsApp = "Statistiques"
StatsAppCapital = "STATISTIQUES"
DataTab = "Donnees"
HistogramTab = "Histogramme"
BoxTab = "Boite"
StatTab = "Stats"
Values = "Valeurs"
Sizes = "Effectifs"
ColumnOptions = "Options de la colonne"
ImportList = "Importer une liste"
NoDataToPlot = "Aucune donnee a tracer"
Interval = " Intervalle "
Size = " Effectif"
Frequency = "Frequence"
HistogramSet = "Reglage de l'histogramme"
RectangleWidth = "Largeur des rectangles"
BarStart = "Debut de la serie"
FirstQuartile = "Premier quartile"
Median = "Mediane"
ThirdQuartile = "Troisieme quartile"
NoValueToCompute = "Aucune grandeur a calculer"
TotalSize = "Effectif total"
Range = "Etendue"
Mean = "Moyenne"
StandardDeviation = "Ecart type"
StandardDeviationSigma = "Ecart type"
SampleStandardDeviationS = "Ecart type echantillon"
Deviation = "Variance"
InterquartileRange = "Ecart interquartile"
SquareSum = "Somme des carres"