Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Jan 19, 2024
2 parents ff1bb20 + 0f7a42f commit 3470bd3
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 314 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/values-ru/arrays.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="data_format_array">
<item>GPX</item>
<item>KML</item>
</string-array>
<string-array name="track_format_array">
<item>Внутренний</item>
<item>GPX</item>
Expand Down
12 changes: 12 additions & 0 deletions app/src/main/res/values-ru/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@
<item quantity="many">%d треков удалено</item>
<item quantity="other">%d треков удалено</item>
</plurals>
<plurals name="routesCount">
<item quantity="one">%d маршрут</item>
<item quantity="few">%d маршрута</item>
<item quantity="many">%d маршрутов</item>
<item quantity="other">%d маршрутов</item>
</plurals>
<plurals name="routesDeleted">
<item quantity="one">%d маршрут удалён</item>
<item quantity="few">%d маршрута удалено</item>
<item quantity="many">%d маршрутов удалено</item>
<item quantity="other">%d маршрутов удалено</item>
</plurals>
<plurals name="numberOfPoints">
<item quantity="one">%d точка</item>
<item quantity="few">%d точки</item>
Expand Down
Loading

0 comments on commit 3470bd3

Please sign in to comment.