mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-18 16:53:56 +00:00
11 lines
367 B
XML
11 lines
367 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_applied">
|
|
<item quantity="one">Applied %d patch</item>
|
|
<item quantity="other">Applied %d patches</item>
|
|
</plurals>
|
|
</resources> |