input check on distance traveled and track conditions
This commit is contained in:
@@ -210,7 +210,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
String get locationDisabled => 'Standort ausgeschaltet. Bitte einschalten';
|
||||
|
||||
@override
|
||||
String get locationForbidden => 'Zugriff auf Standort verweigert. Es ist empfohlen dies zu erlauben';
|
||||
String get locationForbidden => 'Zugriff auf Standort verweigert';
|
||||
|
||||
@override
|
||||
String get map => 'Karte';
|
||||
@@ -496,4 +496,10 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get deleteWholeRouteBody => 'Sind Sie sicher, dass die gesamte bisher gegangene Route gelöscht werden soll?';
|
||||
|
||||
@override
|
||||
String get oder => 'oder';
|
||||
|
||||
@override
|
||||
String get bedingungenGroesserAlsStrecke => 'Sum of the track conditions is bigger then sum of the distance traveled';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user