[apps/reg] Change Value not reached by regression message

This commit is contained in:
Léa Saviot
2018-06-28 12:04:12 +02:00
committed by Émilie Feral
parent 32f0d4376b
commit 91f87397f4
6 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ MeanDot = "mittel"
RegressionCurve = "Regressionskurve"
XPrediction = "Berechne Y"
YPrediction = "Berechne X"
ValueNotReachedByRegression = "Wert wird nicht von der Regression erreicht"
ValueNotReachedByRegression = "Wert in diesem Fenster nicht erreicht"
NumberOfDots = "Punktanzahl"
Covariance = "Kovarianz"
Linear = "Lineare"

View File

@@ -6,7 +6,7 @@ MeanDot = "mean"
RegressionCurve = "Regression curve"
XPrediction = "Prediction given X"
YPrediction = "Prediction given Y"
ValueNotReachedByRegression = "Value not reached by regression"
ValueNotReachedByRegression = "Value not reached in this window"
NumberOfDots = "Number of points"
Covariance = "Covariance"
Linear = "Linear"

View File

@@ -6,7 +6,7 @@ MeanDot = "media"
RegressionCurve = "Curva de regresión"
XPrediction = "Prediccion dado X"
YPrediction = "Prediccion dado Y"
ValueNotReachedByRegression = "No se alcanza este valor"
ValueNotReachedByRegression = "Valor no alcanzado en esta ventana"
NumberOfDots = "Numero de puntos"
Covariance = "Covarianza"
Linear = "Lineal"

View File

@@ -6,7 +6,7 @@ MeanDot = "moyen"
RegressionCurve = "Courbe de regression"
XPrediction = "Prediction sachant X"
YPrediction = "Prediction sachant Y"
ValueNotReachedByRegression = "Valeur non atteinte par la regression"
ValueNotReachedByRegression = "Valeur non atteinte dans cette fenêtre"
NumberOfDots = "Nombre de points"
Covariance = "Covariance"
Linear = "Linéaire"

View File

@@ -6,7 +6,7 @@ MeanDot = "media"
RegressionCurve = "Curva de regressão"
XPrediction = "Predicao dado X"
YPrediction = "Predicao dado Y"
ValueNotReachedByRegression = "Valor nao alcancado pela regressao"
ValueNotReachedByRegression = "Valor não alcançado nesta janela"
NumberOfDots = "Numero de pontos"
Covariance = "Covariancia"
Linear = "Linear"

View File

@@ -67,7 +67,7 @@ bool GoToParameterController::setParameterAtIndex(int parameterIndex, double f)
}
}
// Value not reached
app()->displayWarning(I18n::Message::ValueNotReachedByRegression); //TODO
app()->displayWarning(I18n::Message::ValueNotReachedByRegression);
return false;
}
m_graphController->selectRegressionCurve();