fedilab-Android-App/doubletapplayerview/src/main/res/values-ar/plurals.xml

10 lines
403 B
XML

<resources>
<plurals name="quick_seek_x_second">
<item quantity="other">%d ثانية</item>
<item quantity="zero">%d ثانية</item>
<item quantity="one">ثانية واحدة (%d)</item>
<item quantity="two">ثانيتان (%d)</item>
<item quantity="few">%d ثوانٍ</item>
<item quantity="many">%d ثانية</item>
</plurals>
</resources>