Files
Kotatsu/app/src/main/res/values/plurals.xml
2020-03-29 17:33:44 +03:00

15 lines
453 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="pages">
<item quantity="one">Total %1$d page</item>
<item quantity="other">Total %1$d pages</item>
</plurals>
<plurals name="items">
<item quantity="one">%1$d item</item>
<item quantity="other">%1$d items</item>
</plurals>
<plurals name="new_chapters">
<item quantity="one">%1$d new chapter</item>
<item quantity="other">%1$d new chapters</item>
</plurals>
</resources>