mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-26 15:53:36 +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
877 B
Plaintext
16 lines
877 B
Plaintext
|
|
/* Used in home screen quick actions. */
|
|
"search" = "Zoeken";
|
|
|
|
/* Used in home screen quick actions. */
|
|
"bookmarks_and_tracks" = "Bladwijzers en 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" = "Het op de achtergrond vaststellen van de huidige locatie is noodzakelijk om volledig gebruik te maken van de functionaliteit van de app. Dit wordt gebruikt bij de opties voor het volgen van de route en het opslaan van je recent afgelegde pad.";
|
|
|
|
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
|
"NSLocationWhenInUseUsageDescription" = "Bepaling van de huidige locatie wordt gebruikt in de opties voor het volgen van de route en het opslaan van uw onlangs afgelegde weg.";
|