- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
16 lines
963 B
XML
16 lines
963 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<plurals name="exo_controls_fastforward_by_amount_description">
|
|
<item quantity="one">Перемотать на %d секунду вперед</item>
|
|
<item quantity="few">Перемотать на %d секунды вперед</item>
|
|
<item quantity="many">Перемотать на %d секунд вперед</item>
|
|
<item quantity="other">Перемотать на %d секунды вперед</item>
|
|
</plurals>
|
|
<plurals name="exo_controls_rewind_by_amount_description">
|
|
<item quantity="one">Перемотать на %d секунду назад</item>
|
|
<item quantity="few">Перемотать на %d секунды назад</item>
|
|
<item quantity="many">Перемотать на %d секунд назад</item>
|
|
<item quantity="other">Перемотать на %d секунды назад</item>
|
|
</plurals>
|
|
</resources>
|