mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 05:43:37 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
24 lines
843 B
Plaintext
24 lines
843 B
Plaintext
|
|
|
|
/********** 3d touch strings **********/
|
|
|
|
|
|
/* 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";
|
|
|
|
|
|
/********** gps strings **********/
|
|
|
|
|
|
/* 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.";
|