Skip to content

Commit

Permalink
Add translation to Russian language (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandraprog authored and Swati4star committed Oct 17, 2018
1 parent a62a957 commit 4eaa416
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/src/main/res/values-ru/arrays.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="sort_options">
<item>Имя</item>
<item>Дата</item>
<item>Размер ▲</item>
<item>Размер ▼</item>
</string-array>

<string-array name="sort_options_images">
<item>Имя ▲</item>
<item>Имя ▼</item>
<item>Дата ▲</item>
<item>Дата ▼</item>
</string-array>

</resources>
Loading

0 comments on commit 4eaa416

Please sign in to comment.