forked from mirror/monocles_chat
improved russian strings
This commit is contained in:
parent
4a988449c1
commit
7288d228b0
4 changed files with 2527 additions and 2284 deletions
File diff suppressed because it is too large
Load diff
12
src/main/res/values-ru/arrays.xml
Normal file
12
src/main/res/values-ru/arrays.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string-array name="exo_controls_playback_speeds">
|
||||
<item>0,25</item>
|
||||
<item>0,5</item>
|
||||
<item>0,75</item>
|
||||
<item>Обычная</item>
|
||||
<item>1,25</item>
|
||||
<item>1,5</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
</resources>
|
21
src/main/res/values-ru/plurals.xml
Normal file
21
src/main/res/values-ru/plurals.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<plurals name="exo_controls_fastforward_by_amount_description">
|
||||
<item quantity="other">Перемотать на %d секунды вперед</item>
|
||||
<item quantity="one">Перемотать на %d секунду вперед</item>
|
||||
<item quantity="few">Перемотать на %d секунды вперед</item>
|
||||
<item quantity="many">Перемотать на %d секунд вперед</item>
|
||||
</plurals>
|
||||
<plurals name="exo_controls_rewind_by_amount_description">
|
||||
<item quantity="other">Перемотать на %d секунды назад</item>
|
||||
<item quantity="one">Перемотать на %d секунду назад</item>
|
||||
<item quantity="few">Перемотать на %d секунды назад</item>
|
||||
<item quantity="many">Перемотать на %d секунд назад</item>
|
||||
</plurals>
|
||||
<plurals name="mtrl_badge_content_description">
|
||||
<item quantity="other">%d нового уведомления</item>
|
||||
<item quantity="one">%d новое уведомление</item>
|
||||
<item quantity="few">%d новых уведомления</item>
|
||||
<item quantity="many">%d новых уведомлений</item>
|
||||
</plurals>
|
||||
</resources>
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue