Files
revanced-manager/app/src/main/res/values/plurals.xml
2025-10-25 19:14:34 +07:00

14 lines
469 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="patch_count">
<item quantity="one">%d patch</item>
<item quantity="other">%d patches</item>
</plurals>
<plurals name="patches_executed">
<item quantity="one">Execute %d patch</item>
<item quantity="other">Execute %d patches</item>
</plurals>
<plurals name="selected_count">
<item quantity="other">%d selected</item>
</plurals>
</resources>