added expansion panel
This commit is contained in:
@@ -8,9 +8,6 @@ import 'app_localizations.dart';
|
||||
class AppLocalizationsEn extends AppLocalizations {
|
||||
AppLocalizationsEn([String locale = 'en']) : super(locale);
|
||||
|
||||
@override
|
||||
String get homePageTitle => 'wildlife monitoring';
|
||||
|
||||
@override
|
||||
String get addplace => 'add Place';
|
||||
|
||||
@@ -213,8 +210,7 @@ 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';
|
||||
@@ -439,8 +435,7 @@ 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';
|
||||
@@ -494,14 +489,11 @@ 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?';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user