co-maps/iphone/Maps/LocalizedStrings/af.lproj/InfoPlist.strings
2025-11-22 13:58:55 +01:00

15 lines
760 B
Text

/* Used in home screen quick actions. */
"search" = "Search";
/* Used in home screen quick actions. */
"bookmarks_and_tracks" = "Bookmarks and Tracks";
/* Used in home screen quick actions. */
"route" = "Route";
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
"NSLocationAlwaysUsageDescription" = "Detecting location in the background is necessary to fully enjoy the functionality of the app. It is used for navigation and saving your recently traveled track.";
/* Needed to explain why we require access to GPS coordinates when the app is active. */
"NSLocationWhenInUseUsageDescription" = "Determining your location is necessary for navigation and for saving your recently traveled track.";