Merge pull request #3800 from VladiMihaylenko/master

iOS strings.
This commit is contained in:
Илья Гречухин 2016-07-15 18:22:32 +04:00 committed by GitHub
commit 05ae6caa24
2 changed files with 2 additions and 2 deletions

View file

@ -24,4 +24,4 @@
"NSLocationAlwaysUsageDescription" = "Defining current location in the background is necessary to fully enjoy the functionality of the app. It is mainly used in the options of following the route and saving your recent travelled path.";
/* 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 travelled track. ]";
"NSLocationWhenInUseUsageDescription" = "Determining your location is necessary for navigation and for saving your recently travelled track.";

View file

@ -170,7 +170,7 @@
[NSLocationWhenInUseUsageDescription]
comment = Needed to explain why we require access to GPS coordinates when the app is active.
en = Determining your location is necessary for navigation and for saving your recently travelled track. ]
en = Determining your location is necessary for navigation and for saving your recently travelled track.
ru = Определение местоположения используется в движении по маршруту и сохранении недавно пройденного пути.
fr = La définition de l'emplacement actuel est utilisée dans certaines fonctions comme le suivi d'un trajet et la sauvegarde des trajets récemment effectués.
da = Definition af aktuel placering bruges i indstillingerne for at følge ruten og lagring af din seneste rejserute.