discord-jadx/app/src/main/res/values-sk/plurals.xml

22 lines
1.1 KiB
XML
Raw Normal View History

2021-06-27 20:44:35 +00:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="exo_controls_fastforward_by_amount_description">
<item quantity="one">Pretočiť dopredu o %d sekundu</item>
<item quantity="few">Pretočiť dopredu o %d sekundy</item>
<item quantity="many">Pretočiť dopredu o %d sekundy</item>
<item quantity="other">Pretočiť dopredu o %d sekúnd</item>
</plurals>
<plurals name="exo_controls_rewind_by_amount_description">
<item quantity="one">Pretočiť späť o %d sekundu</item>
<item quantity="few">Pretočiť späť o %d sekundy</item>
<item quantity="many">Pretočiť späť o %d sekundy</item>
<item quantity="other">Pretočiť späť o %d sekúnd</item>
</plurals>
<plurals name="mtrl_badge_content_description">
<item quantity="one">%d nové upozornenie</item>
<item quantity="few">%d nové upozornenia</item>
<item quantity="many">%d new notifications</item>
<item quantity="other">%d nových upozornení</item>
</plurals>
</resources>