Skip to content

Commit

Permalink
Removed string-arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
Allineer authored and growse committed Nov 11, 2021
1 parent 71b7f16 commit 153c25f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions project/app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,14 @@
<string name="deviceLocationDisabledDialogMessage">"Службы определения местоположения на этом устройстве отключены, поэтому OwnTracks не может отслеживать ваше текущее местоположение.

Пожалуйста, включите \"Местоположение\" в настройках устройства."</string>
<string-array name="geocoders">
<item>Не используется</item>
<item>Стандартное (Google)</item>
<item>OpenCage</item>
</string-array>
<string-array name="themeLabels">
<item>Светлая</item>
<item>Темная</item>
<item>Системная</item>
</string-array>
</resources>

0 comments on commit 153c25f

Please sign in to comment.