discord-jadx/app/src/main/res/values-sk/plurals.xml
2021-06-27 22:44:35 +02:00

21 lines
1.1 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>