mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 22:03: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
16 lines
806 B
Plaintext
16 lines
806 B
Plaintext
|
|
/* Used in home screen quick actions. */
|
|
"search" = "Søg";
|
|
|
|
/* Used in home screen quick actions. */
|
|
"bookmarks_and_tracks" = "Bogmærker og spor";
|
|
|
|
/* Used in home screen quick actions. */
|
|
"route" = "Rute";
|
|
|
|
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
|
"NSLocationAlwaysUsageDescription" = "Det er nødvendigt at fastslå den gældende placering i baggrunden for at udnytte appens funktionalitet fuldt ud. Dette anvendes når en rute skal følges, og når din sidste rejserute skal gemmes.";
|
|
|
|
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
|
"NSLocationWhenInUseUsageDescription" = "Definition af aktuel placering bruges i indstillingerne for at følge ruten og lagring af din seneste rejserute.";
|