mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53: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
796 B
Plaintext
16 lines
796 B
Plaintext
|
|
/* Used in home screen quick actions. */
|
|
"search" = "Hľadať";
|
|
|
|
/* Used in home screen quick actions. */
|
|
"bookmarks_and_tracks" = "Záložky a stopy";
|
|
|
|
/* Used in home screen quick actions. */
|
|
"route" = "Trasa";
|
|
|
|
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
|
"NSLocationAlwaysUsageDescription" = "Definovanie súčasnej polohy na pozadí je potrebné pre plnú funkčnosť appky. Využíva sa to v možnostiach nasledovania trasy či uloženia Vašej nedávnej cesty.";
|
|
|
|
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
|
"NSLocationWhenInUseUsageDescription" = "Údaj o aktuálnej polohe bude použitý v možnostiach pri sledovaní trasy a pri uložení Vašej naposledy prejdenej cesty.";
|