You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
etesync-android/app/src/main/res/values/plurals.xml

7 lines
208 B

<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="sync_successfully">
<item quantity="one">%d item</item>
<item quantity="other">%d items</item>
</plurals>
</resources>