telefonat and small fixes

This commit is contained in:
nico
2025-05-26 19:18:40 +02:00
parent 28e895b6a9
commit 953e886129
7 changed files with 49 additions and 35 deletions

View File

@@ -213,7 +213,8 @@ class AppLocalizationsEn extends AppLocalizations {
String get locationDisabled => 'Location Disabled. Please enable it';
@override
String get locationForbidden => 'Location forbidden. It is recommended to allow it';
String get locationForbidden =>
'Location forbidden. It is recommended to allow it';
@override
String get map => 'Map';
@@ -438,7 +439,8 @@ class AppLocalizationsEn extends AppLocalizations {
String get gesLaengeAllerDokSpuren => 'Total length of documentad tracks';
@override
String get maxAnzahlZusGefaehrdeterTiere => 'Max count of additonal dangered animals';
String get maxAnzahlZusGefaehrdeterTiere =>
'Max count of additonal dangered animals';
@override
String get sicher => 'Certain';
@@ -492,11 +494,14 @@ class AppLocalizationsEn extends AppLocalizations {
String get couldntDeterminePosition => 'couldn\'t determine position';
@override
String get trackingRunningInBackground => 'The tracking service is running in the background';
String get trackingRunningInBackground =>
'The tracking service is running in the background';
@override
String get needsAlwaysLocation => 'This app needs the location permission set to always';
String get needsAlwaysLocation =>
'This app needs the location permission set to always';
@override
String get deleteWholeRouteBody => 'Do you really want to delete the existing route?';
String get deleteWholeRouteBody =>
'Do you really want to delete the existing route?';
}