mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
In file: epsilon/apps/graph/base.nl.i18n some text would look better if placed slightly to the left. I'm talking about lines 23 and 24: SelectLowerBound and SelectUpperBound
22 lines
655 B
Plaintext
22 lines
655 B
Plaintext
RegressionApp = "Regressie"
|
|
RegressionAppCapital = "REGRESSIE"
|
|
Regression = "Regressie"
|
|
Reg = "reg"
|
|
MeanDot = "gemiddelde"
|
|
RegressionCurve = "Regressielijn"
|
|
XPrediction = "Voorspelling gegeven X"
|
|
YPrediction = "Voorspelling gegeven Y"
|
|
ValueNotReachedByRegression = "Waarde niet gevonden in dit venster"
|
|
NumberOfDots = "Aantal punten"
|
|
Covariance = "Covariantie"
|
|
Linear = "Lineair"
|
|
Proportional = "Proportioneel"
|
|
Quadratic = "Kwadratisch"
|
|
Cubic = "Kubiek"
|
|
Quartic = "Quartic"
|
|
Logarithmic = "Logaritmisch"
|
|
Power = "Macht"
|
|
Trigonometrical = "Trigonometrisch"
|
|
Logistic = "Logistiek"
|
|
DataNotSuitableForRegression = " Data niet geschikt voor dit regressiemodel"
|